Home
last modified time | relevance | path

Searched refs:ESTALE (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h106 ESTALE = 0x40000046, /* Stale file handle */ enumerator
304 #define ESTALE 0x40000046 macro
/glibc-2.36/stdio-common/
Dtest-strerr.c333 #ifdef ESTALE in do_test()
334 TEST_COMPARE_STRING (strerrordesc_np (ESTALE), "Stale file handle"); in do_test()
335 TEST_COMPARE_STRING (strerrorname_np (ESTALE), "ESTALE"); in do_test()
/glibc-2.36/sysdeps/gnu/
Derrlist.h464 #ifdef ESTALE
471 _S(ESTALE, N_("Stale file handle"))
/glibc-2.36/posix/
Dexecvpe.c153 case ESTALE: in __execvpe_common()
/glibc-2.36/conform/data/
Derrno.h-data115 macro-int-constant ESTALE {int} > 0
/glibc-2.36/sysdeps/mach/hurd/
Dspawni.c757 case ESTALE: in __spawni()
/glibc-2.36/manual/
Derrno.texi669 @deftypevr Macro int ESTALE
671 @errno{ESTALE, 70, Stale file handle}
/glibc-2.36/ChangeLog.old/
DChangeLog.75110 * sysdeps/standalone/arm/bits/errno.h (ESTALE): Add.
5640 * posix/execvp.c (execvp): Handle ESTALE.
DChangeLog.1866175 * manual/errno.texi (ESTALE): Update to account for more than
74040 [POSIX] (ESTALE): Likewise.
83984 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.