Searched refs:__faccessat (Results 1 – 9 of 9) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | faccessat.c | 27 __faccessat (int fd, const char *file, int mode, int flag) in __faccessat() function 76 weak_alias (__faccessat, faccessat)
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | faccessat.c | 216 __faccessat (int fd, const char *file, int type, int at_flags) in __faccessat() function 220 weak_alias (__faccessat, faccessat)
|
D | euidaccess.c | 25 return __faccessat (AT_FDCWD, file, type, AT_EACCESS); in __euidaccess()
|
D | access.c | 36 return __faccessat (AT_FDCWD, file, type, 0); in __access()
|
/glibc-2.36/stdlib/ |
D | canonicalize.c | 54 # define __faccessat faccessat macro 101 return __faccessat (AT_FDCWD, file, F_OK, AT_EACCESS) == 0; in file_accessible()
|
/glibc-2.36/include/ |
D | unistd.h | 38 extern int __faccessat (int __fd, const char *__file, int __type, int __flag);
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.22 | 2493 [! _LIBC](__faccessat): New. 2530 (__faccessat): New function.
|
D | ChangeLog.25 | 5555 (__faccessat): Modified function.
|
D | ChangeLog.19 | 23815 * include/unistd.h (__faccessat, __faccessat_noerrno): Add declaration. 23817 __faccessat 23822 with a call to __faccessat. 23828 (__faccessat): New function, just calls __faccessat_common.
|