HomeSort by relevance Sort by last modified time
    Searched full:cleanup_pidfile (Results 1 - 2 of 2) sorted by null

  /external/ipsec-tools/src/racoon/
main.c 102 static void cleanup_pidfile __P((void));
262 if (atexit(cleanup_pidfile) < 0) {
277 cleanup_pidfile()
  /external/e2fsprogs/misc/
uuidd.c 131 static const char *cleanup_pidfile, *cleanup_socket; variable
135 (void) unlink(cleanup_pidfile);
249 cleanup_pidfile = pidfile_path;

Completed in 47 milliseconds