Searched refs:unix_sock (Results 1 - 7 of 7) sorted by relevance

/external/libvncserver/x11vnc/
H A Dcleanup.c193 if (unix_sock) {
195 rfbLog("deleting unix sock: %s\n", unix_sock);
198 unlink(unix_sock);
H A Doptions.c137 char *unix_sock = NULL; variable
H A Doptions.h118 extern char *unix_sock;
H A Dutil.c597 if (unix_sock) {
H A Dconnections.c1849 if (!unix_sock || unix_sock_fd < 0) {
1892 name = strdup(unix_sock);
H A Dscreen.c3204 if (unix_sock) {
3205 unix_sock_fd = listen_unix(unix_sock);
H A Dx11vnc.c2534 unix_sock = strdup(argv[++i]); local

Completed in 84 milliseconds