Home
last modified time | relevance | path

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

1234

/freebsd-14-stable/lib/libc/stdio/
HDftell.c78 errno = ESPIPE; in ftello()
91 errno = ESPIPE; /* historic practice */ in _ftello()
HDfseek.c105 errno = ESPIPE; /* historic practice */ in _fseeko()
125 errno = ESPIPE; in _fseeko()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDerrno.h317 # ifndef ESPIPE
318 # define ESPIPE 9960 macro
/freebsd-14-stable/contrib/libarchive/libarchive/
HDarchive_read_open_fd.c162 if (errno == ESPIPE) in file_skip()
189 if (errno == ESPIPE) { in file_seek()
/freebsd-14-stable/contrib/lib9p/pytest/
HDlerrno.py35 ESPIPE = 29 variable
170 ESPIPE: 'Illegal seek',
/freebsd-14-stable/tools/bus_space/
HDbus.c141 errno = ESPIPE; in bs_read()
239 errno = ESPIPE; in bs_write()
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDzcp_global.c59 {"ESPIPE", ESPIPE},
/freebsd-14-stable/contrib/sendmail/libsm/
HDfpos.c80 errno = ESPIPE; /* historic practice */
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteErrno.def34 HANDLE_ERRNO(ESPIPE, 29)
/freebsd-14-stable/contrib/sendmail/src/
HDbf.c385 if ((errno == EINVAL) || (errno == ESPIPE))
503 if ((errno == EINVAL) || (errno == ESPIPE))
589 if ((errno == EINVAL) || (errno == ESPIPE))
/freebsd-14-stable/sys/sys/
HDerrno.h83 #define ESPIPE 29 /* Illegal seek */ macro
/freebsd-14-stable/lib/libc/nls/
HDbe_BY.UTF-8.msg63 $ ESPIPE
HDru_RU.UTF-8.msg63 $ ESPIPE
HDmn_MN.UTF-8.msg63 $ ESPIPE
HDru_RU.KOI8-R.msg63 $ ESPIPE
HDuk_UA.UTF-8.msg63 $ ESPIPE
HDel_GR.ISO8859-7.msg63 $ ESPIPE
HDko_KR.UTF-8.msg63 $ ESPIPE
HDko_KR.eucKR.msg63 $ ESPIPE
HDja_JP.eucJP.msg63 $ ESPIPE
HDja_JP.UTF-8.msg63 $ ESPIPE
HDzh_CN.UTF-8.msg63 $ ESPIPE
/freebsd-14-stable/sys/dev/ixl/
HDi40e_adminq.h144 -ESPIPE, /* I40E_AQ_RC_BAD_ADDR */ in i40e_aq_rc_to_posix()
/freebsd-14-stable/contrib/netbsd-tests/lib/libc/sys/
HDt_posix_fadvise.c118 CE(posix_fadvise(pipe_fds[0], 0, 0, POSIX_FADV_NORMAL), ESPIPE); in ATF_TC_BODY()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/__system_error/
HDerrc.h177 invalid_seek = ESPIPE, in _LIBCPP_DECLARE_STRONG_ENUM()

1234