Searched refs:sig_t (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-10.1-release/lib/libc/gen/
H A Dsignal.c46 sig_t
49 sig_t a;
/freebsd-10.1-release/sys/compat/svr4/
H A Dsvr4_ucontext.h69 sig_t sf_handler;
H A Dsvr4_signal.h142 void svr4_sendsig(sig_t, struct ksiginfo *, sigset_t *);
/freebsd-10.1-release/usr.bin/tip/libacu/
H A Dbiz22.c147 sig_t f;
168 sig_t f;
H A Dbiz31.c173 sig_t f;
197 sig_t f;
H A Dv3451.c59 sig_t func;
H A Dcourier.c153 sig_t f;
203 sig_t f;
H A Dt3000.c154 sig_t f;
218 sig_t f;
H A Dhayes.c179 sig_t f;
H A Dventel.c187 sig_t f;
/freebsd-10.1-release/usr.bin/mail/
H A Dtty.c63 sig_t saveint;
64 sig_t savetstp;
65 sig_t savettou;
66 sig_t savettin;
69 sig_t savequit;
273 sig_t old_action = signal(s, SIG_DFL);
H A Dcollect.c60 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);
565 sig_t sigint = signal(SIGINT, SIG_IGN);
657 sig_t old_action = signal(s, SIG_DFL);
H A Dedit.c85 sig_t sigint;
H A Dmain.c66 sig_t prevint;
H A Dcmd3.c54 sig_t sigint = signal(SIGINT, SIG_IGN);
77 sig_t sigint = signal(SIGINT, SIG_IGN);
/freebsd-10.1-release/sys/sys/
H A Dktrace.h131 sig_t action;
256 void ktrpsig(int, sig_t, sigset_t *, int);
H A Dsignalvar.h53 sig_t ps_sigact[_SIG_MAXSIG]; /* Disposition of signals. */
340 void sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *retmask);
H A Dsignal.h135 * sig_t before calling signal() or assigning to sa_handler or sv_handler.
352 typedef __sighandler_t *sig_t; /* type of pointer to a signal function */ typedef
/freebsd-10.1-release/bin/sh/
H A Dtrap.c88 static int getsigaction(int, sig_t *);
258 sig_t sigact = SIG_DFL;
340 getsigaction(int signo, sig_t *sigact)
346 *sigact = (sig_t) sa.sa_handler;
/freebsd-10.1-release/usr.bin/tip/tip/
H A Dhunt.c62 sig_t f;
/freebsd-10.1-release/usr.sbin/cron/cron/
H A Dexterns.h39 # define SIG_T sig_t
/freebsd-10.1-release/bin/rcp/
H A Dutil.c106 sig_t istat, qstat;
/freebsd-10.1-release/sys/compat/ia32/
H A Dia32_signal.h203 void ia32_sendsig(sig_t, struct ksiginfo *, sigset_t *);
/freebsd-10.1-release/usr.bin/apply/
H A Dapply.c229 sig_t intsave, quitsave;
/freebsd-10.1-release/usr.bin/systat/
H A Dmain.c64 sig_t sigtstpdfl;

Completed in 195 milliseconds

123