Home
last modified time | relevance | path

Searched refs:EFBIG (Results 1 - 25 of 77) sorted by relevance

1234

/third_party/rust/crates/nix/src/
H A Derrno.rs175 EFBIG => "File too large",
1151 EFBIG = libc::EFBIG,
1296 libc::EFBIG => EFBIG,
1441 EFBIG = libc::EFBIG,
1559 libc::EFBIG => EFBIG,
1677 EFBIG
[all...]
/third_party/ltp/testcases/kernel/syscalls/fallocate/
H A Dfallocate02.c25 * EBADF, EINVAL and EFBIG.
80 {&fdw, FNAMEW, DEFAULT_TEST_MODE, MAX_FILESIZE, 1, EFBIG},
81 {&fdw, FNAMEW, DEFAULT_TEST_MODE, 1, MAX_FILESIZE, EFBIG},
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c47 EFBIG, "EFBIG", EFBIG}, {
H A D4-1.c42 EFBIG, "EFBIG"}, {
H A D3-1-buildonly.c33 static int dummy22 = EFBIG;
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/
H A Dsemop02.c9 * EFBIG - sem_num less than zero
10 * EFBIG - sem_num > number of semaphores in a set
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/libuv/include/uv/
H A Derrno.h377 #if defined(EFBIG) && !defined(_WIN32)
378 # define UV__EFBIG UV__ERR(EFBIG)
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
H A Dcopy_file_range02.c32 * beyond maximum supported file size ->EFBIG
84 {&fd_copy, 0, EFBIG, ULLONG_MAX, "max length", 1},
86 {&fd_copy, 0, EFBIG, MIN_OFF, "max file size", 1},
/third_party/node/deps/uv/include/uv/
H A Derrno.h377 #if defined(EFBIG) && !defined(_WIN32)
378 # define UV__EFBIG UV__ERR(EFBIG)
/third_party/ffmpeg/compat/msvcrt/
H A Dsnprintf.c31 #define EOVERFLOW EFBIG
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h28 #define EFBIG 27 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h28 #define EFBIG 27 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h28 #define EFBIG 27 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h27 #define EFBIG 27 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h28 #define EFBIG 27 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h74 #define EFBIG 27 /* File too large */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h27 #define EFBIG 27 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h27 #define EFBIG 27 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h27 #define EFBIG 27 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h27 #define EFBIG 27 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h27 #define EFBIG 27 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h27 #define EFBIG 27 macro
/third_party/ffmpeg/libavutil/
H A Derror.c77 { EERROR_TAG(EFBIG), "File too large" },
/third_party/ltp/testcases/kernel/syscalls/truncate/
H A Dtruncate03.c27 * - truncate(2) returns -1 and sets errno to EFBIG if the argument length
73 { TEST_FILE3, MAX_FSIZE*2, EFBIG },
/third_party/musl/libc-test/src/api/
H A Derrno.c30 C(EFBIG) in f()

Completed in 13 milliseconds

1234