Searched refs:stati64 (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dwin32.h179 #define stat stati64
182 #define stati64(path, st) rb_w32_stati64(path, st) macro
184 #define stati64 _stati64 macro
189 #define stati64 _stat64 macro
296 extern int rb_w32_stati64(const char *, struct stati64 *);
297 extern int rb_w32_ustati64(const char *, struct stati64 *);
301 extern int rb_w32_fstati64(int, struct stati64 *);
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c79 static int wstati64(const WCHAR *path, struct stati64 *st);
1782 struct stati64 sbuf;
4469 rb_w32_fstati64(int fd, struct stati64 *st)
4587 winnt_stat(const WCHAR *path, struct stati64 *st)
4651 struct stati64 tmp;
4660 wstati64(const WCHAR *path, struct stati64 *st)
4709 rb_w32_ustati64(const char *path, struct stati64 *st)
4723 rb_w32_stati64(const char *path, struct stati64 *st)
4739 struct stati64 stat;
4754 struct stati64 sta
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A Dtcl.h368 typedef struct stati64 Tcl_StatBuf;
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A Dtcl.h390 typedef struct stati64 Tcl_StatBuf;
/macosx-10.9.5/vim-53/src/
H A Dvim.h2149 /* Borland has the structure stati64 but not _stati64 */
2150 # define _stati64 stati64

Completed in 223 milliseconds