/third_party/boost/boost/ |
D | cerrno.hpp | 235 #ifndef EFBIG 236 #define EFBIG 9956 macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 47 EFBIG, "EFBIG", EFBIG}, {
|
D | 4-1.c | 42 EFBIG, "EFBIG"}, {
|
D | 3-1-buildonly.c | 33 static int dummy22 = EFBIG;
|
/third_party/ltp/testcases/kernel/syscalls/fallocate/ |
D | fallocate02.c | 80 {&fdw, FNAMEW, DEFAULT_TEST_MODE, MAX_FILESIZE, 1, EFBIG}, 81 {&fdw, FNAMEW, DEFAULT_TEST_MODE, 1, MAX_FILESIZE, EFBIG},
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/ |
D | semop02.c | 60 {0, &valid_sem_id, NULL, &sem_op_1, 0, -1, SEM_UNDO, 1, 1, &valid_to, EFBIG}, 61 {0, &valid_sem_id, NULL, &sem_op_1, 0, PSEMS + 1, SEM_UNDO, 1, 1, &valid_to, EFBIG},
|
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/ |
D | copy_file_range02.c | 84 {&fd_copy, 0, EFBIG, ULLONG_MAX, "max length", 1}, 86 {&fd_copy, 0, EFBIG, MIN_OFF, "max file size", 1},
|
/third_party/ffmpeg/compat/msvcrt/ |
D | snprintf.c | 31 #define EOVERFLOW EFBIG
|
/third_party/libuv/include/uv/ |
D | errno.h | 377 #if defined(EFBIG) && !defined(_WIN32) 378 # define UV__EFBIG UV__ERR(EFBIG)
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 27 #define EFBIG 27 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 27 #define EFBIG 27 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 28 #define EFBIG 27 macro
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 74 #define EFBIG 27 /* File too large */ macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 27 #define EFBIG 27 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 28 #define EFBIG 27 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 27 #define EFBIG 27 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 27 #define EFBIG 27 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | errno.h | 28 #define EFBIG 27 macro
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 27 #define EFBIG 27 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 27 #define EFBIG 27 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 28 #define EFBIG 27 macro
|
/third_party/ltp/testcases/kernel/syscalls/truncate/ |
D | truncate03.c | 72 { TEST_FILE3, MAX_FSIZE*2, EFBIG },
|
/third_party/musl/porting/liteos_a/kernel/src/errno/ |
D | __strerror.h | 58 E(EFBIG, "File too large")
|
/third_party/musl/libc-test/src/api/ |
D | errno.c | 30 C(EFBIG) in f()
|
/third_party/musl/porting/liteos_m/kernel/src/errno/ |
D | __strerror.h | 58 E(EFBIG, "File too large")
|