Home
last modified time | relevance | path

Searched refs:E2BIG (Results 1 – 25 of 110) sorted by relevance

12345

/external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/
Dgeneric_category.pass.cpp32 errno = E2BIG; // something that message will never generate in test_message_for_bad_value()
36 assert(errno == E2BIG); in test_message_for_bad_value()
Dsystem_category.pass.cpp32 errno = E2BIG; // something that message will never generate in test_message_for_bad_value()
36 assert(errno == E2BIG); in test_message_for_bad_value()
/external/ltp/testcases/kernel/mem/thp/
Dthp01.c81 if (TST_ERR != E2BIG) in thp_test()
101 if (TST_ERR != E2BIG) in thp_test()
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c26 E2BIG, "E2BIG", E2BIG}, {
D4-1.c21 E2BIG, "E2BIG"}, {
/external/libcxx/include/
Derrno.h260 #ifndef E2BIG
261 #define E2BIG 9946 macro
D__errc26 argument_list_too_long, // E2BIG
123 argument_list_too_long = E2BIG,
/external/nos/host/android/citadel/libnos_datagram/
Dcitadel.c76 return -E2BIG; in read_datagram()
126 return -E2BIG; in write_datagram()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_maps.c93 errno == E2BIG); in test_hashmap()
102 errno == E2BIG); in test_hashmap()
215 errno == E2BIG); in test_hashmap_percpu()
342 errno == E2BIG); in test_arraymap()
401 errno == E2BIG); in test_arraymap_percpu()
508 errno == E2BIG); in test_queuemap()
566 errno == E2BIG); in test_stackmap()
1110 errno == E2BIG); in test_map_large()
1385 CHECK(err != -1 || errno != E2BIG, "reuseport array del >=max_entries", in test_reuseport_array()
1389 CHECK(err != -1 || errno != E2BIG, in test_reuseport_array()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp15 #ifndef E2BIG
16 #error E2BIG not defined
/external/kernel-headers/original/uapi/linux/
Dkvm_para.h17 #define KVM_E2BIG E2BIG
/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h11 #define E2BIG 7 /* Argument list too long */ macro
/external/libusb/msvc/
Derrno.h31 #define E2BIG 7 /* Arg list too long */ macro
/external/iproute2/lib/
Dmpls_ntop.c35 errno = -E2BIG; in mpls_ntop1()
/external/libdrm/nouveau/nvif/
Dunpack.h21 _ret = *_size ? -E2BIG : 0; \
/external/iptables/libiptc/
Dlibiptc.c1766 errno = E2BIG; in TC_INSERT_ENTRY()
1822 errno = E2BIG; in TC_REPLACE_ENTRY()
2070 errno = E2BIG; in TC_DELETE_NUM_ENTRY()
2165 errno = E2BIG; in TC_READ_COUNTER()
2189 errno = E2BIG; in TC_ZERO_COUNTER()
2220 errno = E2BIG; in TC_SET_COUNTER()
2723 { TC_INSERT_ENTRY, E2BIG, "Index of insertion too big" }, in TC_STRERROR()
2724 { TC_REPLACE_ENTRY, E2BIG, "Index of replacement too big" }, in TC_STRERROR()
2725 { TC_DELETE_NUM_ENTRY, E2BIG, "Index of deletion too big" }, in TC_STRERROR()
2726 { TC_READ_COUNTER, E2BIG, "Index of counter too big" }, in TC_STRERROR()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h247 # ifndef E2BIG
248 # define E2BIG 7 macro
503 argument_list_too_long = E2BIG,
/external/strace/tests-mx32/
Derrno2name.c39 #ifdef E2BIG in errno2name()
40 CASE(E2BIG); in errno2name()
/external/strace/tests-m32/
Derrno2name.c39 #ifdef E2BIG in errno2name()
40 CASE(E2BIG); in errno2name()
/external/strace/tests/
Derrno2name.c39 #ifdef E2BIG in errno2name()
40 CASE(E2BIG); in errno2name()
/external/ltp/testcases/kernel/syscalls/move_pages/
Dmove_pages08.c106 if (ret == -1 && errno == E2BIG) in main()
/external/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv04.c82 SMSIZE, 1, 0, E2BIG},
/external/libxml2/os400/
Dlibxmlmain.c66 } while (j == -1 && errno == E2BIG); in main()
/external/linux-kselftest/tools/testing/selftests/x86/
Dmpx-dig.c116 ret = -E2BIG; in __pid_load_vaddrs()
145 if (ret == -E2BIG) { in pid_load_vaddrs()
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py15 E2BIG = 7 variable

12345