Home
last modified time | relevance | path

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

12

/glibc-2.36/localedata/tests-mbwc/
Ddat_strfmon.c34 /*exp*/ { E2BIG,1,-1, "" },
115 /*exp*/ { E2BIG,1,-1, "" },
196 /*exp*/ { E2BIG,1,-1, "" },
/glibc-2.36/misc/
Dtst-warn-wide.c52 case E2BIG: in one_test()
82 one_test ("with errno", E2BIG, in do_test()
/glibc-2.36/iconv/
Dtst-iconv2.c64 if (e != E2BIG) in do_test()
67 strerror (e), strerror (E2BIG)); in do_test()
Dtst-iconv8.c43 TEST_VERIFY (errno == E2BIG); in do_test()
Dtst-iconv7.c45 TEST_VERIFY (errno == E2BIG); in do_test()
Dtst-iconv4.c30 if (errno != E2BIG) in do_test()
Dtst-iconv3.c37 if (errno == E2BIG) in do_test()
Diconv.c75 __set_errno (E2BIG); in iconv()
Diconv_prog.c472 errno = E2BIG; in process_block()
507 if (errno != E2BIG) in process_block()
/glibc-2.36/iconvdata/
Dbug-iconv4.c27 fail = out_size == 4 || errno != E2BIG; in xiconv()
28 printf ("expected %d (E2BIG), got %d (%m)\n", E2BIG, errno); in xiconv()
Dbug-iconv14.c41 TEST_COMPARE (errno, E2BIG); in with_escape_sequence()
90 TEST_COMPARE (errno, E2BIG); in with_flush()
Dbug-iconv6.c34 if (errno == E2BIG) in do_test()
Dbug-iconv10.c59 || errno != E2BIG in do_test()
Dtst-e2big.c57 if (!(result == -1 && errno == E2BIG)) in test()
/glibc-2.36/stdlib/
Dstrfmon_l.c38 __set_errno (E2BIG); \
222 __set_errno (E2BIG); in __vstrfmon_l_internal()
233 __set_errno (E2BIG); in __vstrfmon_l_internal()
553 __set_errno (E2BIG); in __vstrfmon_l_internal()
/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h43 E2BIG = 0x40000007, /* Argument list too long */ enumerator
240 #define E2BIG 0x40000007 macro
/glibc-2.36/posix/
Dexecl.c37 errno = E2BIG; in execl()
Dexeclp.c38 errno = E2BIG; in execlp()
Dexecle.c37 errno = E2BIG; in execle()
Dexecvpe.c46 errno = E2BIG; in maybe_script_execute()
/glibc-2.36/stdio-common/
Dtest-strerr.c56 #ifdef E2BIG in do_test()
57 TEST_COMPARE_STRING (strerrordesc_np (E2BIG), "Argument list too long"); in do_test()
58 TEST_COMPARE_STRING (strerrorname_np (E2BIG), "E2BIG"); in do_test()
/glibc-2.36/sysdeps/gnu/
Derrlist.h45 #ifdef E2BIG
51 _S(E2BIG, N_("Argument list too long"))
/glibc-2.36/argp/
Dargp.h121 #define ARGP_ERR_UNKNOWN E2BIG /* Hurd should never need E2BIG. XXX */
/glibc-2.36/conform/data/
Derrno.h-data11 macro-int-constant E2BIG {int} > 0
/glibc-2.36/sysdeps/unix/sysv/linux/
Dspawni.c335 errno = E2BIG; in __spawnix()

12