/external/libcxx/include/ |
D | errno.h | 300 #ifndef EFBIG 301 #define EFBIG 9956 macro
|
/external/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 int dummy22 = EFBIG;
|
/external/ltp/testcases/kernel/syscalls/fallocate/ |
D | fallocate02.c | 78 {&fdw, FNAMEW, DEFAULT_TEST_MODE, MAX_FILESIZE, 1, EFBIG}, 79 {&fdw, FNAMEW, DEFAULT_TEST_MODE, 1, MAX_FILESIZE, EFBIG},
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno-base.h | 30 #define EFBIG 27 /* File too large */ macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 99 #ifndef EFBIG 100 #error EFBIG not defined
|
/external/syslinux/dos/ |
D | errno.h | 30 #define EFBIG 27 /* File too large */ macro
|
/external/libusb/msvc/ |
D | errno.h | 51 #define EFBIG 27 /* File too large */ macro
|
/external/ltp/testcases/kernel/syscalls/ipc/semop/ |
D | semop03.c | 101 case EFBIG: in main()
|
/external/scrypt/lib/crypto/ |
D | crypto_scrypt-neon.c | 205 errno = EFBIG; in crypto_scrypt() 210 errno = EFBIG; in crypto_scrypt()
|
D | crypto_scrypt-ref.c | 232 errno = EFBIG; in crypto_scrypt() 237 errno = EFBIG; in crypto_scrypt()
|
D | crypto_scrypt-sse.c | 279 errno = EFBIG; in crypto_scrypt() 284 errno = EFBIG; in crypto_scrypt()
|
/external/strace/tests-mx32/ |
D | errno2name.c | 140 #ifdef EFBIG in errno2name() 141 CASE(EFBIG); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 140 #ifdef EFBIG in errno2name() 141 CASE(EFBIG); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 140 #ifdef EFBIG in errno2name() 141 CASE(EFBIG); in errno2name()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 295 # ifndef EFBIG 296 # define EFBIG 27 macro 523 file_too_large = EFBIG,
|
/external/syslinux/com32/include/ |
D | errno.h | 32 #define EFBIG 27 /* File too large */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 35 EFBIG = 27 variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 39 EFBIG = 27 variable
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | arch.h | 105 #define EFBIG 27 /* File too large */ macro
|
/external/ltp/testcases/kernel/syscalls/truncate/ |
D | truncate03.c | 86 { TEST_FILE3, MAX_FSIZE*2, EFBIG },
|
/external/ltp/lib/ |
D | errnos.h | 59 PAIR(EFBIG) in tst_strerrno()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 224 #ifdef EFBIG 225 { "EFBIG", (unsigned long) EFBIG },
|
/external/syslinux/gpxe/src/include/ |
D | errno.h | 285 #define EFBIG ( ERRFILE | PXENV_STATUS_MCOPY_PROBLEM | 0x16000000 ) macro
|