Home
last modified time | relevance | path

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

/sysdeps/posix/
A Deuidaccess.c67 # define W_OK 2 macro
74 #if !defined S_IWOTH && defined W_OK
75 # define S_IWOTH W_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.c197 if (type & W_OK) in __faccessat_common()

Completed in 4 milliseconds