Home
last modified time | relevance | path

Searched defs:_Filename (Results 1 – 7 of 7) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/crt/sys/
Dutime.h99 __CRT_INLINE int __cdecl _utime(const char *_Filename,struct _utimbuf *_Utimbuf) { in _utime()
105 __CRT_INLINE int __cdecl _wutime(const wchar_t *_Filename,struct _utimbuf *_Utimbuf) { in _wutime()
109 __CRT_INLINE int __cdecl _utime(const char *_Filename,struct _utimbuf *_Utimbuf) { in _utime()
115 __CRT_INLINE int __cdecl _wutime(const wchar_t *_Filename,struct _utimbuf *_Utimbuf) { in _wutime()
125 __CRT_INLINE int __cdecl utime(const char *_Filename,struct utimbuf *_Utimbuf) { in utime()
Dstat.h176 __mingw_ovr int __cdecl stat(const char *_Filename,struct stat *_Stat) in stat()
180 __mingw_ovr int __cdecl wstat(const wchar_t *_Filename,struct stat *_Stat) in wstat()
/third_party/mingw-w64/mingw-w64-crt/stdio/
D_stat.c66 stat(const char *_Filename,struct stat *_Stat) in stat()
87 stat(const char *_Filename,struct stat *_Stat) in stat()
D_wstat.c68 wstat(const wchar_t *_Filename,struct stat *_Stat) in wstat()
89 wstat(const wchar_t *_Filename,struct stat *_Stat) in wstat()
D_wfindfirst64i32.c5 intptr_t __cdecl _wfindfirst64i32(const wchar_t *_Filename,struct _wfinddata64i32_t *_FindData) in _wfindfirst64i32()
D_findfirst64i32.c5 intptr_t __cdecl _findfirst64i32(const char *_Filename,struct _finddata64i32_t *_FindData) in _findfirst64i32()
/third_party/mingw-w64/mingw-w64-headers/crt/
Dio.h235 …__CRT_INLINE intptr_t __cdecl _findfirst64i32(const char *_Filename,struct _finddata64i32_t *_Find… in _findfirst64i32()