Searched refs:exit_flag (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| H A D | ipropd_common.c | 43 sig_atomic_t exit_flag; variable 48 exit_flag = sig; in sigterm() 124 while (!exit_flag) { in restarter() 164 } while (wpid == -1 && errno == EINTR && !exit_flag); in restarter() 183 if (exit_flag) in restarter() 194 if (exit_flag) in restarter() 213 (long)pid, exit_flag); in restarter() 215 (long)pid, exit_flag); in restarter() 216 kill(pid, exit_flag); in restarter()
|
| H A D | ipropd_slave.c | 832 while (!exit_flag) { in main() 857 exit_flag = SIGTERM; in main() 903 while (connected && !exit_flag) { in main() 943 exit_flag = SIGTERM; in main() 1050 if (exit_flag) in main() 1070 else if(exit_flag == SIGXCPU) in main() 1073 else if(exit_flag == SIGINT || exit_flag == SIGTERM) in main() 1077 getprogname(), (long)exit_flag); in main()
|
| H A D | iprop.h | 70 extern sig_atomic_t exit_flag;
|
| H A D | ipropd_master.c | 1671 while (exit_flag == 0){ in main() 1767 exit_flag = SIGTERM; in main() 1859 if(exit_flag == SIGINT || exit_flag == SIGTERM) in main() 1862 else if(exit_flag == SIGXCPU) in main() 1867 getprogname(), (long)exit_flag); in main()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/kdc/ |
| H A D | main.c | 47 sig_atomic_t exit_flag = 0; variable 61 exit_flag = sig; in sigterm()
|
| H A D | kdc_locl.h | 95 extern sig_atomic_t exit_flag;
|
| H A D | connect.c | 851 exit_flag = -1; in handle_islive() 902 while (exit_flag == 0) { in loop() 962 switch (exit_flag) { in loop() 977 kdc_log(context, config, 0, "Unexpected exit reason: %d", exit_flag); in loop() 1166 while (exit_flag == 0) { in start_kdc()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/kcm/ |
| H A D | kcm_locl.h | 172 extern sig_atomic_t exit_flag;
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/kpasswd/ |
| H A D | kpasswdd.c | 52 static sig_atomic_t exit_flag = 0; variable 797 while (exit_flag == 0) { in doit() 870 exit_flag = 1; in sigterm()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-cfg.c | 7546 int *entry_flag, *exit_flag; in move_sese_region_to_fn() local 7599 exit_flag = XNEWVEC (int, num_exit_edges); in move_sese_region_to_fn() 7605 exit_flag[i] = e->flags; in move_sese_region_to_fn() 7614 exit_flag = NULL; in move_sese_region_to_fn() 7905 e = make_edge (bb, exit_succ[i], exit_flag[i]); in move_sese_region_to_fn() 7917 free (exit_flag); in move_sese_region_to_fn()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-cfg.cc | 7623 int *entry_flag, *exit_flag; in move_sese_region_to_fn() local 7676 exit_flag = XNEWVEC (int, num_exit_edges); in move_sese_region_to_fn() 7682 exit_flag[i] = e->flags; in move_sese_region_to_fn() 7691 exit_flag = NULL; in move_sese_region_to_fn() 7978 e = make_edge (bb, exit_succ[i], exit_flag[i]); in move_sese_region_to_fn() 7989 free (exit_flag); in move_sese_region_to_fn()
|
| H A D | ChangeLog.tree-ssa | 14288 * expr.c (expand_expr) [LOOP_EXPR]: Pass 1 again for exit_flag. 15580 * expr.c (expand_expr) [LOOP_EXPR]: Pass exit_flag==0 to
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | ChangeLog.115 | 2830 (exit_flag): Deleted. 2841 * troff/input.c (exit_flag): Delete declaration. 2845 exit_flag. Call top_level_diversion::set_last_page. Push a 6099 do_break() but before setting exit_flag to 2.
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/ |
| H A D | ChangeLog.2005 | 1036 * kdc/main.c (sigterm): set exit_flag to signal causing exit;
|