/external/ltp/testcases/kernel/syscalls/lseek/ |
D | lseek02.c | 58 {&pfd1, SEEK_SET, ESPIPE}, 59 {&pfd1, SEEK_CUR, ESPIPE}, 60 {&pfd1, SEEK_END, ESPIPE}, 61 {&pfds[0], SEEK_SET, ESPIPE}, 62 {&pfds[0], SEEK_CUR, ESPIPE}, 63 {&pfds[0], SEEK_END, ESPIPE}, 64 {&pfd2, SEEK_SET, ESPIPE}, 65 {&pfd2, SEEK_CUR, ESPIPE}, 66 {&pfd2, SEEK_END, ESPIPE},
|
/external/ltp/testcases/kernel/syscalls/fadvise/ |
D | posix_fadvise04.c | 57 if (TST_RET == ESPIPE) { in verify_fadvise() 65 tst_strerrno(TST_RET), ESPIPE); in verify_fadvise()
|
/external/ltp/testcases/kernel/syscalls/splice/ |
D | splice03.c | 72 { &pipes[0], &offset, &wrfd, NULL, ESPIPE }, 73 { &rdfd, NULL, &pipes[1], &offset, ESPIPE },
|
/external/libcxx/include/ |
D | errno.h | 316 #ifndef ESPIPE 317 #define ESPIPE 9960 macro
|
D | __errc | 51 invalid_seek, // ESPIPE 148 invalid_seek = ESPIPE,
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 309 #ifndef ESPIPE 310 #error ESPIPE not defined
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno-base.h | 33 #define ESPIPE 29 /* Illegal seek */ macro
|
/external/libusb/msvc/ |
D | errno.h | 53 #define ESPIPE 29 /* Invalid seek (seek on a pipe?) */ macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 322 # ifndef ESPIPE 323 # define ESPIPE 29 macro 532 invalid_seek = ESPIPE,
|
/external/strace/tests-mx32/ |
D | errno2name.c | 435 #ifdef ESPIPE in errno2name() 436 CASE(ESPIPE); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 435 #ifdef ESPIPE in errno2name() 436 CASE(ESPIPE); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 435 #ifdef ESPIPE in errno2name() 436 CASE(ESPIPE); in errno2name()
|
/external/ltp/testcases/kernel/syscalls/pwritev/ |
D | pwritev02.c | 78 {&fd4[1], wr_iovec2, 1, 0, ESPIPE}
|
/external/ltp/testcases/kernel/syscalls/pwrite/ |
D | pwrite02.c | 58 {buf, sizeof(buf), &pipe_fds[1], 0, ESPIPE},
|
/external/ltp/testcases/kernel/syscalls/pwritev2/ |
D | pwritev202.c | 63 {&fd4[0], wr_iovec2, 1, 0, 0, ESPIPE},
|
/external/ltp/testcases/kernel/syscalls/preadv/ |
D | preadv02.c | 82 {&fd5[0], rd_iovec2, 1, 0, ESPIPE}
|
/external/ltp/testcases/kernel/syscalls/preadv2/ |
D | preadv202.c | 67 {&fd5[0], rd_iovec2, 1, 0, 0, ESPIPE},
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 37 ESPIPE = 29 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 32 #define ESPIPE 29 /* Illegal seek */ macro
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-1-buildonly.c | 89 int dummy72 = ESPIPE;
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 44 case ESPIPE: // Invalid seek in ErrnoToCode()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 41 ESPIPE = 29 variable
|
/external/ltp/testcases/kernel/syscalls/sync_file_range/ |
D | sync_file_range01.c | 120 &sfd, 0, 1, SYNC_FILE_RANGE_WAIT_AFTER, ESPIPE}, {
|
/external/ltp/testcases/kernel/syscalls/pread/ |
D | pread02.c | 105 1, K1, 0, "file descriptor is a PIPE or FIFO", ESPIPE, setup1}, {
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 485 #ifdef ESPIPE 486 { "ESPIPE", (unsigned long) ESPIPE },
|