Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dfilestat.c774 int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ in php_stat() local
838 wmask=S_IWUSR; in php_stat()
842 wmask=S_IWGRP; in php_stat()
855 wmask=S_IWGRP; in php_stat()
910 RETURN_BOOL((ssb.sb.st_mode & wmask) != 0); in php_stat()
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c441 int rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ in phar_fancy_stat() local
450 wmask=S_IWUSR; in phar_fancy_stat()
454 wmask=S_IWGRP; in phar_fancy_stat()
467 wmask=S_IWGRP; in phar_fancy_stat()
505 RETURN_BOOL((stat_sb->st_mode & wmask) != 0); in phar_fancy_stat()

Completed in 11 milliseconds