HomeSort by relevance Sort by last modified time
    Searched full:_stat32 (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap.h 52 int _fstat32(int fd, struct _stat32* buf);
86 int _stat32(const char* path, struct _stat32* buf);
kernel_wrap_win.cc 76 int _fstat32(int fd, struct _stat32* buf) {
175 int _stat32(const char* path, struct _stat32* buf) { function
  /external/bison/darwin-lib/sys/
stat.h 978 /* The system headers define stat to _stat32. */
979 # undef _stat32 macro
980 # define _stat32(name, st) rpl_stat (name, st) macro
    [all...]
  /external/bison/lib/
sys_stat.in.h 666 /* The system headers define stat to _stat32. */
667 # undef _stat32
668 # define _stat32(name, st) rpl_stat (name, st)
  /external/bison/linux-lib/sys/
stat.h 978 /* The system headers define stat to _stat32. */
979 # undef _stat32
980 # define _stat32(name, st) rpl_stat (name, st)
    [all...]

Completed in 215 milliseconds