Searched refs:E2BIG (Results 1 – 25 of 46) sorted by relevance
12
/external/liblzf/ |
D | lzf_d.c | 74 SET_ERRNO (E2BIG); in lzf_decompress() 131 SET_ERRNO (E2BIG); in lzf_decompress()
|
D | Changes | 76 (such as php) by returning either EINVAL or E2BIG.
|
/external/kernel-headers/original/uapi/linux/ |
D | kvm_para.h | 15 #define KVM_E2BIG E2BIG
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 19 #ifndef E2BIG 20 #error E2BIG not defined
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno-base.h | 10 #define E2BIG 7 /* Argument list too long */ macro
|
/external/iproute2/lib/ |
D | mpls_ntop.c | 33 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/libcxx/include/ |
D | cerrno | 257 #ifndef E2BIG 258 #define E2BIG 9946
|
D | system_error | 123 argument_list_too_long, // E2BIG 255 argument_list_too_long = E2BIG,
|
D | module.modulemap | 41 E2BIG, ECONNRESET, EISCONN, ENOENT, ENOTRECOVERABLE, EROFS,
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidInternals.hpp | 66 BAD_INDEX = -E2BIG,
|
/external/opencv3/3rdparty/openexr/Iex/ |
D | IexThrowErrnoExc.cpp | 93 #if defined (E2BIG) in throwErrnoExc() 94 case E2BIG: in throwErrnoExc()
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 41 ERROR_ENTRY(E2BIG), // Argument list too long
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 22 static_assert(static_cast<int>(std::errc::argument_list_too_long) == E2BIG, ""); in main()
|
/external/mksh/src/ |
D | shf.c | 1110 #ifdef E2BIG in cstrerror() 1111 case E2BIG: in cstrerror()
|
D | misc.c | 1393 #define ELOOP E2BIG
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
D | seccomp_bpf_tests.c | 369 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ERRNO | E2BIG), in TEST() 385 EXPECT_EQ(E2BIG, errno); in TEST()
|
/external/e2fsprogs/intl/ |
D | dcigettext.c | 943 if (errno != E2BIG) in _nl_find_msg()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_snprintf.c | 375 #define ERANGE E2BIG
|
/external/valgrind/include/vki/ |
D | vki-darwin.h | 547 #define VKI_E2BIG E2BIG
|
D | vki-solaris.h | 433 #define VKI_E2BIG E2BIG
|
/external/e2fsprogs/lib/ext2fs/ |
D | nt_io.c | 276 { ERROR_BAD_ENVIRONMENT, E2BIG },
|
/external/libxml2/ |
D | encoding.c | 1814 #ifdef E2BIG in xmlIconvWrapper() 1815 if (errno == E2BIG) { in xmlIconvWrapper()
|
/external/minijail/ |
D | libminijail.c | 1473 return -E2BIG; in minijail_from_fd()
|
12