Home
last modified time | relevance | path

Searched refs:S_IWOTH (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/standard/
H A Dphp_filestat.h77 #define S_IWOTH S_IWRITE macro
H A Dfilestat.c855 int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ 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()
H A Dphar_object.c2610 RETURN_BOOL((ssb.sb.st_mode & (S_IWOTH | S_IWGRP | S_IWUSR)) != 0); in PHP_METHOD()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c32381 S_IROTH|S_IWOTH);

Completed in 310 milliseconds