/third_party/rust/crates/nix/src/ |
D | errno.rs | 154 E2BIG => "Argument list too long", in desc() 1131 E2BIG = libc::E2BIG, enumerator 1276 libc::E2BIG => E2BIG, in from_i32() 1421 E2BIG = libc::E2BIG, enumerator 1539 libc::E2BIG => E2BIG, in from_i32() 1657 E2BIG = libc::E2BIG, enumerator 1766 libc::E2BIG => E2BIG, in from_i32() 1874 E2BIG = libc::E2BIG, enumerator 1983 libc::E2BIG => E2BIG, in from_i32() 2089 E2BIG = libc::E2BIG, enumerator [all …]
|
/third_party/libbpf/docs/ |
D | api.rst | 45 /* note no minus sign for EINVAL and E2BIG below */ 48 } else if (errno == E2BIG) { 49 /* handle E2BIG error */
|
/third_party/ltp/testcases/kernel/mem/thp/ |
D | thp01.c | 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/ |
D | 3-2.c | 26 E2BIG, "E2BIG", E2BIG}, {
|
D | 4-1.c | 21 E2BIG, "E2BIG"}, {
|
/third_party/libbpf/src/ |
D | ringbuf.c | 135 return libbpf_err(-E2BIG); in ring_buffer__add() 395 return -E2BIG; in user_ringbuf_map() 491 return errno = E2BIG, NULL; in user_ring_buffer__reserve() 506 return errno = E2BIG, NULL; in user_ring_buffer__reserve()
|
/third_party/libuv/include/uv/ |
D | errno.h | 53 #if defined(E2BIG) && !defined(_WIN32) 54 # define UV__E2BIG UV__ERR(E2BIG)
|
/third_party/libdrm/nouveau/nvif/ |
D | unpack.h | 21 _ret = *_size ? -E2BIG : 0; \
|
/third_party/musl/libc-test/src/functional/ |
D | iconv_open.c | 33 if (errno != E2BIG) in main()
|
/third_party/python/PC/ |
D | errmap.h | 37 return E2BIG; in winerror_to_errno()
|
/third_party/libxml2/os400/ |
D | libxmlmain.c | 66 } while (j == -1 && errno == E2BIG); in main()
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 54 #define E2BIG 7 /* Arg list too long */ macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 8 #define E2BIG 7 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 7 #define E2BIG 7 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 7 #define E2BIG 7 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 7 #define E2BIG 7 macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 7 #define E2BIG 7 macro
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 7 #define E2BIG 7 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 7 #define E2BIG 7 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 8 #define E2BIG 7 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 8 #define E2BIG 7 macro
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 7 #define E2BIG 7 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | errno.h | 8 #define E2BIG 7 macro
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
D | msgrcv02.c | 54 {&queue_id, &rcv_buf, MSGSIZE - 1, 2, 0, 0, E2BIG},
|
/third_party/ltp/testcases/kernel/syscalls/openat2/ |
D | openat203.c | 34 …DCWD, TEST_FILE, O_RDWR | O_CREAT, S_IRWXU, 0, (struct open_how **)&phow, sizeof(*how) + 8, E2BIG},
|