Home
last modified time | relevance | path

Searched refs:E2BIG (Results 1 - 25 of 104) sorted by relevance

12345

/third_party/rust/crates/nix/src/
H A Derrno.rs154 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 Dfileio.c103 return -E2BIG; in read_full_stream()
136 return -E2BIG; in read_full_stream()
/third_party/ltp/testcases/kernel/mem/thp/
H A Dthp01.c65 * 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 D3-2.c26 E2BIG, "E2BIG", E2BIG}, {
H A D4-1.c21 E2BIG, "E2BIG"}, {
/third_party/libbpf/src/
H A Dringbuf.c138 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 Derrno.h53 #if defined(E2BIG) && !defined(_WIN32)
54 # define UV__E2BIG UV__ERR(E2BIG)
/third_party/node/deps/uv/include/uv/
H A Derrno.h53 #if defined(E2BIG) && !defined(_WIN32)
54 # define UV__E2BIG UV__ERR(E2BIG)
/third_party/libdrm/nouveau/nvif/
H A Dunpack.h21 _ret = *_size ? -E2BIG : 0; \
/third_party/musl/libc-test/src/functional/
H A Diconv_open.c33 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 Dcurlmain.c84 } while(j == -1 && errno == E2BIG); in main()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h8 #define E2BIG 7 macro
/third_party/musl/src/locale/
H A Dstrfmon.c69 errno = E2BIG; in vstrfmon_l()
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h8 #define E2BIG 7 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h8 #define E2BIG 7 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h7 #define E2BIG 7 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h8 #define E2BIG 7 macro
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
H A Dmsgrcv02.c7 * 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 Derrno.h54 #define E2BIG 7 /* Arg list too long */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h7 #define E2BIG 7 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h7 #define E2BIG 7 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h7 #define E2BIG 7 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h7 #define E2BIG 7 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h7 #define E2BIG 7 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h7 #define E2BIG 7 macro

Completed in 13 milliseconds

12345