Home
last modified time | relevance | path

Searched refs:_wfinddata32_t (Results 1 – 12 of 12) sorted by relevance

/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dio.h117 struct _wfinddata32_t { struct
402 _CRTIMP intptr_t __cdecl __MINGW_NOTHROW _wfindfirst (const wchar_t*, struct _wfinddata32_t*);
403 intptr_t __cdecl __MINGW_NOTHROW _wfindfirst32 (const wchar_t*, struct _wfinddata32_t*);
404 _CRTALIAS intptr_t __cdecl __MINGW_NOTHROW _wfindfirst32 (const wchar_t* _v1, struct _wfinddata32_t in _wfindfirst32()
407 _CRTIMP int __cdecl __MINGW_NOTHROW _wfindnext (intptr_t, struct _wfinddata32_t*);
408 int __cdecl __MINGW_NOTHROW _wfindnext32 (intptr_t, struct _wfinddata32_t*);
409 _CRTALIAS int __cdecl __MINGW_NOTHROW _wfindnext32 (intptr_t _v1, struct _wfinddata32_t* _v2) { in _wfindnext32()
442 struct _wfinddata32_t fd; in _wfindfirst64i32()
445 memset(_fdata, 0, sizeof(struct _wfinddata32_t)); in _wfindfirst64i32()
474 struct _wfinddata32_t fd; in _wfindnext64i32()
[all …]
H A Dwchar.h447 struct _wfinddata32_t { struct
487 _CRTIMP intptr_t __cdecl __MINGW_NOTHROW _wfindfirst (const wchar_t*, struct _wfinddata32_t*);
492 _CRTIMP int __cdecl __MINGW_NOTHROW _wfindnext (intptr_t, struct _wfinddata32_t*);
499 _CRTALIAS intptr_t __cdecl __MINGW_NOTHROW _wfindfirst32 (const wchar_t* _v1, struct _wfinddata32_t in _wfindfirst32()
502 _CRTALIAS int __cdecl __MINGW_NOTHROW _wfindnext32 (intptr_t _v1, struct _wfinddata32_t* _v2) { in _wfindnext32()
524 struct _wfinddata32_t fd; in _wfindfirst64i32()
527 memset(_fdata, 0, sizeof(struct _wfinddata32_t)); in _wfindfirst64i32()
556 struct _wfinddata32_t fd; in _wfindnext64i32()
572 #define _wfinddata_t _wfinddata32_t
H A Dtchar.h232 #define _tfinddata32_t _wfinddata32_t
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dio.h117 struct _wfinddata32_t { struct
402 _CRTIMP intptr_t __cdecl __MINGW_NOTHROW _wfindfirst (const wchar_t*, struct _wfinddata32_t*);
403 intptr_t __cdecl __MINGW_NOTHROW _wfindfirst32 (const wchar_t*, struct _wfinddata32_t*);
404 _CRTALIAS intptr_t __cdecl __MINGW_NOTHROW _wfindfirst32 (const wchar_t* _v1, struct _wfinddata32_t in _wfindfirst32()
407 _CRTIMP int __cdecl __MINGW_NOTHROW _wfindnext (intptr_t, struct _wfinddata32_t*);
408 int __cdecl __MINGW_NOTHROW _wfindnext32 (intptr_t, struct _wfinddata32_t*);
409 _CRTALIAS int __cdecl __MINGW_NOTHROW _wfindnext32 (intptr_t _v1, struct _wfinddata32_t* _v2) { in _wfindnext32()
442 struct _wfinddata32_t fd; in _wfindfirst64i32()
445 memset(_fdata, 0, sizeof(struct _wfinddata32_t)); in _wfindfirst64i32()
474 struct _wfinddata32_t fd; in _wfindnext64i32()
[all …]
H A Dwchar.h447 struct _wfinddata32_t { struct
487 _CRTIMP intptr_t __cdecl __MINGW_NOTHROW _wfindfirst (const wchar_t*, struct _wfinddata32_t*);
492 _CRTIMP int __cdecl __MINGW_NOTHROW _wfindnext (intptr_t, struct _wfinddata32_t*);
499 _CRTALIAS intptr_t __cdecl __MINGW_NOTHROW _wfindfirst32 (const wchar_t* _v1, struct _wfinddata32_t in _wfindfirst32()
502 _CRTALIAS int __cdecl __MINGW_NOTHROW _wfindnext32 (intptr_t _v1, struct _wfinddata32_t* _v2) { in _wfindnext32()
524 struct _wfinddata32_t fd; in _wfindfirst64i32()
527 memset(_fdata, 0, sizeof(struct _wfinddata32_t)); in _wfindfirst64i32()
556 struct _wfinddata32_t fd; in _wfindnext64i32()
572 #define _wfinddata_t _wfinddata32_t
H A Dtchar.h232 #define _tfinddata32_t _wfinddata32_t
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dio.h94 struct _wfinddata32_t { struct
131 #define _wfinddata_t _wfinddata32_t
300 _CRTIMP intptr_t __cdecl _wfindfirst32(const wchar_t *_Filename,struct _wfinddata32_t *_FindData);
301 _CRTIMP int __cdecl _wfindnext32(intptr_t _FindHandle,struct _wfinddata32_t *_FindData);
H A Dwchar.h87 struct _wfinddata32_t { struct
125 #define _wfinddata_t _wfinddata32_t
309 _CRTIMP intptr_t __cdecl _wfindfirst32(const wchar_t *_Filename,struct _wfinddata32_t *_FindData);
310 _CRTIMP int __cdecl _wfindnext32(intptr_t _FindHandle,struct _wfinddata32_t *_FindData);
H A Dtchar.h370 #define _tfinddata32_t _wfinddata32_t
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dio.h94 struct _wfinddata32_t { struct
131 #define _wfinddata_t _wfinddata32_t
300 _CRTIMP intptr_t __cdecl _wfindfirst32(const wchar_t *_Filename,struct _wfinddata32_t *_FindData);
301 _CRTIMP int __cdecl _wfindnext32(intptr_t _FindHandle,struct _wfinddata32_t *_FindData);
H A Dwchar.h87 struct _wfinddata32_t { struct
125 #define _wfinddata_t _wfinddata32_t
309 _CRTIMP intptr_t __cdecl _wfindfirst32(const wchar_t *_Filename,struct _wfinddata32_t *_FindData);
310 _CRTIMP int __cdecl _wfindnext32(intptr_t _FindHandle,struct _wfinddata32_t *_FindData);
H A Dtchar.h370 #define _tfinddata32_t _wfinddata32_t