Home
last modified time | relevance | path

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

1234

/freebsd-13.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-13.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-13.1/contrib/lib9p/pytest/
H A Dlerrno.py35 ESPIPE = 29 variable
170 ESPIPE: 'Illegal seek',
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Derrno.h345 #ifndef ESPIPE
346 #define ESPIPE 9960 macro
H A D__errc51 invalid_seek, // ESPIPE
149 invalid_seek = ESPIPE,
/freebsd-13.1/cddl/lib/libdtrace/
H A Derrno.d88 inline int ESPIPE = 29; variable
89 #pragma D binding "1.0" ESPIPE
277 errno == ESPIPE ? "Illegal seek" :
/freebsd-13.1/tools/bus_space/
H A Dbus.c143 errno = ESPIPE; in bs_read()
241 errno = ESPIPE; in bs_write()
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzcp_global.c59 {"ESPIPE", ESPIPE},
/freebsd-13.1/contrib/sendmail/libsm/
H A Dfpos.c80 errno = ESPIPE; /* historic practice */
/freebsd-13.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-13.1/sys/sys/
H A Derrno.h84 #define ESPIPE 29 /* Illegal seek */ macro
/freebsd-13.1/lib/libc/nls/
H A Dbe_BY.UTF-8.msg64 $ ESPIPE
H A Dmn_MN.UTF-8.msg64 $ ESPIPE
H A Duk_UA.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 Dko_KR.UTF-8.msg64 $ ESPIPE
H A Dko_KR.eucKR.msg64 $ ESPIPE
H A Dja_JP.eucJP.msg64 $ ESPIPE
H A Dzh_CN.UTF-8.msg64 $ ESPIPE
/freebsd-13.1/sys/dev/ixl/
H A Di40e_adminq.h145 -ESPIPE, /* I40E_AQ_RC_BAD_ADDR */ in i40e_aq_rc_to_posix()
/freebsd-13.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()
/freebsd-13.1/sys/compat/cloudabi/
H A Dcloudabi_errno.c110 [ESPIPE] = CLOUDABI_ESPIPE, in cloudabi_convert_errno()

1234