Searched refs:rm_flagfile (Results 1 – 6 of 6) sorted by relevance
/external/libvncserver/x11vnc/ |
D | cleanup.c | 203 if (rm_flagfile) { in clean_up_exit() 204 unlink(rm_flagfile); in clean_up_exit() 205 rm_flagfile = NULL; in clean_up_exit() 249 if (rm_flagfile) { in clean_up_exit() 250 unlink(rm_flagfile); in clean_up_exit() 251 rm_flagfile = NULL; in clean_up_exit() 537 if (rm_flagfile) { in interrupted() 538 unlink(rm_flagfile); in interrupted() 539 rm_flagfile = NULL; in interrupted() 571 if (rm_flagfile) { in interrupted() [all …]
|
D | screen.c | 3984 if (rm_flagfile) { 3987 if (strstr(rm_flagfile, "create:") == rm_flagfile) { 3988 char *s = rm_flagfile; 3990 rm_flagfile = strdup(rm_flagfile + strlen("create:")); 3993 if (strstr(rm_flagfile, "nocreate:") == rm_flagfile) { 3994 char *s = rm_flagfile; 3996 rm_flagfile = strdup(rm_flagfile + strlen("nocreate:")); 3998 } else if (stat(rm_flagfile, &sb) != 0) { 4002 FILE *flag = fopen(rm_flagfile, "w");
|
D | options.h | 52 extern char *rm_flagfile;
|
D | options.c | 52 char *rm_flagfile = NULL; /* -rmflag */ variable
|
D | x11vnc.c | 1522 fprintf(stderr, " rm_flag: %s\n", rm_flagfile ? rm_flagfile in print_settings() 3131 rm_flagfile = strdup(argv[++i]); in main() local
|
D | remote.c | 6030 snprintf(buf, bufn, "aro=%s:%s", p, NONUL(rm_flagfile)); in process_remote_cmd()
|