Searched refs:ESPIPE (Results 1 - 15 of 15) sorted by path

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.c446 errno = ESPIPE;
482 errno = ESPIPE;
H A Dmft.c74 * is a bug and return error code ESPIPE.
100 errno = ESPIPE;
132 * is a bug and return error code ESPIPE.
160 errno = ESPIPE;
177 errno = ESPIPE;
H A Dwin32_io.c333 return ESPIPE;
/haiku/src/build/libroot/
H A Derrors.cpp40 ADD_ERROR(ESPIPE);
/haiku/src/libs/stdc++/legacy/
H A Dstrerror.c158 #if defined (ESPIPE)
159 ENTRY(ESPIPE, "ESPIPE", "Illegal seek"),
/haiku/src/system/libroot/posix/glibc/libio/
H A Dwfileops.c494 #ifdef ESPIPE
495 else if (errno == ESPIPE)
H A Dfileops.c230 == _IO_pos_BAD && errno != ESPIPE)
417 == _IO_pos_BAD && errno != ESPIPE)
891 #ifdef ESPIPE
892 else if (errno == ESPIPE)
/haiku/headers/build/os/support/
H A DErrors.h336 #undef ESPIPE macro
422 #define ESPIPE HAIKU_ESPIPE macro
/haiku/headers/os/support/
H A DErrors.h141 #define ESPIPE B_TO_POSIX_ERROR(B_POSIX_ERROR_BASE + 12) macro
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h598 #define ESPIPE FSSH_ESPIPE macro
/haiku/src/bin/
H A Derror.c282 E(ESPIPE),
/haiku/src/system/kernel/fs/
H A Dfd.cpp865 pos = ESPIPE;
1183 pos = ESPIPE;
H A Dvfs.cpp5706 return ESPIPE;
5723 return ESPIPE;
5743 return ESPIPE;
6410 return ESPIPE;
/haiku/src/system/libroot/posix/
H A Dfcntl.cpp92 return ESPIPE;
/haiku/src/system/libroot/posix/string/
H A Dstrerror.c417 case ESPIPE:

Completed in 151 milliseconds