Searched refs:gotsig (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/procmail-14/procmail/src/
H A Dmcommon.c14 static volatile int gotsig; variable
17 { gotsig=1;
21 { gotsig=0;
26 if(gotsig)
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dsigdelay.c100 static void gotsig(int sig) function
107 signal(SIGINT, gotsig);
108 signal(SIGQUIT, gotsig);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dslapcat.c35 static volatile sig_atomic_t gotsig; variable
40 gotsig=1;
105 if ( gotsig )
H A Dslapschema.c35 static volatile sig_atomic_t gotsig; variable
40 gotsig=1;
114 if ( gotsig )
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/examples/
H A Dtc1.c70 volatile sig_atomic_t gotsig = 0; variable
89 gotsig = i;
196 if (gotsig) {
197 (void) fprintf(stderr, "Got signal %d.\n", gotsig);
198 gotsig = 0;
H A Dwtc1.c16 volatile sig_atomic_t gotsig; variable
31 gotsig = i;
164 if (gotsig) {
165 (void)fprintf(stderr, "Got signal %d.\n", gotsig);
166 gotsig = 0;
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclUnixTest.c58 static char *gotsig = "0"; variable
659 gotsig = "1";
674 * Resets the value of gotsig back to '0'.
686 Tcl_AppendResult(interp, gotsig, NULL);
687 gotsig = "0";
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixTest.c60 static char *gotsig = "0"; variable
690 gotsig = "1";
704 * Resets the value of gotsig back to '0'.
716 Tcl_AppendResult(interp, gotsig, (char *) NULL);
717 gotsig = "0";
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.proc.c1427 goto gotsig;
1431 gotsig:

Completed in 207 milliseconds