HomeSort by relevance Sort by last modified time
    Searched refs:rm_flagfile (Results 1 - 6 of 6) sorted by null

  /external/libvncserver/x11vnc/
cleanup.c 203 if (rm_flagfile) {
204 unlink(rm_flagfile);
205 rm_flagfile = NULL;
249 if (rm_flagfile) {
250 unlink(rm_flagfile);
251 rm_flagfile = NULL;
537 if (rm_flagfile) {
538 unlink(rm_flagfile);
539 rm_flagfile = NULL;
571 if (rm_flagfile) {
    [all...]
options.c 52 char *rm_flagfile = NULL; /* -rmflag */ variable
options.h 52 extern char *rm_flagfile;
screen.c     [all...]
x11vnc.c 3131 rm_flagfile = strdup(argv[++i]); local
    [all...]
remote.c     [all...]

Completed in 525 milliseconds