Searched refs:catch (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpshut.c52 * protected from interrupts. We do want to catch them, however,
135 void catch();
163 signal(SIGHUP, catch);
165 signal(SIGINT, catch);
167 signal(SIGQUIT, catch);
169 signal(SIGTERM, catch);
175 ** catch() - CATCH INTERRUPT, HANGUP, ETC.
178 void catch (sig) function
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_send.c165 setsignals(catch)
166 void (*catch)();
168 signal(SIGHUP, catch);
169 signal(SIGINT, catch);
170 signal(SIGQUIT, catch);
171 signal(SIGTERM, catch);
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dsignals.c46 ** catch() - CLEAN UP AFTER SIGNAL
50 catch (sig) function
71 signal (SIG, catch);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetpass.c46 static void catch(void);
69 sv.sv_handler = catch;
100 catch(void) function
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dgetpass.c67 static void catch(int);
87 act.sa_handler = catch;
121 catch(int x) function
/illumos-gate/usr/src/lib/efcode/fcode_test/
H A DMakefile35 instance.fth catch.fth storage.fth case.fth access.fth misc.fth \
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dwaitpid.c76 catch(sig)
138 handler = signal(SIGCLD, catch);
146 handler = signal(SIGALRM, catch);
/illumos-gate/usr/src/cmd/write/
H A Dwrite.c447 setsignals(catch)
448 void (*catch)();
450 signal(SIGHUP, catch);
451 signal(SIGINT, catch);
452 signal(SIGQUIT, catch);
453 signal(SIGTERM, catch);
/illumos-gate/usr/src/cmd/cron/
H A Dcrontab.c112 static void catch(int);
423 /* catch SIGINT, SIGHUP, SIGQUIT signals */
424 if (signal(SIGINT, catch) == SIG_IGN)
426 if (signal(SIGHUP, catch) == SIG_IGN) signal(SIGHUP, SIG_IGN);
427 if (signal(SIGQUIT, catch) == SIG_IGN) signal(SIGQUIT, SIG_IGN);
428 if (signal(SIGTERM, catch) == SIG_IGN) signal(SIGTERM, SIG_IGN);
596 catch(int x) function
H A Dat.c97 static void catch(int);
360 /* catch INT, HUP, TERM and QUIT signals */
361 if (signal(SIGINT, catch) == SIG_IGN)
363 if (signal(SIGHUP, catch) == SIG_IGN)
365 if (signal(SIGQUIT, catch) == SIG_IGN)
367 if (signal(SIGTERM, catch) == SIG_IGN)
444 catch(int x) function
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_cfgrom.c53 goto catch; \
159 catch:
335 catch:
408 goto catch;
423 catch:
509 goto catch;
526 catch:
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dmain.c66 void catch(), catchquit(), voidquit();
183 (void) signal(SIGINT, catch);
H A Dutilities.c444 catch() function
/illumos-gate/usr/src/cmd/troff/
H A Dn1.c109 extern void catch(), kcatch();
119 signal(SIGHUP, catch);
120 if (signal(SIGINT, catch) == SIG_IGN) {
125 signal(SIGPIPE, catch);
328 void catch() function
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c645 * : example ['] my-ls catch ;
654 * : ex-2 ['] ls catch ; immediate \ undefined behavior
655 * : ex-3 ['] ls catch ; \ undefined behavior
657 * \ catch works
659 * \ catch does not work
662 * : ex-7 ['] ex-1 catch ; \ "compile" behavior,
663 * \ catch works
/illumos-gate/usr/src/cmd/vi/port/
H A Dexrecover.c832 static void catch();
846 sig = signal(SIGINT, catch);
868 catch() function
/illumos-gate/usr/src/cmd/rmt/
H A Drmt.c142 catch(int sig) function
195 sa.sa_handler = catch;
/illumos-gate/usr/src/uts/sun4/ml/
H A Dcopy.s135 ldn [THREAD_REG + T_LOFAULT], %o5 ! catch faults
269 ldn [THREAD_REG + T_LOFAULT], %o4 ! catch faults
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tell.c452 void catch();
/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c443 catch(int x) function
445 (void) signal(SIGINT, catch);
1269 (void) signal(SIGINT, catch);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.c249 * We catch it only if we are the login shell.
546 * catch "error unwinds". Thus if we are a interactive shell
848 * If we are an interactive shell, we reset the interrupt catch
907 * Note that if catch is not set then we will unwind on any error.
911 process(bool catch) argument
938 if (!catch) {
1000 if (enterhist || catch && intty && !whyles)
/illumos-gate/usr/src/cmd/saf/
H A Dsacadm.c68 void catch();
1121 sigact.sa_handler = catch;
1197 * catch - catcher for SIGALRM, don't need to do anything
1201 catch() function
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h357 FNPROTO(catch);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dfsck.h531 void catch(int);
H A Dmain.c288 (void) signal(SIGINT, catch);

Completed in 90 milliseconds

12