Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dfilestat.c769 int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ in php_stat() local
885 wmask=S_IWUSR; in php_stat()
889 wmask=S_IWGRP; in php_stat()
902 wmask=S_IWGRP; in php_stat()
958 RETURN_BOOL((ssb.sb.st_mode & wmask) != 0); in php_stat()
/PHP-8.2/ext/phar/
H A Dfunc_interceptors.c445 int rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ in phar_fancy_stat() local
454 wmask=S_IWUSR; in phar_fancy_stat()
458 wmask=S_IWGRP; in phar_fancy_stat()
471 wmask=S_IWGRP; in phar_fancy_stat()
509 RETURN_BOOL((stat_sb->st_mode & wmask) != 0); in phar_fancy_stat()

Completed in 18 milliseconds