HomeSort by: relevance | last modified time | path
    Searched refs:exit_flag (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
ipropd_common.c 43 sig_atomic_t exit_flag; variable
48 exit_flag = sig;
124 while (!exit_flag) {
164 } while (wpid == -1 && errno == EINTR && !exit_flag);
183 if (exit_flag)
194 if (exit_flag)
213 (long)pid, exit_flag);
215 (long)pid, exit_flag);
216 kill(pid, exit_flag);
iprop.h 70 extern sig_atomic_t exit_flag;
ipropd_slave.c 832 while (!exit_flag) {
857 exit_flag = SIGTERM;
903 while (connected && !exit_flag) {
943 exit_flag = SIGTERM;
1050 if (exit_flag)
1070 else if(exit_flag == SIGXCPU)
1073 else if(exit_flag == SIGINT || exit_flag == SIGTERM)
1077 getprogname(), (long)exit_flag);
ipropd_master.c 1671 while (exit_flag == 0){
1767 exit_flag = SIGTERM;
1859 if(exit_flag == SIGINT || exit_flag == SIGTERM)
1862 else if(exit_flag == SIGXCPU)
1867 getprogname(), (long)exit_flag);
  /src/crypto/external/bsd/heimdal/dist/kdc/
main.c 47 sig_atomic_t exit_flag = 0; variable
61 exit_flag = sig;
kdc_locl.h 95 extern sig_atomic_t exit_flag;
connect.c 851 exit_flag = -1;
902 while (exit_flag == 0) {
962 switch (exit_flag) {
977 kdc_log(context, config, 0, "Unexpected exit reason: %d", exit_flag);
1166 while (exit_flag == 0) {
  /src/crypto/external/bsd/heimdal/dist/kcm/
kcm_locl.h 172 extern sig_atomic_t exit_flag;
  /src/crypto/external/bsd/heimdal/dist/kpasswd/
kpasswdd.c 52 static sig_atomic_t exit_flag = 0; variable
797 while (exit_flag == 0) {
870 exit_flag = 1;
  /src/external/gpl3/gcc/dist/gcc/
tree-cfg.cc 7842 int *entry_flag, *exit_flag; local
7895 exit_flag = XNEWVEC (int, num_exit_edges);
7901 exit_flag[i] = e->flags;
7910 exit_flag = NULL;
8200 e = make_edge (bb, exit_succ[i], exit_flag[i]);
8211 free (exit_flag);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfg.cc 7623 int *entry_flag, *exit_flag; local
7676 exit_flag = XNEWVEC (int, num_exit_edges);
7682 exit_flag[i] = e->flags;
7691 exit_flag = NULL;
7978 e = make_edge (bb, exit_succ[i], exit_flag[i]);
7989 free (exit_flag);

Completed in 49 milliseconds