Home
last modified time | relevance | path

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

123

/freebsd-9-stable/usr.bin/mail/
Dtty.c63 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()
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); in mesedit()
565 sig_t sigint = signal(SIGINT, SIG_IGN); in mespipe()
657 sig_t old_action = signal(s, SIG_DFL); in collstop()
Dedit.c85 sig_t sigint; in edit1()
Dmain.c66 sig_t prevint; in main()
Dcmd3.c54 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/
Dsignal.c46 sig_t
49 sig_t a;
/freebsd-9-stable/bin/sh/
Dtrap.c88 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/
Dbiz22.c147 sig_t f; in cmd()
168 sig_t f; in detect()
Dbiz31.c173 sig_t f; in detect()
197 sig_t f; in flush()
Dcourier.c153 sig_t f; in cour_swallow()
203 sig_t f; in cour_connect()
Dt3000.c154 sig_t f; in t3000_swallow()
218 sig_t f; in t3000_connect()
Dv3451.c59 sig_t func; in v3451_dialer()
Dventel.c187 sig_t f; in gobble()
Dhayes.c179 sig_t f; in gobble()
/freebsd-9-stable/sys/sys/
Dktrace.h129 sig_t action;
237 void ktrpsig(int, sig_t, sigset_t *, int);
Dsignalvar.h53 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/
Dsvr4_ucontext.h69 sig_t sf_handler;
Dsvr4_signal.h142 void svr4_sendsig(sig_t, struct ksiginfo *, sigset_t *);
Dsvr4_signal.c186 bsa->sa_handler = (sig_t) ssa->ssa_handler;
360 nbsa.sa_handler = (sig_t) uap->handler;
/freebsd-9-stable/usr.bin/tip/tip/
Dhunt.c62 sig_t f; in hunt()
/freebsd-9-stable/usr.sbin/cron/cron/
Dexterns.h39 # define SIG_T sig_t
/freebsd-9-stable/contrib/file/
Dconfigure.ac95 AC_CHECK_TYPE([sig_t],[AC_DEFINE([HAVE_SIG_T],1,[Have sig_t type])],,[
/freebsd-9-stable/bin/rcp/
Dutil.c106 sig_t istat, qstat; in susystem()
/freebsd-9-stable/sys/compat/ia32/
Dia32_signal.h203 void ia32_sendsig(sig_t, struct ksiginfo *, sigset_t *);
/freebsd-9-stable/usr.bin/apply/
Dapply.c229 sig_t intsave, quitsave; in exec_shell()

123