Searched refs:current_umask (Results 1 – 1 of 1) sorted by relevance
72 int current_umask; in php_win32_ioutil_posix_to_open_opts() local78 current_umask = umask(0); in php_win32_ioutil_posix_to_open_opts()79 umask(current_umask); in php_win32_ioutil_posix_to_open_opts()138 if (!((mode & ~current_umask) & _S_IWRITE)) { in php_win32_ioutil_posix_to_open_opts()
Completed in 6 milliseconds