Searched refs:ENOSR (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | errno.h | 133 ENOSR = 0x40000071, /* Out of streams resources */ enumerator 331 #define ENOSR 0x40000071 macro
|
/glibc-2.36/stdio-common/ |
D | test-strerr.c | 379 #ifdef ENOSR in do_test() 380 TEST_COMPARE_STRING (strerrordesc_np (ENOSR), "Out of streams resources"); in do_test() 381 TEST_COMPARE_STRING (strerrorname_np (ENOSR), "ENOSR"); in do_test()
|
/glibc-2.36/sysdeps/gnu/ |
D | errlist.h | 522 #ifdef ENOSR 523 _S(ENOSR, N_("Out of streams resources"))
|
/glibc-2.36/conform/data/ |
D | errno.h-data | 85 macro-int-constant ENOSR {int} > 0
|
/glibc-2.36/manual/ |
D | errno.texi | 869 @deftypevr Macro int ENOSR 871 @errno{ENOSR, 113, Out of streams resources}
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.6 | 3347 ENOMSG, ENOSR, ENOSTR, EOVERFLOW, EPROTO, ETIME): Redesignate as
|
D | ChangeLog.18 | 74031 [POSIX] (ENOSR): Likewise. 83964 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
|