Searched refs:W_OK (Results 1 – 3 of 3) sorted by relevance
67 # define W_OK 2 macro74 #if !defined S_IWOTH && defined W_OK75 # define S_IWOTH W_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()
197 if (type & W_OK) in __faccessat_common()
Completed in 4 milliseconds