Searched refs:php_win32_ioutil_mkdir (Results 1 – 5 of 5) sorted by relevance
292 #define VCWD_MKDIR(pathname, mode) php_win32_ioutil_mkdir(pathname, mode)
1794 retval = php_win32_ioutil_mkdir(new_state.cwd, mode); in virtual_mkdir()
235 PW32IO int php_win32_ioutil_mkdir(const char *path, mode_t mode);
307 PW32IO int php_win32_ioutil_mkdir(const char *path, mode_t mode) in php_win32_ioutil_mkdir() function
175 if (php_win32_ioutil_mkdir(filename, 0700) < 0 && errno != EEXIST) {
Completed in 18 milliseconds