Home
last modified time | relevance | path

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

1234

/freebsd/lib/libc/stdio/
H A Dftell.c75 errno = ESPIPE; in ftello()
88 errno = ESPIPE; /* historic practice */ in _ftello()
H A Dfseek.c102 errno = ESPIPE; /* historic practice */ in _fseeko()
122 errno = ESPIPE; in _fseeko()
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h317 # ifndef ESPIPE
318 # define ESPIPE 9960 macro
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_open_fd.c162 if (errno == ESPIPE) in file_skip()
189 if (errno == ESPIPE) { in file_seek()
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py35 ESPIPE = 29 variable
170 ESPIPE: 'Illegal seek',
/freebsd/cddl/lib/libdtrace/
H A Derrno.d86 inline int ESPIPE = 29; variable
87 #pragma D binding "1.0" ESPIPE
275 errno == ESPIPE ? "Illegal seek" :
/freebsd/tools/bus_space/
H A Dbus.c141 errno = ESPIPE; in bs_read()
239 errno = ESPIPE; in bs_write()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp_global.c59 {"ESPIPE", ESPIPE},
/freebsd/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/contrib/sendmail/libsm/
H A Dfpos.c80 errno = ESPIPE; /* historic practice */
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteErrno.def34 HANDLE_ERRNO(ESPIPE, 29)
/freebsd/sys/sys/
H A Derrno.h81 #define ESPIPE 29 /* Illegal seek */ macro
/freebsd/lib/libc/nls/
H A Dbe_BY.UTF-8.msg63 $ ESPIPE
H A Dmn_MN.UTF-8.msg63 $ ESPIPE
H A Duk_UA.UTF-8.msg63 $ ESPIPE
H A Dru_RU.UTF-8.msg63 $ ESPIPE
H A Dru_RU.KOI8-R.msg63 $ ESPIPE
H A Del_GR.ISO8859-7.msg63 $ ESPIPE
H A Dja_JP.UTF-8.msg63 $ ESPIPE
H A Dja_JP.eucJP.msg63 $ ESPIPE
H A Dko_KR.UTF-8.msg63 $ ESPIPE
H A Dko_KR.eucKR.msg63 $ ESPIPE
H A Dzh_CN.UTF-8.msg63 $ ESPIPE
/freebsd/sys/dev/ixl/
H A Di40e_adminq.h144 -ESPIPE, /* I40E_AQ_RC_BAD_ADDR */ in i40e_aq_rc_to_posix()
/freebsd/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()

1234