Home | History | Annotate | Download | only in x11vnc

Lines Matching defs:in

12 x11vnc is distributed in the hope that it will be useful,
22 In addition, as a special exception, Karl J. Runge
27 in all respects for all of the code used other than "OpenSSL". If you
86 FILE *in = NULL;
95 in = fopen(client_connect_file, "w");
96 if (in == NULL) {
112 if (in != NULL) {
115 fprintf(in, "%s\n", cmd);
116 fclose(in);
150 in = fopen(client_connect_file, "r");
151 if (in == NULL) {
158 fgets(line, X11VNC_REMOTE_MAX, in);
159 fclose(in);
506 * in inetd mode... ugh.
572 rfbLog("reset_httpport: cannot set httpport: %d in inetd.\n", hp);
626 rfbLog("reset_rfbport: cannot set rfbport: %d in inetd.\n", rp);
697 * for an empty host access list, currently we lazily do not bring in
863 rfbLog("** Disabling remote commands in -privremote "
980 rfbLog("overflow in process_remote_cmd:"
1075 FILE *in = fopen(client_connect_file, "w");
1076 if (in) {
1077 fprintf(in, "cmd=noop\n");
1078 fclose(in);
1381 rfbLog("skipping: already in -overlay mode.\n");
1406 rfbLog("skipping: already not in -overlay mode.\n");
1425 rfbLog("warning: not in -overlay mode.\n");
1445 rfbLog("warning: not in -overlay mode.\n");
1458 rfbLog("disabling -overlay in -8to24 mode.\n");
1464 rfbLog("disabling -overlay in -8to24 mode.\n");
1674 rfbLog("remote_cmd: -tightfilexfer not supported in this binary.\n");
1691 rfbLog("remote_cmd: -tightfilexfer not supported in this binary.\n");
1844 rfbLog("remote_cmd: cannot change allow in -unixpw\n");
1850 rfbLog("in '-allow %s' mode.\n", allow_list);
2002 rfbLog("remote_cmd: cannot change localhost in -unixpw\n");
2046 rfbLog("remote_cmd: cannot change listen in -unixpw\n");
2224 rfbLog(" already in shm mode.\n");
2239 rfbLog(" already in noshm mode.\n");
2850 rfbLog("in '-remap %s' mode.\n", remap_file);
4423 unsigned int in;
4436 if (sscanf(p, "0x%x", &in) == 1) {
4437 ks = (KeySym) in;
4438 } else if (sscanf(p, "%u", &in) == 1) {
4439 ks = (KeySym) in;
4502 Window win = None; /* None implies root in get_xprop() */
4535 Window win = None; /* None implies root in set_xprop() */
5273 rfbLog("no change in httpdir: %s\n", http_dir);
5803 rfbLog("remote_cmd: will try to embed 0x%x in"