Home
last modified time | relevance | path

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

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

Completed in 261 milliseconds