Searched refs:current_umask (Results 1 – 1 of 1) sorted by relevance
76 int current_umask; in php_win32_ioutil_posix_to_open_opts() local82 current_umask = umask(0); in php_win32_ioutil_posix_to_open_opts()83 umask(current_umask); in php_win32_ioutil_posix_to_open_opts()142 if (!((mode & ~current_umask) & _S_IWRITE)) { in php_win32_ioutil_posix_to_open_opts()
Completed in 6 milliseconds