Searched refs:current_umask (Results 1 – 1 of 1) sorted by relevance
75 int current_umask; in php_win32_ioutil_posix_to_open_opts() local81 current_umask = umask(0); in php_win32_ioutil_posix_to_open_opts()82 umask(current_umask); in php_win32_ioutil_posix_to_open_opts()144 if (!((mode & ~current_umask) & _S_IWRITE)) { in php_win32_ioutil_posix_to_open_opts()
Completed in 4 milliseconds