Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dfilestat.c855 int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ in php_stat() local
921 wmask=S_IWUSR; in php_stat()
925 wmask=S_IWGRP; in php_stat()
938 wmask=S_IWGRP; in php_stat()
997 RETURN_BOOL((ssb.sb.st_mode & wmask) != 0); in php_stat()
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c446 int rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ in phar_fancy_stat() local
456 wmask=S_IWUSR; in phar_fancy_stat()
460 wmask=S_IWGRP; in phar_fancy_stat()
473 wmask=S_IWGRP; in phar_fancy_stat()
524 RETURN_BOOL((stat_sb->st_mode & wmask) != 0); in phar_fancy_stat()

Completed in 15 milliseconds