Home
last modified time | relevance | path

Searched defs:_stat32i64 (Results 1 – 10 of 10) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A D_mingw_stat64.h13 #define _stat32i64 _stati64 macro
55 struct _stat32i64 { struct
56 _dev_t st_dev;
57 _ino_t st_ino;
59 short st_nlink;
60 short st_uid;
61 short st_gid;
62 _dev_t st_rdev;
64 __time32_t st_atime;
65 __time32_t st_mtime;
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A D_mingw_stat64.h13 #define _stat32i64 _stati64 macro
55 struct _stat32i64 { struct
56 _dev_t st_dev;
57 _ino_t st_ino;
59 short st_nlink;
60 short st_uid;
61 short st_gid;
62 _dev_t st_rdev;
64 __time32_t st_atime;
65 __time32_t st_mtime;
[all …]
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/sys/
H A Dstat.h152 struct _stat32i64 { struct
153 _dev_t st_dev;
154 _ino_t st_ino;
155 _mode_t st_mode;
156 short st_nlink;
157 short st_uid;
158 short st_gid;
159 _dev_t st_rdev;
160 _off64_t st_size;
161 __time32_t st_atime;
[all …]
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/sys/
H A Dstat.h152 struct _stat32i64 { struct
153 _dev_t st_dev;
154 _ino_t st_ino;
155 _mode_t st_mode;
156 short st_nlink;
157 short st_uid;
158 short st_gid;
159 _dev_t st_rdev;
160 _off64_t st_size;
161 __time32_t st_atime;
[all …]
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dwchar.h658 struct _stat32i64 { struct
659 _dev_t st_dev;
660 _ino_t st_ino;
661 _mode_t st_mode;
662 short st_nlink;
663 short st_uid;
664 short st_gid;
665 _dev_t st_rdev;
666 _off64_t st_size;
667 __time32_t st_atime;
[all …]
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dwchar.h658 struct _stat32i64 { struct
659 _dev_t st_dev;
660 _ino_t st_ino;
661 _mode_t st_mode;
662 short st_nlink;
663 short st_uid;
664 short st_gid;
665 _dev_t st_rdev;
666 _off64_t st_size;
667 __time32_t st_atime;
[all …]
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.4/
H A Dtcl.h434 dev_t st_dev;
435 unsigned short st_ino;
436 unsigned short st_mode;
437 short st_nlink;
438 short st_uid;
439 short st_gid;
441 dev_t st_rdev;
443 long long st_size;
444 struct {long tv_sec;} st_atim;
445 struct {long tv_sec;} st_mtim;
[all …]
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.5/
H A Dtcl.h424 dev_t st_dev;
425 unsigned short st_ino;
426 unsigned short st_mode;
427 short st_nlink;
428 short st_uid;
429 short st_gid;
431 dev_t st_rdev;
433 long long st_size;
434 struct {long tv_sec;} st_atim;
435 struct {long tv_sec;} st_mtim;
[all …]
/dports/devel/fossil/fossil-src-2.17/compat/tcl-8.6/generic/
H A Dtcl.h460 dev_t st_dev;
461 unsigned short st_ino;
462 unsigned short st_mode;
463 short st_nlink;
464 short st_uid;
465 short st_gid;
467 dev_t st_rdev;
469 long long st_size;
470 struct {long tv_sec;} st_atim;
471 struct {long tv_sec;} st_mtim;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_win.cc203 int _stat32i64(const char* path, struct _stat32i64* buf) { in _stat32i64() function