Home
last modified time | relevance | path

Searched refs:sig_t (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/usr.bin/mail/
H A Dtty.c57 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 Dcollect.c54 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 Dedit.c79 sig_t sigint; in edit1()
H A Dmain.c97 sig_t prevint; in main()
H A Dcmd3.c48 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 Dsignal.c42 sig_t
43 signal(int s, sig_t a) in signal()
/freebsd/bin/sh/
H A Dtrap.c84 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 Dbiz22.c139 sig_t f; in cmd()
160 sig_t f; in detect()
H A Dbiz31.c165 sig_t f; in detect()
189 sig_t f; in flush()
H A Dcourier.c145 sig_t f; in cour_swallow()
195 sig_t f; in cour_connect()
H A Dt3000.c146 sig_t f; in t3000_swallow()
210 sig_t f; in t3000_connect()
H A Dv3451.c51 sig_t func; in v3451_dialer()
H A Dventel.c179 sig_t f; in gobble()
H A Dhayes.c171 sig_t f; in gobble()
/freebsd/sys/sys/
H A Dktrace.h149 sig_t action;
322 void ktrpsig(int, sig_t, sigset_t *, int);
H A Dsignalvar.h52 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 Dexterns.h69 #define SIG_T sig_t
/freebsd/usr.bin/tip/tip/
H A Dhunt.c54 sig_t f; in hunt()
/freebsd/usr.bin/sdiff/
H A Dedit.c41 sig_t sighup, sigint, sigquit, sigchld; in editit()
/freebsd/sys/compat/ia32/
H A Dia32_signal.h188 void ia32_sendsig(sig_t, struct ksiginfo *, sigset_t *);
/freebsd/sys/arm64/arm64/
H A Dfreebsd32_machdep.c55 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/usr.bin/apply/
H A Dapply.c216 sig_t intsave, quitsave; in exec_shell()
/freebsd/contrib/file/
H A Dconfigure.ac131 AC_CHECK_TYPE([sig_t],[AC_DEFINE([HAVE_SIG_T],1,[Have sig_t type])],,[#include <signal.h>])
/freebsd/sys/i386/i386/
H A Dexec_machdep.c106 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 Dia32_signal.c88 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()

123