Searched refs:R_OK (Results 1 – 3 of 3) sorted by relevance
68 # define R_OK 4 macro71 #if !defined S_IROTH && defined R_OK72 # define S_IROTH R_OK146 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()
46 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()
195 if (type & R_OK) in __faccessat_common()
Completed in 4 milliseconds