Searched refs:sighandler (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/CWRU/misc/
H A Dsigs.c26 typedef void sighandler(); typedef
33 sighandler *h;
/macosx-10.9.5/bash-92/bash-3.2/
H A Dsig.h32 #define sighandler RETSIGTYPE macro
118 extern sighandler termsig_sighandler __P((int));
120 extern sighandler sigint_sighandler __P((int));
128 extern sighandler sigwinch_sighandler __P((int));
135 extern sighandler trap_handler __P((int));
H A Deval.c58 static sighandler alrm_catcher __P((int));
172 static sighandler
H A Dsig.c445 sighandler
499 sighandler
522 sighandler
H A Djobs.c222 static sighandler wait_sigint_handler __P((int));
223 static sighandler sigchld_handler __P((int));
224 static sighandler sigcont_sighandler __P((int));
225 static sighandler sigstop_sighandler __P((int));
2169 static sighandler
2968 static sighandler
3270 SIGINT (if we reset the sighandler to the default).
3700 static sighandler
3712 static sighandler
H A Dnojobs.c136 static sighandler wait_sigint_handler __P((int));
664 static sighandler
H A Dtrap.c346 sighandler
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dsuspend.c24 static sighandler suspend_continue __P((int));
32 static sighandler
H A Dpsize.c50 sighandler
H A Dread.c56 static sighandler sigalrm __P((int));
63 static sighandler
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/
H A Dod_account_delete.sh3 function sighandler { function
10 trap sighandler INT TERM
H A Dod_account_create.sh4 function sighandler { function
11 trap sighandler INT TERM
/macosx-10.9.5/ruby-104/ruby/
H A Dsignal.c549 sighandler(int sig) function
555 ruby_signal(sig, sighandler);
777 func = sighandler;
805 sighandler_t func = sighandler;
916 else if (oldfunc == sighandler) oldcmd = rb_str_new2("DEFAULT");
1012 func = sighandler;
1085 if (oldfunc == sighandler) {
1148 install_sighandler(SIGINT, sighandler);
1150 install_sighandler(SIGHUP, sighandler);
1153 install_sighandler(SIGQUIT, sighandler);
[all...]
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dcupsfilter.c86 static void sighandler(int sig);
1267 signal(SIGTERM, sighandler);
1424 * 'sighandler()' - Signal catcher for when we print from stdin...
1428 sighandler(int s) /* I - Signal number */ function
/macosx-10.9.5/text_cmds-87/sort/
H A Dsort.c2034 sighandler (int sig) function
2170 act.sa_handler = sighandler;
2181 signal (sig[i], sighandler);

Completed in 212 milliseconds