Home
last modified time | relevance | path

Searched refs:_stat32 (Results 1 – 25 of 131) sorted by relevance

123456

/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/sys/
H A Dstat.h104 struct _stat32 struct
181 _CRTIMP int __cdecl __MINGW_NOTHROW _stat (const char*, struct _stat32*);
182 _CRTALIAS int __cdecl __MINGW_NOTHROW _stat32 (const char* _v1, struct _stat32* _v2) { in _stat32() function
191 _CRTIMP int __cdecl __MINGW_NOTHROW _fstat (int, struct _stat32*);
192 _CRTALIAS int __cdecl __MINGW_NOTHROW _fstat32 (int _v1, struct _stat32* _v2) { in _fstat32()
221 struct _stat32 st; in _fstat32i64()
261 struct _stat32 st; in _stat32i64()
262 int ret = _stat32(fname, &st); in _stat32i64()
285 #define _stat _stat32
306 _CRTIMP int __cdecl __MINGW_NOTHROW _wstat (const wchar_t*, struct _stat32*);
[all …]
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/sys/
H A Dstat.h104 struct _stat32 struct
181 _CRTIMP int __cdecl __MINGW_NOTHROW _stat (const char*, struct _stat32*);
182 _CRTALIAS int __cdecl __MINGW_NOTHROW _stat32 (const char* _v1, struct _stat32* _v2) { in _stat32() function
191 _CRTIMP int __cdecl __MINGW_NOTHROW _fstat (int, struct _stat32*);
192 _CRTALIAS int __cdecl __MINGW_NOTHROW _fstat32 (int _v1, struct _stat32* _v2) { in _fstat32()
221 struct _stat32 st; in _fstat32i64()
261 struct _stat32 st; in _stat32i64()
262 int ret = _stat32(fname, &st); in _stat32i64()
285 #define _stat _stat32
306 _CRTIMP int __cdecl __MINGW_NOTHROW _wstat (const wchar_t*, struct _stat32*);
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/sys/
H A Dstat.h69 _CRTIMP int __cdecl _fstat32(int _FileDes,struct _stat32 *_Stat);
70 _CRTIMP int __cdecl _stat32(const char *_Name,struct _stat32 *_Stat);
126 _CRTIMP int __cdecl _wstat32(const wchar_t *_Name,struct _stat32 *_Stat);
193 struct _stat32 st; in fstat()
201 memcpy(_Stat, &st, sizeof(struct _stat32)); in fstat()
208 struct _stat32 st;
209 int __ret=_stat32(_Filename,&st);
216 memcpy(_Stat, &st, sizeof(struct _stat32));
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/sys/
H A Dstat.h69 _CRTIMP int __cdecl _fstat32(int _FileDes,struct _stat32 *_Stat);
70 _CRTIMP int __cdecl _stat32(const char *_Name,struct _stat32 *_Stat);
126 _CRTIMP int __cdecl _wstat32(const wchar_t *_Name,struct _stat32 *_Stat);
193 struct _stat32 st; in fstat()
201 memcpy(_Stat, &st, sizeof(struct _stat32)); in fstat()
208 struct _stat32 st;
209 int __ret=_stat32(_Filename,&st);
216 memcpy(_Stat, &st, sizeof(struct _stat32));
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/stdio/
H A D_stat.c68 struct _stat32 st; in stat()
71 int ret=_stat32(_path,&st); in stat()
82 memcpy(_Stat, &st, sizeof(struct _stat32)); in stat()
H A D_fstat.c12 struct _stat32 st; in fstat()
20 memcpy(_Stat, &st, sizeof(struct _stat32)); in fstat()
H A D_wstat.c70 struct _stat32 st; in wstat()
84 memcpy(_Stat, &st, sizeof(struct _stat32)); in wstat()
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/stdio/
H A D_stat.c68 struct _stat32 st; in stat()
71 int ret=_stat32(_path,&st); in stat()
82 memcpy(_Stat, &st, sizeof(struct _stat32)); in stat()
H A D_fstat.c12 struct _stat32 st; in fstat()
20 memcpy(_Stat, &st, sizeof(struct _stat32)); in fstat()
H A D_wstat.c70 struct _stat32 st; in wstat()
84 memcpy(_Stat, &st, sizeof(struct _stat32)); in wstat()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dwchar.h610 struct _stat32 struct
687 _CRTIMP int __cdecl __MINGW_NOTHROW _stat (const char*, struct _stat32*);
688 _CRTALIAS int __cdecl __MINGW_NOTHROW _stat32 (const char* _v1, struct _stat32* _v2) { in _stat32() function
697 _CRTIMP int __cdecl __MINGW_NOTHROW _fstat (int, struct _stat32*);
698 _CRTALIAS int __cdecl __MINGW_NOTHROW _fstat32 (int _v1, struct _stat32* _v2) { in _fstat32()
727 struct _stat32 st; in _fstat32i64()
767 struct _stat32 st; in _stat32i64()
768 int ret = _stat32(fname, &st); in _stat32i64()
791 #define _stat _stat32
807 _CRTIMP int __cdecl __MINGW_NOTHROW _wstat (const wchar_t*, struct _stat32*);
[all …]
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dwchar.h610 struct _stat32 struct
687 _CRTIMP int __cdecl __MINGW_NOTHROW _stat (const char*, struct _stat32*);
688 _CRTALIAS int __cdecl __MINGW_NOTHROW _stat32 (const char* _v1, struct _stat32* _v2) { in _stat32() function
697 _CRTIMP int __cdecl __MINGW_NOTHROW _fstat (int, struct _stat32*);
698 _CRTALIAS int __cdecl __MINGW_NOTHROW _fstat32 (int _v1, struct _stat32* _v2) { in _fstat32()
727 struct _stat32 st; in _fstat32i64()
767 struct _stat32 st; in _stat32i64()
768 int ret = _stat32(fname, &st); in _stat32i64()
791 #define _stat _stat32
807 _CRTIMP int __cdecl __MINGW_NOTHROW _wstat (const wchar_t*, struct _stat32*);
[all …]
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dstat3f.c33 struct _stat32 b; in ENT3F()
38 if (i = _stat32(p, &b)) in ENT3F()
H A Dfstat3f.c31 struct _stat32 b; in ENT3F()
39 if (i = _stat32(FIO_FCB_NAME(f), &b)) in ENT3F()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A D_mingw_stat64.h5 #define _stat _stat32
25 struct _stat32 { struct
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A D_mingw_stat64.h5 #define _stat _stat32
25 struct _stat32 { struct
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_win.cc76 int _fstat32(int fd, struct _stat32* buf) { in _fstat32()
182 int _stat32(const char* path, struct _stat32* buf) { in _stat32() function
H A Dkernel_wrap.h85 int _fstat32(int fd, struct _stat32* buf);
124 int _stat32(const char* path, struct _stat32* buf);
/dports/graphics/cogl/cogl-1.22.8/deps/glib/
H A Dgstdio.h47 typedef struct _stat32 GStatBuf;
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/xray_re/
H A Dxr_file_system_win32.cxx115 struct _stat32 st; in file_age()
116 if (_stat32(path, &st) == 0) in file_age()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgstdio.h45 typedef struct _stat32 GStatBuf;
/dports/emulators/aranym/aranym-1.1.0/src/Unix/
H A Dwin32_supp.h109 #define stat _stat32
/dports/misc/amanda-server/amanda-3.3.9/gnulib/
H A Dsys_stat.in.h671 # undef _stat32
672 # define _stat32(name, st) rpl_stat (name, st)
/dports/misc/amanda-client/amanda-3.3.9/gnulib/
H A Dsys_stat.in.h671 # undef _stat32
672 # define _stat32(name, st) rpl_stat (name, st)
/dports/net/ocserv/ocserv-1.1.3/gl/
H A Dsys_stat.in.h671 # undef _stat32
672 # define _stat32(name, st) rpl_stat (name, st)

123456