Searched defs:sigact (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/ncurses/ncurses/base/
H A Dsigaction.c41 _nc_sigaction(int sig, sigaction_t * sigact, sigaction_t * osigact) argument
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dsigact.c49 sigaction(int sig, struct sigaction *sigact, struct sigaction *osigact) argument
/freebsd-10-stable/bin/sh/
H A Dtrap.c258 sig_t sigact = SIG_DFL; local
340 getsigaction(int signo, sig_t *sigact) argument
/freebsd-10-stable/lib/libthr/thread/
H A Dthr_sig.c53 struct sigaction sigact; member in struct:usigaction
[all...]
/freebsd-10-stable/lib/libc/gen/
H A Dposix_spawn.c88 struct sigaction sigact = { .sa_flags = 0, .sa_handler = SIG_DFL }; local
/freebsd-10-stable/tools/regression/sockets/unix_cmsg/
H A Dunix_cmsg.c371 struct sigaction sigact; local

Completed in 129 milliseconds