Searched refs:_wstat (Results 1 – 25 of 32) sorted by relevance
12
/third_party/mingw-w64/mingw-w64-headers/crt/ |
D | _mingw_stat64.h | 6 #define _wstat _wstat32 macro 21 #define _wstat _wstat64i32 macro
|
D | tchar.h | 388 #define _tstat _wstat
|
/third_party/boost/libs/nowide/src/ |
D | stat.cpp | 34 return _wstat(wpath.get(), buffer); in stat()
|
/third_party/curl/lib/ |
D | curl_multibyte.c | 142 result = _wstat(path_w, buffer); in curlx_win32_stat()
|
/third_party/mingw-w64/mingw-w64-headers/crt/sys/ |
D | stat.h | 182 return _wstat(_Filename, (struct _stat *)_Stat); in wstat()
|
/third_party/protobuf/src/google/protobuf/io/ |
D | io_win32.cc | 315 return ::_wstat(wpath.c_str(), buffer); in stat()
|
/third_party/glib/glib/ |
D | gstdio.c | 55 #undef _wstat 56 #define _wstat _wstat32 macro
|
/third_party/mingw-w64/mingw-w64-crt/lib-common/ |
D | msvcrt.def.in | 1275 _wstat 1278 F32(_wstat32 == _wstat) 1279 F64(_wstat64i32 == _wstat)
|
D | msvcr120_app.def.in | 1975 F_ARM32(_wstat) 1978 F_I386(_wstat == _wstat32) 1982 F_X64(_wstat == _wstat64i32)
|
/third_party/mingw-w64/mingw-w64-crt/lib32/ |
D | msvcr80.def.in | 522 _wstat == _wstat32
|
D | msvcr90.def.in | 1276 _wstat == _wstat32
|
D | msvcr90d.def.in | 1347 _wstat == _wstat32
|
D | msvcr100.def.in | 1642 _wstat == _wstat32
|
/third_party/mingw-w64/mingw-w64-crt/lib64/ |
D | crtdll.def | 616 _wstat
|
D | msvcr80.def.in | 640 _wstat == _wstat64i32
|
D | msvcr90d.def.in | 1274 _wstat == _wstat64i32
|
D | msvcr90.def.in | 1209 _wstat == _wstat64i32
|
D | msvcr100.def.in | 1589 _wstat == _wstat64i32
|
D | msvcr120.def.in | 1759 _wstat == _wstat64i32
|
/third_party/python/Python/ |
D | fileutils.c | 1017 err = _wstat(wpath, &wstatbuf); in _Py_stat()
|
/third_party/mingw-w64/mingw-w64-crt/ |
D | ChangeLog.2009 | 132 _stat, _wfindfirst64i32, _wfindnext64i32, _wstat64i32, _wstat: Zero 208 function per file. stdio/_fstat.c, _stat.c, _stat64i32.c, _wstat.c,
|
D | ChangeLog.2010 | 51 * stdio/_wstat.c: Likewise.
|
/third_party/libxml2/ |
D | xmlIO.c | 670 retval = _wstat(wPath, info); in xmlWrapStatUtf8()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xmlIO.c | 674 retval = _wstat(wPath, info); in xmlWrapStatUtf8()
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | ChangeLog-2009 | 331 _stat, _wfindfirst64i32, _wfindnext64i32, _wstat64i32, _wstat: Zero
|
12