Searched refs:ENFILE (Results 1 – 19 of 19) sorted by relevance
60 ENFILE = 0x40000017, /* Too many open files in system */ enumerator257 #define ENFILE 0x40000017 macro
195 if (errno == ENFILE || errno == EMFILE) in test_1()220 if (errno != ENFILE && errno != EMFILE) in test_1()
125 #ifdef ENFILE in do_test()126 TEST_COMPARE_STRING (strerrordesc_np (ENFILE), in do_test()128 TEST_COMPARE_STRING (strerrorname_np (ENFILE), "ENFILE"); in do_test()
159 #ifdef ENFILE164 _S(ENFILE, N_("Too many open files in system"))
38 if ((errno != EMFILE && errno != ENFILE && errno != ENOMEM) in __closefrom_fallback()
484 if (errno == ENOSPC || errno == EMFILE || errno == ENFILE) in run_chroot_tests()
66 macro-int-constant ENFILE {int} > 0
240 case ENFILE: in libc_hidden_def()414 case ENFILE: in libc_hidden_def()
76 @item ENFILE78 for more information about @code{ENFILE}. This error never occurs on
300 @deftypevr Macro int ENFILE302 @errno{ENFILE, 23, Too many open files in system}
125 @item ENFILE2018 @item ENFILE3448 @code{ENFILE} is not a possible error code for @code{dup2} because3450 descriptors do not count toward the limit which @code{ENFILE}
1697 @item ENFILE
388 @item ENFILE
2214 @item ENFILE
1151 * sysdeps/stub/errnos.h: Add ENFILE and EMFILE.
2042 call. If EMFILE, ENFILE, or EINTR return with error.
7685 when __stdio_open fails with a code other than ENFILE or EMFILE.
12473 tty-ness and a pty is not a tty. Return ENOENT instead of ENFILE
74225 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.83952 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.