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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
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...]

Completed in 672 milliseconds