Searched refs:sig_t (Results 1 – 25 of 58) sorted by relevance
123
| /freebsd-9-stable/usr.bin/mail/ |
| D | tty.c | 63 sig_t saveint; in grabh() 64 sig_t savetstp; in grabh() 65 sig_t savettou; in grabh() 66 sig_t savettin; in grabh() 69 sig_t savequit; in grabh() 273 sig_t old_action = signal(s, SIG_DFL); in ttystop()
|
| D | collect.c | 60 static sig_t saveint; /* Previous SIGINT value */ 61 static sig_t savehup; /* Previous SIGHUP value */ 62 static sig_t savetstp; /* Previous SIGTSTP value */ 63 static sig_t savettou; /* Previous SIGTTOU value */ 64 static sig_t savettin; /* Previous SIGTTIN value */ 543 sig_t sigint = signal(SIGINT, SIG_IGN); in mesedit() 565 sig_t sigint = signal(SIGINT, SIG_IGN); in mespipe() 657 sig_t old_action = signal(s, SIG_DFL); in collstop()
|
| D | edit.c | 85 sig_t sigint; in edit1()
|
| D | main.c | 66 sig_t prevint; in main()
|
| D | cmd3.c | 54 sig_t sigint = signal(SIGINT, SIG_IGN); in shell() 77 sig_t sigint = signal(SIGINT, SIG_IGN); in dosh()
|
| /freebsd-9-stable/lib/libc/gen/ |
| D | signal.c | 46 sig_t 49 sig_t a;
|
| /freebsd-9-stable/bin/sh/ |
| D | trap.c | 88 static int getsigaction(int, sig_t *); 258 sig_t sigact = SIG_DFL; in setsignal() 346 getsigaction(int signo, sig_t *sigact) in getsigaction() 352 *sigact = (sig_t) sa.sa_handler; in getsigaction()
|
| /freebsd-9-stable/usr.bin/tip/libacu/ |
| D | biz22.c | 147 sig_t f; in cmd() 168 sig_t f; in detect()
|
| D | biz31.c | 173 sig_t f; in detect() 197 sig_t f; in flush()
|
| D | courier.c | 153 sig_t f; in cour_swallow() 203 sig_t f; in cour_connect()
|
| D | t3000.c | 154 sig_t f; in t3000_swallow() 218 sig_t f; in t3000_connect()
|
| D | v3451.c | 59 sig_t func; in v3451_dialer()
|
| D | ventel.c | 187 sig_t f; in gobble()
|
| D | hayes.c | 179 sig_t f; in gobble()
|
| /freebsd-9-stable/sys/sys/ |
| D | ktrace.h | 129 sig_t action; 237 void ktrpsig(int, sig_t, sigset_t *, int);
|
| D | signalvar.h | 53 sig_t ps_sigact[_SIG_MAXSIG]; /* Disposition of signals. */ 344 void sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *retmask);
|
| /freebsd-9-stable/sys/compat/svr4/ |
| D | svr4_ucontext.h | 69 sig_t sf_handler;
|
| D | svr4_signal.h | 142 void svr4_sendsig(sig_t, struct ksiginfo *, sigset_t *);
|
| D | svr4_signal.c | 186 bsa->sa_handler = (sig_t) ssa->ssa_handler; 360 nbsa.sa_handler = (sig_t) uap->handler;
|
| /freebsd-9-stable/usr.bin/tip/tip/ |
| D | hunt.c | 62 sig_t f; in hunt()
|
| /freebsd-9-stable/usr.sbin/cron/cron/ |
| D | externs.h | 39 # define SIG_T sig_t
|
| /freebsd-9-stable/contrib/file/ |
| D | configure.ac | 95 AC_CHECK_TYPE([sig_t],[AC_DEFINE([HAVE_SIG_T],1,[Have sig_t type])],,[
|
| /freebsd-9-stable/bin/rcp/ |
| D | util.c | 106 sig_t istat, qstat; in susystem()
|
| /freebsd-9-stable/sys/compat/ia32/ |
| D | ia32_signal.h | 203 void ia32_sendsig(sig_t, struct ksiginfo *, sigset_t *);
|
| /freebsd-9-stable/usr.bin/apply/ |
| D | apply.c | 229 sig_t intsave, quitsave; in exec_shell()
|
123