OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ESPIPE
(Results
1 - 25
of
63
) sorted by relevancy
1
2
3
/src/lib/libc/stdio/
ftell.c
63
errno =
ESPIPE
; /* historic practice */
ftello.c
64
errno =
ESPIPE
; /* historic practice */
stdio.c
90
if (errno ==
ESPIPE
) /* if unseekable, OK, */
/src/external/bsd/libarchive/dist/libarchive/
archive_read_open_fd.c
162
errno =
ESPIPE
;
171
if (errno ==
ESPIPE
)
175
* There's been an error other than
ESPIPE
. This is most
212
if (errno ==
ESPIPE
) {
/src/lib/librumpuser/
rumpuser_errtrans.c
111
#ifdef
ESPIPE
112
case
ESPIPE
: return 29;
/src/sys/rump/include/rump/
rumperrno2host.h
132
#ifdef
ESPIPE
134
return
ESPIPE
;
/src/external/apache2/llvm/dist/libcxx/include/
errno.h
315
#ifndef
ESPIPE
316
#define
ESPIPE
9960
/src/sys/sys/
errno.h
71
#define
ESPIPE
29 /* Illegal seek */
/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
error_constants.h
73
invalid_seek =
ESPIPE
,
/src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
error_constants.h
73
invalid_seek =
ESPIPE
,
/src/external/gpl3/gdb.old/dist/sim/common/
target-newlib-errno.c
362
#ifdef
ESPIPE
363
{ "
ESPIPE
",
ESPIPE
, 29 },
/src/external/gpl3/gdb/dist/sim/common/
target-newlib-errno.c
362
#ifdef
ESPIPE
363
{ "
ESPIPE
",
ESPIPE
, 29 },
/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
error_constants.h
79
invalid_seek =
ESPIPE
,
/src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
error_constants.h
79
invalid_seek =
ESPIPE
,
/src/tests/lib/libc/sys/
t_posix_fadvise.c
115
CE(posix_fadvise(pipe_fds[0], 0, 0, POSIX_FADV_NORMAL),
ESPIPE
);
/src/external/cddl/osnet/lib/libdtrace/
errno.d
95
inline int
ESPIPE
= 29;
96
#pragma D binding "1.0"
ESPIPE
/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
error_constants.h
79
invalid_seek =
ESPIPE
,
/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
error_constants.h
77
invalid_seek =
ESPIPE
,
/src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
error_constants.h
79
invalid_seek =
ESPIPE
,
/src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
error_constants.h
77
invalid_seek =
ESPIPE
,
/src/usr.bin/vndcompress/
vnduncompress.c
120
if (errno ==
ESPIPE
)
128
if (errno !=
ESPIPE
)
/src/external/gpl3/gdb.old/dist/gdbsupport/
fileio.cc
65
case
ESPIPE
:
119
return
ESPIPE
;
/src/external/mit/libuv/dist/include/uv/
errno.h
347
#if defined(
ESPIPE
) && !defined(_WIN32)
348
# define UV__ESPIPE UV__ERR(
ESPIPE
)
/src/external/gpl3/gdb/dist/gdbsupport/
fileio.cc
65
case
ESPIPE
:
119
return
ESPIPE
;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
errno.d
195
enum
ESPIPE
= 29; /// Illegal seek
283
enum
ESPIPE
= 29; ///
1154
enum
ESPIPE
= 29; /// Illegal seek
1238
enum
ESPIPE
= 29; /// Illegal seek
1335
enum
ESPIPE
= 29;
1465
enum
ESPIPE
= 29; /// Illegal seek
1565
enum
ESPIPE
= 29;
1668
enum
ESPIPE
= 29; /// Illegal seek
1898
enum
ESPIPE
= B_TO_POSIX_ERROR!(B_POSIX_ERROR_BASE + 12);
Completed in 72 milliseconds
1
2
3
Indexes created Thu Aug 06 00:25:04 UTC 2026