Home
last modified time | relevance | path

Searched refs:ESPIPE (Results 1 – 25 of 73) sorted by relevance

123

/freebsd-12.1/lib/libc/stdio/
H A Dftell.c81 errno = ESPIPE; in ftello()
94 errno = ESPIPE; /* historic practice */ in _ftello()
H A Dfseek.c108 errno = ESPIPE; /* historic practice */ in _fseeko()
128 errno = ESPIPE; in _fseeko()
/freebsd-12.1/contrib/libc++/include/
H A Derrno.h316 #ifndef ESPIPE
317 #define ESPIPE 9960 macro
H A D__errc51 invalid_seek, // ESPIPE
148 invalid_seek = ESPIPE,
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_read_open_fd.c163 if (errno == ESPIPE) in file_skip()
190 if (errno == ESPIPE) { in file_seek()
/freebsd-12.1/cddl/lib/libdtrace/
H A Derrno.d88 inline int ESPIPE = 29; variable
89 #pragma D binding "1.0" ESPIPE
275 errno == ESPIPE ? "Illegal seek" :
/freebsd-12.1/tools/bus_space/
H A Dbus.c143 errno = ESPIPE; in bs_read()
241 errno = ESPIPE; in bs_write()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp_global.c59 {"ESPIPE", ESPIPE},
/freebsd-12.1/contrib/sendmail/src/
H A Dbf.c385 if ((errno == EINVAL) || (errno == ESPIPE))
503 if ((errno == EINVAL) || (errno == ESPIPE))
589 if ((errno == EINVAL) || (errno == ESPIPE))
/freebsd-12.1/contrib/sendmail/libsm/
H A Dfpos.c80 errno = ESPIPE; /* historic practice */
/freebsd-12.1/sys/sys/
H A Derrno.h84 #define ESPIPE 29 /* Illegal seek */ macro
/freebsd-12.1/lib/libc/nls/
H A Dbe_BY.UTF-8.msg64 $ ESPIPE
H A Duk_UA.UTF-8.msg64 $ ESPIPE
H A Dmn_MN.UTF-8.msg64 $ ESPIPE
H A Del_GR.ISO8859-7.msg64 $ ESPIPE
H A Dru_RU.KOI8-R.msg64 $ ESPIPE
H A Dja_JP.UTF-8.msg64 $ ESPIPE
H A Dja_JP.eucJP.msg64 $ ESPIPE
H A Dko_KR.eucKR.msg64 $ ESPIPE
H A Dko_KR.UTF-8.msg64 $ ESPIPE
/freebsd-12.1/sys/dev/ixl/
H A Di40e_adminq.h145 -ESPIPE, /* I40E_AQ_RC_BAD_ADDR */ in i40e_aq_rc_to_posix()
/freebsd-12.1/sys/compat/cloudabi/
H A Dcloudabi_errno.c109 [ESPIPE] = CLOUDABI_ESPIPE, in cloudabi_convert_errno()
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dstrerror.c163 #if defined (ESPIPE)
164 ENTRY(ESPIPE, "ESPIPE", "Illegal seek"),
/freebsd-12.1/contrib/binutils/libiberty/
H A Dstrerror.c163 #if defined (ESPIPE)
164 ENTRY(ESPIPE, "ESPIPE", "Illegal seek"),
/freebsd-12.1/contrib/netbsd-tests/lib/libc/sys/
H A Dt_posix_fadvise.c118 CE(posix_fadvise(pipe_fds[0], 0, 0, POSIX_FADV_NORMAL), ESPIPE); in ATF_TC_BODY()

123