Searched defs:_Filename (Results 1 – 7 of 7) sorted by relevance
/third_party/mingw-w64/mingw-w64-headers/crt/sys/ |
D | utime.h | 99 __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()
|
D | stat.h | 176 __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.c | 66 stat(const char *_Filename,struct stat *_Stat) in stat() 87 stat(const char *_Filename,struct stat *_Stat) in stat()
|
D | _wstat.c | 68 wstat(const wchar_t *_Filename,struct stat *_Stat) in wstat() 89 wstat(const wchar_t *_Filename,struct stat *_Stat) in wstat()
|
D | _wfindfirst64i32.c | 5 intptr_t __cdecl _wfindfirst64i32(const wchar_t *_Filename,struct _wfinddata64i32_t *_FindData) in _wfindfirst64i32()
|
D | _findfirst64i32.c | 5 intptr_t __cdecl _findfirst64i32(const char *_Filename,struct _finddata64i32_t *_FindData) in _findfirst64i32()
|
/third_party/mingw-w64/mingw-w64-headers/crt/ |
D | io.h | 235 …__CRT_INLINE intptr_t __cdecl _findfirst64i32(const char *_Filename,struct _finddata64i32_t *_Find… in _findfirst64i32()
|