Home
last modified time | relevance | path

Searched refs:EAUTH (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h115 EAUTH = 0x40000050, /* Authentication error */ enumerator
313 #define EAUTH 0x40000050 macro
/glibc-2.36/stdio-common/
Dtest-strerr.c626 #ifdef EAUTH in do_test()
627 TEST_COMPARE_STRING (strerrordesc_np (EAUTH), "Authentication error"); in do_test()
628 TEST_COMPARE_STRING (strerrorname_np (EAUTH), "EAUTH"); in do_test()
/glibc-2.36/sysdeps/gnu/
Derrlist.h698 #ifdef EAUTH
699 _S(EAUTH, N_("Authentication error"))
/glibc-2.36/manual/
Derrno.texi732 @deftypevr Macro int EAUTH
734 @errno{EAUTH, 80, Authentication error}
/glibc-2.36/ChangeLog.old/
DChangeLog.41656 [__USE_BSD] (EAUTH, ENEEDAUTH, ELAST): New macros.