Home
last modified time | relevance | path

Searched refs:EPIPE (Results 1 – 12 of 12) sorted by relevance

/original-bsd/sys/sys/
H A Derrno.h55 #define EPIPE 32 /* Broken pipe */ macro
/original-bsd/contrib/libg++-2.3/libiberty/
H A Dstrerror.c173 #if defined (EPIPE)
174 EPIPE, "EPIPE", "Broken pipe",
/original-bsd/usr.bin/ftp/
H A Dftp.c582 if (errno != EPIPE)
617 if (errno != EPIPE)
848 if (errno != EPIPE)
919 if (errno != EPIPE)
/original-bsd/sys/nfs/
H A Dnfs_socket.c424 error != EWOULDBLOCK && error != EPIPE)
536 error = EPIPE;
565 error = EPIPE;
593 error = EPIPE;
600 if (error != EPIPE)
958 if (!error || error == EPIPE)
H A Dnfs_syscalls.c604 error = EPIPE;
613 if (error == EPIPE)
/original-bsd/sys/kern/
H A Dsys_generic.c222 if (error == EPIPE)
305 if (error == EPIPE)
H A Duipc_usrreq.c188 error = EPIPE;
H A Duipc_socket.c331 snderr(EPIPE);
H A Duipc_syscalls.c556 if (error == EPIPE)
/original-bsd/usr.sbin/sendmail/src/
H A Dusersmtp.c868 errno = EPIPE;
H A Ddeliver.c2492 if (ferror(mci->mci_out) && errno != EPIPE)
/original-bsd/sys/vax/if/ACC/driver/
H A Dif_x29.c262 return (EPIPE);
364 return (EPIPE);