Home
last modified time | relevance | path

Searched refs:sigpipe (Results 1 – 6 of 6) sorted by relevance

/freebsd/tools/regression/sockets/sigpipe/
H A DMakefile4 PROG= sigpipe
/freebsd/tools/tools/indent_wrapper/
H A Dindent_wrapper.c58 sigpipe(int sig) in sigpipe() function
391 signal(SIGPIPE, &sigpipe); in main()
/freebsd/sbin/dump/
H A Dtape.c216 sigpipe(int signo __unused) in sigpipe() function
702 signal(SIGPIPE, sigpipe); in create_workers()
/freebsd/contrib/sendmail/src/
H A Dmain.c61 static SIGFUNC_DECL sigpipe __P((int));
2030 (void) sm_signal(SIGPIPE, sigpipe);
2051 (void) sm_signal(SIGPIPE, sigpipe);
2076 (void) sm_signal(SIGPIPE, sigpipe);
3332 sigpipe(sig) in sigpipe() function
3337 FIX_SYSV_SIGNAL(sig, sigpipe);
/freebsd/crypto/heimdal/
H A DChangeLog.200470 * kdc/main.c (main): catch sigpipe, we don't bother select()ing
/freebsd/contrib/ldns/
H A DChangelog134 * Fix that ldns-testns ignores sigpipe.