/external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/ |
D | generic_category.pass.cpp | 32 errno = E2BIG; // something that message will never generate in test_message_for_bad_value() 36 assert(errno == E2BIG); in test_message_for_bad_value()
|
D | system_category.pass.cpp | 32 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/ |
D | thp01.c | 81 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/ |
D | 3-2.c | 26 E2BIG, "E2BIG", E2BIG}, {
|
D | 4-1.c | 21 E2BIG, "E2BIG"}, {
|
/external/libcxx/include/ |
D | errno.h | 260 #ifndef E2BIG 261 #define E2BIG 9946 macro
|
D | __errc | 26 argument_list_too_long, // E2BIG 123 argument_list_too_long = E2BIG,
|
/external/nos/host/android/citadel/libnos_datagram/ |
D | citadel.c | 76 return -E2BIG; in read_datagram() 126 return -E2BIG; in write_datagram()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_maps.c | 93 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/ |
D | cerrno.pass.cpp | 15 #ifndef E2BIG 16 #error E2BIG not defined
|
/external/kernel-headers/original/uapi/linux/ |
D | kvm_para.h | 17 #define KVM_E2BIG E2BIG
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno-base.h | 11 #define E2BIG 7 /* Argument list too long */ macro
|
/external/libusb/msvc/ |
D | errno.h | 31 #define E2BIG 7 /* Arg list too long */ macro
|
/external/iproute2/lib/ |
D | mpls_ntop.c | 35 errno = -E2BIG; in mpls_ntop1()
|
/external/libdrm/nouveau/nvif/ |
D | unpack.h | 21 _ret = *_size ? -E2BIG : 0; \
|
/external/iptables/libiptc/ |
D | libiptc.c | 1766 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/ |
D | system_error.h | 247 # ifndef E2BIG 248 # define E2BIG 7 macro 503 argument_list_too_long = E2BIG,
|
/external/strace/tests-mx32/ |
D | errno2name.c | 39 #ifdef E2BIG in errno2name() 40 CASE(E2BIG); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 39 #ifdef E2BIG in errno2name() 40 CASE(E2BIG); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 39 #ifdef E2BIG in errno2name() 40 CASE(E2BIG); in errno2name()
|
/external/ltp/testcases/kernel/syscalls/move_pages/ |
D | move_pages08.c | 106 if (ret == -1 && errno == E2BIG) in main()
|
/external/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
D | msgrcv04.c | 82 SMSIZE, 1, 0, E2BIG},
|
/external/libxml2/os400/ |
D | libxmlmain.c | 66 } while (j == -1 && errno == E2BIG); in main()
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | mpx-dig.c | 116 ret = -E2BIG; in __pid_load_vaddrs() 145 if (ret == -E2BIG) { in pid_load_vaddrs()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 15 E2BIG = 7 variable
|