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

/freebsd-9.3-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.c563 while (exit_flag == 0) {
623 if(exit_flag == SIGXCPU)
625 else if(exit_flag == SIGINT || exit_flag == SIGTERM)
629 getprogname(), exit_flag);
H A Dipropd_master.c826 while(exit_flag == 0){
926 if(exit_flag == SIGXCPU)
928 else if(exit_flag == SIGINT || exit_flag == SIGTERM)
932 getprogname(), exit_flag);
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dkdc_locl.h47 extern sig_atomic_t exit_flag;
H A Dmain.c41 sig_atomic_t exit_flag = 0; variable
48 exit_flag = sig;
H A Dconnect.c832 while(exit_flag == 0){
893 if(exit_flag == SIGXCPU)
895 else if(exit_flag == SIGINT || exit_flag == SIGTERM)
898 kdc_log(context, config, 0, "Unexpected exit reason: %d", exit_flag);
/freebsd-9.3-release/crypto/heimdal/kcm/
H A Dmain.c38 sig_atomic_t exit_flag = 0; variable
45 exit_flag = 1;
H A Dkcm_locl.h161 extern sig_atomic_t exit_flag;
H A Dconnect.c622 while (exit_flag == 0){
/freebsd-9.3-release/crypto/heimdal/kpasswd/
H A Dkpasswdd.c50 static sig_atomic_t exit_flag = 0; variable
666 while(exit_flag == 0) {
711 exit_flag = 1;
/freebsd-9.3-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 108 milliseconds