Home
last modified time | relevance | path

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

/sysdeps/posix/
A Deuidaccess.c66 # define X_OK 1 macro
77 #if !defined S_IXOTH && defined X_OK
78 # define S_IXOTH X_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()
166 if (euid == 0 && ((mode & X_OK) == 0 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()
58 if (uid == 0 && ((mode & X_OK) == 0 in __faccessat()
/sysdeps/mach/hurd/
A Dfaccessat.c199 if (type & X_OK) in __faccessat_common()

Completed in 5 milliseconds