Searched refs:E2BIG (Results 1 – 25 of 31) sorted by relevance
12
/glibc-2.36/localedata/tests-mbwc/ |
D | dat_strfmon.c | 34 /*exp*/ { E2BIG,1,-1, "" }, 115 /*exp*/ { E2BIG,1,-1, "" }, 196 /*exp*/ { E2BIG,1,-1, "" },
|
/glibc-2.36/misc/ |
D | tst-warn-wide.c | 52 case E2BIG: in one_test() 82 one_test ("with errno", E2BIG, in do_test()
|
/glibc-2.36/iconv/ |
D | tst-iconv2.c | 64 if (e != E2BIG) in do_test() 67 strerror (e), strerror (E2BIG)); in do_test()
|
D | tst-iconv8.c | 43 TEST_VERIFY (errno == E2BIG); in do_test()
|
D | tst-iconv7.c | 45 TEST_VERIFY (errno == E2BIG); in do_test()
|
D | tst-iconv4.c | 30 if (errno != E2BIG) in do_test()
|
D | tst-iconv3.c | 37 if (errno == E2BIG) in do_test()
|
D | iconv.c | 75 __set_errno (E2BIG); in iconv()
|
D | iconv_prog.c | 472 errno = E2BIG; in process_block() 507 if (errno != E2BIG) in process_block()
|
/glibc-2.36/iconvdata/ |
D | bug-iconv4.c | 27 fail = out_size == 4 || errno != E2BIG; in xiconv() 28 printf ("expected %d (E2BIG), got %d (%m)\n", E2BIG, errno); in xiconv()
|
D | bug-iconv14.c | 41 TEST_COMPARE (errno, E2BIG); in with_escape_sequence() 90 TEST_COMPARE (errno, E2BIG); in with_flush()
|
D | bug-iconv6.c | 34 if (errno == E2BIG) in do_test()
|
D | bug-iconv10.c | 59 || errno != E2BIG in do_test()
|
D | tst-e2big.c | 57 if (!(result == -1 && errno == E2BIG)) in test()
|
/glibc-2.36/stdlib/ |
D | strfmon_l.c | 38 __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/ |
D | errno.h | 43 E2BIG = 0x40000007, /* Argument list too long */ enumerator 240 #define E2BIG 0x40000007 macro
|
/glibc-2.36/posix/ |
D | execl.c | 37 errno = E2BIG; in execl()
|
D | execlp.c | 38 errno = E2BIG; in execlp()
|
D | execle.c | 37 errno = E2BIG; in execle()
|
D | execvpe.c | 46 errno = E2BIG; in maybe_script_execute()
|
/glibc-2.36/stdio-common/ |
D | test-strerr.c | 56 #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/ |
D | errlist.h | 45 #ifdef E2BIG 51 _S(E2BIG, N_("Argument list too long"))
|
/glibc-2.36/argp/ |
D | argp.h | 121 #define ARGP_ERR_UNKNOWN E2BIG /* Hurd should never need E2BIG. XXX */
|
/glibc-2.36/conform/data/ |
D | errno.h-data | 11 macro-int-constant E2BIG {int} > 0
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | spawni.c | 335 errno = E2BIG; in __spawnix()
|
12