/freebsd/usr.bin/mail/ |
H A D | tty.c | 57 volatile sig_t saveint; in grabh() 58 sig_t savetstp; in grabh() 59 sig_t savettou; in grabh() 60 sig_t savettin; in grabh() 63 sig_t savequit; in grabh() 272 sig_t old_action = signal(s, SIG_DFL); in ttystop()
|
H A D | collect.c | 54 static sig_t saveint; /* Previous SIGINT value */ 55 static sig_t savehup; /* Previous SIGHUP value */ 56 static sig_t savetstp; /* Previous SIGTSTP value */ 57 static sig_t savettou; /* Previous SIGTTOU value */ 58 static sig_t savettin; /* Previous SIGTTIN value */ 536 sig_t sigint = signal(SIGINT, SIG_IGN); in mesedit() 558 sig_t sigint = signal(SIGINT, SIG_IGN); in mespipe() 650 sig_t old_action = signal(s, SIG_DFL); in collstop()
|
H A D | edit.c | 79 sig_t sigint; in edit1()
|
H A D | main.c | 97 sig_t prevint; in main()
|
H A D | cmd3.c | 48 sig_t sigint = signal(SIGINT, SIG_IGN); in shell() 71 sig_t sigint = signal(SIGINT, SIG_IGN); in dosh()
|
/freebsd/lib/libc/gen/ |
H A D | signal.c | 42 sig_t 43 signal(int s, sig_t a) in signal()
|
/freebsd/bin/sh/ |
H A D | trap.c | 84 static int getsigaction(int, sig_t *); 254 sig_t sigact = SIG_DFL; in setsignal() 332 getsigaction(int signo, sig_t *sigact) in getsigaction() 338 *sigact = (sig_t) sa.sa_handler; in getsigaction()
|
/freebsd/usr.bin/tip/libacu/ |
H A D | biz22.c | 139 sig_t f; in cmd() 160 sig_t f; in detect()
|
H A D | biz31.c | 165 sig_t f; in detect() 189 sig_t f; in flush()
|
H A D | courier.c | 145 sig_t f; in cour_swallow() 195 sig_t f; in cour_connect()
|
H A D | t3000.c | 146 sig_t f; in t3000_swallow() 210 sig_t f; in t3000_connect()
|
H A D | v3451.c | 51 sig_t func; in v3451_dialer()
|
H A D | ventel.c | 179 sig_t f; in gobble()
|
H A D | hayes.c | 171 sig_t f; in gobble()
|
/freebsd/sys/sys/ |
H A D | ktrace.h | 149 sig_t action; 334 void ktrpsig(int, sig_t, sigset_t *, int);
|
H A D | signalvar.h | 52 sig_t ps_sigact[_SIG_MAXSIG]; /* Disposition of signals. */ 391 void sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *retmask);
|
/freebsd/usr.sbin/cron/cron/ |
H A D | externs.h | 69 #define SIG_T sig_t
|
/freebsd/usr.bin/tip/tip/ |
H A D | hunt.c | 54 sig_t f; in hunt()
|
/freebsd/usr.bin/sdiff/ |
H A D | edit.c | 41 sig_t sighup, sigint, sigquit, sigchld; in editit()
|
/freebsd/sys/arm64/arm64/ |
H A D | freebsd32_machdep.c | 55 extern void freebsd32_sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask); 348 freebsd32_sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask) in freebsd32_sendsig()
|
/freebsd/sys/compat/ia32/ |
H A D | ia32_signal.h | 188 void ia32_sendsig(sig_t, struct ksiginfo *, sigset_t *);
|
/freebsd/usr.bin/apply/ |
H A D | apply.c | 216 sig_t intsave, quitsave; in exec_shell()
|
/freebsd/sys/i386/i386/ |
H A D | exec_machdep.c | 106 static void osendsig(sig_t catcher, ksiginfo_t *, sigset_t *mask); 109 static void freebsd4_sendsig(sig_t catcher, ksiginfo_t *, sigset_t *mask); 128 osendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask) in osendsig() 257 freebsd4_sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask) in freebsd4_sendsig() 376 sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask) in sendsig()
|
/freebsd/sys/amd64/ia32/ |
H A D | ia32_signal.c | 88 static void freebsd4_ia32_sendsig(sig_t, ksiginfo_t *, sigset_t *); 337 ia32_osendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask) in ia32_osendsig() 439 freebsd4_ia32_sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask) in freebsd4_ia32_sendsig() 550 ia32_sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask) in ia32_sendsig()
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysvec.c | 101 static void linux_sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask); 153 linux_rt_sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask) in linux_rt_sendsig() 257 linux_sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask) in linux_sendsig()
|