Searched defs:SIG_ERR (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/bsd/tcpdump/dist/lbl/
H A Dos-sunos4.h198 #undef SIG_ERR macro
199 #define SIG_ERR (void (*)(int))-1 macro
/netbsd-current/external/bsd/libpcap/dist/lbl/
H A Dos-sunos4.h200 #undef SIG_ERR macro
201 #define SIG_ERR (void (*)(int))-1 macro
/netbsd-current/tests/kernel/
H A Dt_lock.c66 REQUIRE_LIBC(signal(SIGVTALRM, handler), SIG_ERR); local
/netbsd-current/tests/rump/rumpkern/
H A Dt_workqueue.c91 REQUIRE_LIBC(signal(SIGSEGV, &sigsegv), SIG_ERR); local
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dsyssignal.c110 # define SIG_ERR (-1) macro
/netbsd-current/tests/lib/libc/sys/
H A Dt_pipe.c89 REQUIRE_LIBC(signal(SIGINFO, sighand), SIG_ERR); local
90 REQUIRE_LIBC(signal(SIGALRM, sighand), SIG_ERR); local
/netbsd-current/tests/kernel/kqueue/
H A Dt_sig.c93 REQUIRE_LIBC(signal(SIGUSR1, SIG_IGN), SIG_ERR); local
/netbsd-current/sys/sys/
H A Dsignal.h94 #define SIG_ERR ((void (*)(int)) -1) macro
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Droken-common.h176 #define SIG_ERR ((RETSIGTYPE (*)(int))-1) macro

Completed in 111 milliseconds