Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:rm_flagfile

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");