Home
last modified time | relevance | path

Searched refs:wmask (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/ext/standard/
H A Dfilestat.c768 int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ in php_stat() local
832 wmask=S_IWUSR; in php_stat()
836 wmask=S_IWGRP; in php_stat()
849 wmask=S_IWGRP; in php_stat()
904 RETURN_BOOL((ssb.sb.st_mode & wmask) != 0); in php_stat()
/PHP-7.2/ext/phar/
H A Dfunc_interceptors.c443 int rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ in phar_fancy_stat() local
452 wmask=S_IWUSR; in phar_fancy_stat()
456 wmask=S_IWGRP; in phar_fancy_stat()
469 wmask=S_IWGRP; in phar_fancy_stat()
507 RETURN_BOOL((stat_sb->st_mode & wmask) != 0); in phar_fancy_stat()

Completed in 14 milliseconds