/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 154 E2BIG => "Argument list too long", 1131 E2BIG = libc::E2BIG, 1276 libc::E2BIG => E2BIG, 1421 E2BIG = libc::E2BIG, 1539 libc::E2BIG => E2BIG, 1657 E2BIG [all...] |
/third_party/eudev/src/shared/ |
H A D | fileio.c | 103 return -E2BIG; in read_full_stream() 136 return -E2BIG; in read_full_stream()
|
/third_party/ltp/testcases/kernel/mem/thp/ |
H A D | thp01.c | 65 * exec fails with E2BIG (and thus returns) then we in thp_test() 74 if (TST_ERR != E2BIG) in thp_test() 94 if (TST_ERR != E2BIG) in thp_test()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 26 E2BIG, "E2BIG", E2BIG}, {
|
H A D | 4-1.c | 21 E2BIG, "E2BIG"}, {
|
/third_party/libbpf/src/ |
H A D | ringbuf.c | 138 err = -E2BIG; in ring_buffer__add() 454 return -E2BIG; in user_ringbuf_map() 550 return errno = E2BIG, NULL; in user_ring_buffer__reserve() 565 return errno = E2BIG, NULL; in user_ring_buffer__reserve()
|
/third_party/libuv/include/uv/ |
H A D | errno.h | 53 #if defined(E2BIG) && !defined(_WIN32) 54 # define UV__E2BIG UV__ERR(E2BIG)
|
/third_party/node/deps/uv/include/uv/ |
H A D | errno.h | 53 #if defined(E2BIG) && !defined(_WIN32) 54 # define UV__E2BIG UV__ERR(E2BIG)
|
/third_party/libdrm/nouveau/nvif/ |
H A D | unpack.h | 21 _ret = *_size ? -E2BIG : 0; \
|
/third_party/musl/libc-test/src/functional/ |
H A D | iconv_open.c | 33 if (errno != E2BIG) in main() 34 t_error("iconv() did not fail with E2BIG, got %s\n", strerror(errno)); in main()
|
/third_party/curl/packages/OS400/ |
H A D | curlmain.c | 84 } while(j == -1 && errno == E2BIG); in main()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 8 #define E2BIG 7 macro
|
/third_party/musl/src/locale/ |
H A D | strfmon.c | 69 errno = E2BIG; in vstrfmon_l()
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 8 #define E2BIG 7 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 8 #define E2BIG 7 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 7 #define E2BIG 7 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 8 #define E2BIG 7 macro
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
H A D | msgrcv02.c | 7 * 1)msgrcv(2) fails and sets errno to E2BIG if the message text length is 54 {&queue_id, &rcv_buf, MSGSIZE - 1, 2, 0, 0, E2BIG},
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 54 #define E2BIG 7 /* Arg list too long */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 7 #define E2BIG 7 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 7 #define E2BIG 7 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 7 #define E2BIG 7 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 7 #define E2BIG 7 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 7 #define E2BIG 7 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 7 #define E2BIG 7 macro
|