Home
last modified time | relevance | path

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

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