Home
last modified time | relevance | path

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

1234

/third_party/glib/glib/
Dgspawn-private.h42 #ifdef E2BIG in _g_spawn_exec_err_to_g_error()
43 case E2BIG: in _g_spawn_exec_err_to_g_error()
Dwin_iconv.c834 if ((cd->to.flags & FLAG_IGNORE) && errno != E2BIG) in win_iconv()
912 if ((cd->to.flags & FLAG_IGNORE) && errno != E2BIG) in win_iconv()
1415 return seterror(E2BIG); in kernel_wctomb()
1429 return seterror(E2BIG); in kernel_wctomb()
1478 return seterror(E2BIG); in mlang_wctomb()
1545 return seterror(E2BIG); in utf16_wctomb()
1558 return seterror(E2BIG); in utf16_wctomb()
1572 return seterror(E2BIG); in utf16_wctomb()
1638 return seterror(E2BIG); in utf32_wctomb()
1651 return seterror(E2BIG); in utf32_wctomb()
[all …]
/third_party/ltp/testcases/kernel/mem/thp/
Dthp01.c74 if (TST_ERR != E2BIG) in thp_test()
94 if (TST_ERR != E2BIG) in thp_test()
/third_party/boost/boost/
Dcerrno.hpp195 #ifndef E2BIG
196 #define E2BIG 9946 macro
/third_party/eudev/src/shared/
Dfileio.c103 return -E2BIG; in read_full_stream()
136 return -E2BIG; in read_full_stream()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c26 E2BIG, "E2BIG", E2BIG}, {
D4-1.c21 E2BIG, "E2BIG"}, {
/third_party/gettext/gettext-runtime/libasprintf/
Dvasprintf.c34 # define EOVERFLOW E2BIG
/third_party/libdrm/nouveau/nvif/
Dunpack.h21 _ret = *_size ? -E2BIG : 0; \
/third_party/musl/libc-test/src/functional/
Diconv_open.c33 if (errno != E2BIG) in main()
/third_party/libuv/include/uv/
Derrno.h53 #if defined(E2BIG) && !defined(_WIN32)
54 # define UV__E2BIG UV__ERR(E2BIG)
/third_party/python/PC/
Derrmap.h37 return E2BIG; in winerror_to_errno()
/third_party/iptables/libiptc/
Dlibiptc.c1754 errno = E2BIG; in TC_INSERT_ENTRY()
1810 errno = E2BIG; in TC_REPLACE_ENTRY()
2058 errno = E2BIG; in TC_DELETE_NUM_ENTRY()
2152 errno = E2BIG; in TC_READ_COUNTER()
2175 errno = E2BIG; in TC_ZERO_COUNTER()
2205 errno = E2BIG; in TC_SET_COUNTER()
2707 { TC_INSERT_ENTRY, E2BIG, "Index of insertion too big" }, in TC_STRERROR()
2708 { TC_REPLACE_ENTRY, E2BIG, "Index of replacement too big" }, in TC_STRERROR()
2709 { TC_DELETE_NUM_ENTRY, E2BIG, "Index of deletion too big" }, in TC_STRERROR()
2710 { TC_READ_COUNTER, E2BIG, "Index of counter too big" }, in TC_STRERROR()
[all …]
/third_party/libnl/lib/
Dmpls.c41 errno = E2BIG; in mpls_ntop1()
/third_party/libxml2/os400/
Dlibxmlmain.c66 } while (j == -1 && errno == E2BIG); in main()
/third_party/musl/arch/generic/bits/
Derrno.h7 #define E2BIG 7 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h7 #define E2BIG 7 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h8 #define E2BIG 7 macro
/third_party/lwip/src/include/lwip/
Derrno.h54 #define E2BIG 7 /* Arg list too long */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h7 #define E2BIG 7 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h8 #define E2BIG 7 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h7 #define E2BIG 7 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h7 #define E2BIG 7 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h8 #define E2BIG 7 macro
/third_party/musl/arch/mips/bits/
Derrno.h7 #define E2BIG 7 macro

1234