Searched defs:_stat64i32 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_win.cc97 int _fstat64i32(int fd, struct _stat64i32* buf) {
196 int _stat64i32(const char* path, struct _stat64i32* buf) { function
/external/bison/darwin-lib/sys/
H A Dstat.h982 /* The system headers define stat to _stat64i32. */
983 # undef _stat64i32 macro
984 # define _stat64i32(name, st) rpl_stat (name, st) macro

Completed in 98 milliseconds