Searched refs:remote_prefix (Results 1 – 8 of 8) sorted by relevance
/external/libvncserver/x11vnc/ |
D | xevents.c | 1708 if (remote_prefix != NULL && strstr(text, remote_prefix) == text) { in xcut_receive() 1709 char *result, *rcmd = text + strlen(remote_prefix); in xcut_receive() 1715 strncat(tmp, rcmd, len - strlen(remote_prefix)); in xcut_receive() 1749 tmp = (char *) calloc(strlen(remote_prefix) + strlen(result) + 1, 1); in xcut_receive() 1751 strcat(tmp, remote_prefix); in xcut_receive()
|
D | options.h | 108 extern char *remote_prefix;
|
D | options.c | 120 char *remote_prefix = NULL; variable
|
D | ChangeLog | 196 quiet DIRECT: usage. Options -query_retries, -remote_prefix,
|
D | x11vnc.c | 4042 remote_prefix = strdup(argv[++i]); in main() local
|
D | RELEASE-NOTES | 371 scripting, -query_retries, and -remote_prefix were
|
D | README | 12069 x11vnc -remote_prefix X11VNC_APPSHARE_CMD: message channel, 12457 -query_retries str -remote_prefix str -noremote 18143 -remote_prefix str Enable a remote-control communication channel for 18152 Example: -remote_prefix DO_THIS: 18154 Note that enabling -remote_prefix allows the remote
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 2001 + " x11vnc -remote_prefix X11VNC_APPSHARE_CMD: message channel,\n" 18295 +x11vnc \fB\-remote_prefix\fR X11VNC_APPSHARE_CMD: message channel, 21573 +x11vnc \fB\-remote_prefix\fR X11VNC_APPSHARE_CMD: message channel,
|