Searched refs:sigpipe (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/tools/regression/sockets/sigpipe/
H A DMakefile5 PROG= sigpipe
/freebsd-11-stable/sbin/dump/
H A Dtape.c218 sigpipe(int signo __unused) function
703 signal(SIGPIPE, sigpipe);
/freebsd-11-stable/tools/tools/indent_wrapper/
H A Dindent_wrapper.c60 sigpipe(int sig) function
393 signal(SIGPIPE, &sigpipe);
/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c401 static int sigpipe[2]; /* Pipe to catch a signal during select(). */ variable
700 s = pipe2(sigpipe, O_CLOEXEC);
705 .sl_socket = sigpipe[0],
839 if (ioctl(sigpipe[0], FIONREAD, &i) != 0) {
846 len = read(sigpipe[0], &signo, sizeof(signo));
852 sigpipe[0]);
2463 write(sigpipe[1], &signo, sizeof(signo));
/freebsd-11-stable/contrib/sendmail/src/
H A Dmain.c55 static SIGFUNC_DECL sigpipe __P((int));
1991 (void) sm_signal(SIGPIPE, sigpipe);
2012 (void) sm_signal(SIGPIPE, sigpipe);
2037 (void) sm_signal(SIGPIPE, sigpipe);
3262 sigpipe(sig) function
3267 FIX_SYSV_SIGNAL(sig, sigpipe);

Completed in 134 milliseconds