w32_wopen 62 win32/win32.c static int w32_wopen(const WCHAR *file, int oflag, int perm); w32_wopen 6017 win32/win32.c ret = w32_wopen(wfile, oflag, pmode); w32_wopen 6051 win32/win32.c ret = w32_wopen(wfile, oflag, pmode); w32_wopen 6069 win32/win32.c return w32_wopen(file, oflag, pmode);