Searched refs:IS_ABLE_CHECK (Results 1 – 2 of 2) sorted by relevance
727 #define IS_ABLE_CHECK(__t) ((__t) == FS_IS_R || (__t) == FS_IS_W || (__t) == FS_IS_X) macro728 #define IS_ACCESS_CHECK(__t) (IS_ABLE_CHECK(type) || (__t) == FS_EXISTS)883 if (IS_ABLE_CHECK(type) && getuid() == 0) { in php_stat()
328 #define IS_ABLE_CHECK(__t) ((__t) == FS_IS_R || (__t) == FS_IS_W || (__t) == FS_IS_X) macro329 #define IS_ACCESS_CHECK(__t) (IS_ABLE_CHECK(type) || (__t) == FS_EXISTS)
Completed in 10 milliseconds