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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stat.h 41 #define _STAT_VER _STAT_VER_LINUX
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
stat.h 380 data structure and bits used. <bits/stat.h> defines _STAT_VER with
390 #ifndef _STAT_VER
391 # define _STAT_VER 0
455 return __xstat (_STAT_VER, __path, __statbuf);
462 return __lxstat (_STAT_VER, __path, __statbuf);
469 return __fxstat (_STAT_VER, __fd, __statbuf);
477 return __fxstatat (_STAT_VER, __fd, __filename, __statbuf, __flag);
504 return __xstat64 (_STAT_VER, __path, __statbuf);
511 return __lxstat64 (_STAT_VER, __path, __statbuf);
518 return __fxstat64 (_STAT_VER, __fd, __statbuf)
    [all...]

Completed in 81 milliseconds