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

123

/freebsd-11-stable/lib/libc/gen/
H A Dsignal.c46 sig_t
47 signal(int s, sig_t a)
/freebsd-11-stable/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-11-stable/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-11-stable/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 */
542 sig_t sigint = signal(SIGINT, SIG_IGN);
564 sig_t sigint = signal(SIGINT, SIG_IGN);
656 sig_t old_action = signal(s, SIG_DFL);
H A Dedit.c85 sig_t sigint;
/freebsd-11-stable/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-11-stable/usr.bin/tip/tip/
H A Dhunt.c62 sig_t f;
/freebsd-11-stable/sys/sys/
H A Dktrace.h131 sig_t action;
269 void ktrpsig(int, sig_t, sigset_t *, int);
H A Dsignalvar.h53 sig_t ps_sigact[_SIG_MAXSIG]; /* Disposition of signals. */
376 void sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *retmask);
H A Dsignal.h152 * sig_t before calling signal() or assigning to sa_handler or sv_handler.
416 typedef __sighandler_t *sig_t; /* type of pointer to a signal function */ typedef
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dexterns.h39 # define SIG_T sig_t
/freebsd-11-stable/bin/rcp/
H A Dutil.c106 sig_t istat, qstat;
/freebsd-11-stable/sys/compat/ia32/
H A Dia32_signal.h205 void ia32_sendsig(sig_t, struct ksiginfo *, sigset_t *);
/freebsd-11-stable/usr.bin/apply/
H A Dapply.c222 sig_t intsave, quitsave;
/freebsd-11-stable/usr.bin/sdiff/
H A Dedit.c44 sig_t sighup, sigint, sigquit, sigchld;
/freebsd-11-stable/usr.bin/tcopy/
H A Dtcopy.c79 sig_t oldsig;
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpm.c50 static sig_t old_power_handler;

Completed in 215 milliseconds

123