Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dfilestat.c843 int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ in php_stat() local
909 wmask=S_IWUSR; in php_stat()
913 wmask=S_IWGRP; in php_stat()
926 wmask=S_IWGRP; in php_stat()
985 RETURN_BOOL((ssb.sb.st_mode & wmask) != 0); in php_stat()
/PHP-7.0/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
453 wmask=S_IWUSR; in phar_fancy_stat()
457 wmask=S_IWGRP; in phar_fancy_stat()
470 wmask=S_IWGRP; in phar_fancy_stat()
521 RETURN_BOOL((stat_sb->st_mode & wmask) != 0); in phar_fancy_stat()

Completed in 11 milliseconds