Searched refs:ESPIPE (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-10.1-release/lib/libc/stdio/
H A Dftell.c80 errno = ESPIPE;
94 errno = ESPIPE; /* historic practice */
H A Dstdio.c159 } else if (errret == ESPIPE)
H A Dfseek.c106 errno = ESPIPE; /* historic practice */
126 errno = ESPIPE;
/freebsd-10.1-release/contrib/sendmail/libsm/
H A Dfpos.c80 errno = ESPIPE; /* historic practice */
H A Dfseek.c100 errno = ESPIPE; /* historic practice */
/freebsd-10.1-release/sys/sys/
H A Derrno.h82 #define ESPIPE 29 /* Illegal seek */ macro
/freebsd-10.1-release/cddl/lib/libdtrace/
H A Derrno.d87 inline int ESPIPE = 29;
88 #pragma D binding "1.0" ESPIPE
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_read_open_fd.c161 if (errno == ESPIPE)
165 * There's been an error other than ESPIPE. This is most
H A Darchive_read_open_filename.c460 if (errno == ESPIPE)
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h155 invalid_seek, // ESPIPE
324 # ifndef ESPIPE
325 # define ESPIPE 29 macro
523 invalid_seek = ESPIPE,
/freebsd-10.1-release/contrib/sendmail/src/
H A Dbf.c385 if ((errno == EINVAL) || (errno == ESPIPE))
503 if ((errno == EINVAL) || (errno == ESPIPE))
589 if ((errno == EINVAL) || (errno == ESPIPE))
H A Derr.c228 #ifdef ESPIPE
229 case ESPIPE:
230 #endif /* ESPIPE */
/freebsd-10.1-release/sys/ofed/include/linux/
H A Dfs.h208 return -ESPIPE;
/freebsd-10.1-release/usr.bin/tail/
H A Dtail.c228 errno == ESPIPE) {
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dstrerror.c163 #if defined (ESPIPE)
164 ENTRY(ESPIPE, "ESPIPE", "Illegal seek"),
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dstrerror.c163 #if defined (ESPIPE)
164 ENTRY(ESPIPE, "ESPIPE", "Illegal seek"),
/freebsd-10.1-release/lib/libc/db/recno/
H A Drec_open.c121 if (lseek(rfd, (off_t)0, SEEK_CUR) == -1 && errno == ESPIPE) {
/freebsd-10.1-release/sys/dev/cfi/
H A Dcfi_dev.c280 return (ESPIPE);
/freebsd-10.1-release/tools/regression/fifo/fifo_misc/
H A Dfifo_misc.c104 * POSIX does not allow lseek(2) on fifos, so we expect ESPIPE as a result.
120 warnx("%s: lseek succeeded instead of returning ESPIPE",
125 if (errno != ESPIPE) {
126 warn("%s: lseek returned instead of ESPIPE", __func__);
/freebsd-10.1-release/bin/dd/
H A Ddd.c275 if (lseek(io->fd, (off_t)0, SEEK_CUR) == -1 && errno == ESPIPE)
/freebsd-10.1-release/contrib/openbsm/libbsm/
H A Dbsm_errno.c112 { BSM_ERRNO_ESPIPE, ESPIPE, ES("Illegal seek") },
/freebsd-10.1-release/lib/libc/db/mpool/
H A Dmpool.c78 errno = ESPIPE;
/freebsd-10.1-release/sys/security/audit/
H A Dbsm_errno.c114 { BSM_ERRNO_ESPIPE, ESPIPE, ES("Illegal seek") },
/freebsd-10.1-release/contrib/apr/include/
H A Dapr_errno.h715 #ifdef ESPIPE
716 #define APR_ESPIPE ESPIPE
/freebsd-10.1-release/tools/regression/pjdfstest/
H A Dpjdfstest.c1225 #ifdef ESPIPE
1226 case ESPIPE:
1227 return ("ESPIPE");

Completed in 190 milliseconds

12