Home
last modified time | relevance | path

Searched refs:R_OK (Results 1 – 3 of 3) sorted by relevance

/sysdeps/posix/
A Deuidaccess.c68 # define R_OK 4 macro
71 #if !defined S_IROTH && defined R_OK
72 # define S_IROTH R_OK
146 mode &= (X_OK | W_OK | R_OK); /* Clear any bogus bits. */ in euidaccess()
147 #if R_OK != S_IROTH || W_OK != S_IWOTH || X_OK != S_IXOTH in euidaccess()
/sysdeps/unix/sysv/linux/
A Dfaccessat.c46 mode &= (X_OK | W_OK | R_OK); /* Clear any bogus bits. */ in __faccessat()
47 # if R_OK != S_IROTH || W_OK != S_IWOTH || X_OK != S_IXOTH in __faccessat()
/sysdeps/mach/hurd/
A Dfaccessat.c195 if (type & R_OK) in __faccessat_common()

Completed in 5 milliseconds