Searched refs:exit_flag (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.2-release/crypto/heimdal/lib/kadm5/
H A Dipropd_common.c37 sig_atomic_t exit_flag; variable
42 exit_flag = sig;
H A Diprop.h67 extern sig_atomic_t exit_flag;
H A Dipropd_slave.c608 while (!exit_flag) {
654 while (connected && !exit_flag) {
725 if (exit_flag)
738 else if(exit_flag == SIGXCPU)
741 else if(exit_flag == SIGINT || exit_flag == SIGTERM)
745 getprogname(), (long)exit_flag);
H A Dipropd_master.c902 while(exit_flag == 0){
1017 if(exit_flag == SIGINT || exit_flag == SIGTERM)
1020 else if(exit_flag == SIGXCPU)
1025 getprogname(), (long)exit_flag);
/freebsd-10.2-release/crypto/heimdal/kdc/
H A Dkdc_locl.h48 extern sig_atomic_t exit_flag;
H A Dmain.c45 sig_atomic_t exit_flag = 0; variable
54 exit_flag = sig;
H A Dconnect.c852 while(exit_flag == 0){
919 else if(exit_flag == SIGXCPU)
922 else if(exit_flag == SIGINT || exit_flag == SIGTERM)
925 kdc_log(context, config, 0, "Unexpected exit reason: %d", exit_flag);
/freebsd-10.2-release/crypto/heimdal/kcm/
H A Dmain.c38 sig_atomic_t exit_flag = 0; variable
47 exit_flag = 1;
H A Dkcm_locl.h170 extern sig_atomic_t exit_flag;
/freebsd-10.2-release/crypto/heimdal/kpasswd/
H A Dkpasswdd.c50 static sig_atomic_t exit_flag = 0; variable
708 while(exit_flag == 0) {
753 exit_flag = 1;
/freebsd-10.2-release/contrib/gcc/
H A Dtree-cfg.c4863 int *entry_flag, *exit_flag, eh_offset; local
4906 exit_flag = (int *) xcalloc (num_exit_edges, sizeof (int));
4910 exit_flag[i] = e->flags;
4919 exit_flag = NULL;
5010 make_edge (bb, exit_succ[i], exit_flag[i]);
5014 free (exit_flag);

Completed in 184 milliseconds