Searched refs:S_IXOTH (Results 1 – 2 of 2) sorted by relevance
36 # ifndef S_IXOTH37 # define S_IXOTH (S_IEXEC >> 6) macro77 #if !defined S_IXOTH && defined X_OK78 # define S_IXOTH X_OK macro147 #if R_OK != S_IROTH || W_OK != S_IWOTH || X_OK != S_IXOTH in euidaccess()167 || (stats.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))) in euidaccess()
47 # if R_OK != S_IROTH || W_OK != S_IWOTH || X_OK != S_IXOTH in __faccessat()59 || (stats.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))) in __faccessat()
Completed in 4 milliseconds