Searched refs:exit_now (Results 1 – 7 of 7) sorted by relevance
42 static int exit_now = 0; variable64 while (!exit_now) { in main()81 exit_now = 1; in parent_exit_handler()200 while (!waitpid(pid, &status, WNOHANG) && !exit_now); in daemonize()201 if (exit_now) in daemonize()
48 static volatile sig_atomic_t exit_now; variable54 exit_now = 1; in sigterm_handler()200 if (exit_now) in strlist_exec()224 return exit_now; in strlist_exec()855 if (exit_now) in main()
52 extern int exit_now;
147 int exit_now; variable364 if (exit_now) in stdin_loop()
946 exit_now = 1;
1436 sig_atomic_t exit_now = 0; in strlist_exec() local1472 return exit_now; in strlist_exec()
2157 * src/setkey/setkey.c (stdin_loop): Exit when exit_now is set