/third_party/ltp/testcases/kernel/syscalls/lseek/ |
D | lseek02.c | 41 {&pfd1, SEEK_SET, ESPIPE}, 42 {&pfd1, SEEK_CUR, ESPIPE}, 43 {&pfd1, SEEK_END, ESPIPE}, 44 {&pfds[0], SEEK_SET, ESPIPE}, 45 {&pfds[0], SEEK_CUR, ESPIPE}, 46 {&pfds[0], SEEK_END, ESPIPE}, 47 {&pfd2, SEEK_SET, ESPIPE}, 48 {&pfd2, SEEK_CUR, ESPIPE}, 49 {&pfd2, SEEK_END, ESPIPE},
|
/third_party/ltp/testcases/kernel/syscalls/fadvise/ |
D | posix_fadvise04.c | 56 if (TST_RET == ESPIPE) { in verify_fadvise() 64 tst_strerrno(TST_RET), ESPIPE); in verify_fadvise()
|
/third_party/rust/crates/nix/src/ |
D | errno.rs | 177 ESPIPE => "Illegal seek", in desc() 1153 ESPIPE = libc::ESPIPE, enumerator 1298 libc::ESPIPE => ESPIPE, in from_i32() 1443 ESPIPE = libc::ESPIPE, enumerator 1561 libc::ESPIPE => ESPIPE, in from_i32() 1679 ESPIPE = libc::ESPIPE, enumerator 1788 libc::ESPIPE => ESPIPE, in from_i32() 1896 ESPIPE = libc::ESPIPE, enumerator 2005 libc::ESPIPE => ESPIPE, in from_i32() 2111 ESPIPE = libc::ESPIPE, enumerator [all …]
|
/third_party/ltp/testcases/kernel/syscalls/splice/ |
D | splice03.c | 61 { &pipes[0], &offset, &wrfd, NULL, ESPIPE }, 62 { &rdfd, NULL, &pipes[1], &offset, ESPIPE },
|
/third_party/libuv/include/uv/ |
D | errno.h | 347 #if defined(ESPIPE) && !defined(_WIN32) 348 # define UV__ESPIPE UV__ERR(ESPIPE)
|
/third_party/ltp/testcases/kernel/syscalls/sync_file_range/ |
D | sync_file_range01.c | 53 {&sfd, 0, 1, SYNC_FILE_RANGE_WAIT_AFTER, ESPIPE},
|
/third_party/ltp/testcases/kernel/syscalls/pread/ |
D | pread02.c | 34 {&pipe_fd[0], K1, 0, "file descriptor is a PIPE or FIFO", ESPIPE},
|
/third_party/ltp/testcases/kernel/syscalls/pwrite/ |
D | pwrite02.c | 40 {buf, sizeof(buf), &pipe_fds[1], 0, ESPIPE},
|
/third_party/ltp/testcases/kernel/syscalls/pwritev/ |
D | pwritev02.c | 70 {&fd4[1], wr_iovec2, 1, 0, ESPIPE}
|
/third_party/ltp/testcases/kernel/syscalls/pwritev2/ |
D | pwritev202.c | 63 {&fd4[0], wr_iovec2, 1, 0, 0, ESPIPE},
|
/third_party/ltp/testcases/kernel/syscalls/preadv/ |
D | preadv02.c | 74 {&fd5[0], rd_iovec2, 1, 0, ESPIPE}
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 29 #define ESPIPE 29 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | errno.h | 30 #define ESPIPE 29 macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 29 #define ESPIPE 29 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 29 #define ESPIPE 29 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 29 #define ESPIPE 29 macro
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 29 #define ESPIPE 29 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 30 #define ESPIPE 29 macro
|
/third_party/ltp/testcases/kernel/syscalls/preadv2/ |
D | preadv202.c | 67 {&fd5[0], rd_iovec2, 1, 0, 0, ESPIPE},
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 76 #define ESPIPE 29 /* Illegal seek */ macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 30 #define ESPIPE 29 macro
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 29 #define ESPIPE 29 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 29 #define ESPIPE 29 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 30 #define ESPIPE 29 macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-1-buildonly.c | 89 static int dummy72 = ESPIPE;
|