Lines Matching refs:win32_error

735 win32_error(char* function, char* filename)  in win32_error()  function
945 return win32_error(func, ansi); in win32_1str()
1681 result = win32_error("stat", pathfree); in posix_do_stat()
1900 win32_error("chmod", path); in posix_chmod()
2243 return win32_error("getcwdu", NULL); in posix_getcwdu()
2404 return win32_error("FindFirstFile", namebuf); in posix_listdir()
2431 win32_error("FindNextFile", namebuf); in posix_listdir()
2439 return win32_error("FindClose", namebuf); in posix_listdir()
2650 return win32_error("GetFullPathName", inbuf); in posix__getfullpathname()
2691 win32_error("mkdir", path); in posix_mkdir()
2787 return win32_error("rename", NULL); in posix_rename()
2798 return win32_error("rename", NULL); in posix_rename()
2997 win32_error("utime", apath); in posix_utime()
3009 win32_error("utime", NULL); in posix_utime()
3033 win32_error("utime", NULL); in posix_utime()
5531 win32_error("CreateProcess", s2); in _PyPopenCreateProcess()
5556 return win32_error("CreatePipe", NULL); in _PyPopen()
5567 return win32_error("DuplicateHandle", NULL); in _PyPopen()
5574 return win32_error("CreatePipe", NULL); in _PyPopen()
5580 return win32_error("DuplicateHandle", NULL); in _PyPopen()
5588 return win32_error("CreatePipe", NULL); in _PyPopen()
5595 return win32_error("DuplicateHandle", NULL); in _PyPopen()
5826 return win32_error("CloseHandle", NULL); in _PyPopen()
5829 return win32_error("CloseHandle", NULL); in _PyPopen()
5832 return win32_error("CloseHandle", NULL); in _PyPopen()
6877 return win32_error("fstat", NULL); in posix_fstat()
7026 return win32_error("CreatePipe", NULL); in posix_pipe()
8727 PyObject *errval = win32_error("startfile", filepath); in win32_startfile()