Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:remote_cmd

1916 	    && !query_cmd && !remote_cmd && !unixpw && !got_gui_pw \
2037 char *remote_cmd = NULL;
3976 remote_cmd = strdup(str);
3978 if (remote_cmd && strchr(remote_cmd, ':') == NULL) {
3985 n = strlen(remote_cmd) + strlen(argv[i]) + 2;
3988 sprintf(str, "%s:%s", remote_cmd, argv[i]);
3989 free(remote_cmd);
3990 remote_cmd = str;
4214 if (launch_gui && (query_cmd || remote_cmd)) {
4230 if (!remote_cmd && !query_cmd) {
4429 if (remote_cmd || query_cmd) {
4437 rc = do_remote_query(remote_cmd, query_cmd,
5214 if ( (remote_cmd && strstr(remote_cmd, "DIRECT:") == remote_cmd)
5226 } else if (remote_cmd || query_cmd) {
5229 rc = do_remote_query(remote_cmd, query_cmd, remote_sync,
5836 if (remote_cmd || query_cmd) {
5864 if (remote_cmd || query_cmd) {
5866 do_remote_query(remote_cmd, query_cmd, remote_sync, query_default);