_S_IWRITE        1579 Zend/zend_virtual_cwd.c 		if (_tmp & _S_IWRITE) {
_S_IWRITE        1580 Zend/zend_virtual_cwd.c 			mode |= _S_IWRITE;
_S_IWRITE         726 ext/opcache/zend_file_cache.c 	fd = open(filename, O_CREAT | O_EXCL | O_RDWR | O_BINARY, _S_IREAD | _S_IWRITE);
_S_IWRITE          57 ext/zip/lib/mkstemp.c 	ret = _creat(_mktemp(path), _S_IREAD|_S_IWRITE);
_S_IWRITE          56 ext/zip/lib/zip_source_filep.c #elif defined(_S_IWRITE)
_S_IWRITE          57 ext/zip/lib/zip_source_filep.c #define _SAFE_MASK (_S_IWRITE)