Home | History | Annotate | Download | only in x11vnc

Lines Matching defs:file

5 This file is part of x11vnc.
28 modify this file, you may extend this exception to your version of the
29 file, but you are not obligated to do so. If you do not wish to do
171 char *atparms = NULL, *file = NULL;
190 file = strdup(q+1);
193 if (! file || file[0] == '\0') {
194 file = strdup("/dev/null");
196 rfbLog("console_guess: file is %s\n", file);
255 q = (char *) malloc(strlen("map:macosx:") + strlen(file) + 1 + strlen(atparms) + 1);
256 sprintf(q, "map:macosx:%s@%s", file, atparms);