Searched refs:_stati64 (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dcurl_setup.h373 # define stat(fname,stp) _stati64(fname, stp)
374 # define struct_stat struct _stati64
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_windows.h277 #define stat _stati64
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dwin32.h184 #define stati64 _stati64
185 #ifndef _stati64
186 #define _stati64(path, st) rb_w32_stati64(path, st) macro
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A Dtcl.h372 typedef struct _stati64 Tcl_StatBuf;
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A Dtcl.h395 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 macro

Completed in 105 milliseconds