Home
last modified time | relevance | path

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

12

/external/liblzf/
Dlzf_d.c74 SET_ERRNO (E2BIG); in lzf_decompress()
131 SET_ERRNO (E2BIG); in lzf_decompress()
DChanges76 (such as php) by returning either EINVAL or E2BIG.
/external/kernel-headers/original/uapi/linux/
Dkvm_para.h15 #define KVM_E2BIG E2BIG
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp19 #ifndef E2BIG
20 #error E2BIG not defined
/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h10 #define E2BIG 7 /* Argument list too long */ macro
/external/iproute2/lib/
Dmpls_ntop.c33 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/libcxx/include/
Dcerrno257 #ifndef E2BIG
258 #define E2BIG 9946
Dsystem_error123 argument_list_too_long, // E2BIG
255 argument_list_too_long = E2BIG,
Dmodule.modulemap41 E2BIG, ECONNRESET, EISCONN, ENOENT, ENOTRECOVERABLE, EROFS,
/external/deqp/framework/platform/android/
DtcuAndroidInternals.hpp66 BAD_INDEX = -E2BIG,
/external/opencv3/3rdparty/openexr/Iex/
DIexThrowErrnoExc.cpp93 #if defined (E2BIG) in throwErrnoExc()
94 case E2BIG: in throwErrnoExc()
/external/libbrillo/brillo/errors/
Derror_codes.cc41 ERROR_ENTRY(E2BIG), // Argument list too long
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp22 static_assert(static_cast<int>(std::errc::argument_list_too_long) == E2BIG, ""); in main()
/external/mksh/src/
Dshf.c1110 #ifdef E2BIG in cstrerror()
1111 case E2BIG: in cstrerror()
Dmisc.c1393 #define ELOOP E2BIG
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dseccomp_bpf_tests.c369 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ERRNO | E2BIG), in TEST()
385 EXPECT_EQ(E2BIG, errno); in TEST()
/external/e2fsprogs/intl/
Ddcigettext.c943 if (errno != E2BIG) in _nl_find_msg()
/external/mesa3d/src/gallium/auxiliary/util/
Du_snprintf.c375 #define ERANGE E2BIG
/external/valgrind/include/vki/
Dvki-darwin.h547 #define VKI_E2BIG E2BIG
Dvki-solaris.h433 #define VKI_E2BIG E2BIG
/external/e2fsprogs/lib/ext2fs/
Dnt_io.c276 { ERROR_BAD_ENVIRONMENT, E2BIG },
/external/libxml2/
Dencoding.c1814 #ifdef E2BIG in xmlIconvWrapper()
1815 if (errno == E2BIG) { in xmlIconvWrapper()
/external/minijail/
Dlibminijail.c1473 return -E2BIG; in minijail_from_fd()

12