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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
stat.h 384 data structure and bits used. <bits/stat.h> defines _STAT_VER with
394 #ifndef _STAT_VER
395 # define _STAT_VER 0
459 return __xstat (_STAT_VER, __path, __statbuf);
466 return __lxstat (_STAT_VER, __path, __statbuf);
473 return __fxstat (_STAT_VER, __fd, __statbuf);
481 return __fxstatat (_STAT_VER, __fd, __filename, __statbuf, __flag);
508 return __xstat64 (_STAT_VER, __path, __statbuf);
515 return __lxstat64 (_STAT_VER, __path, __statbuf);
522 return __fxstat64 (_STAT_VER, __fd, __statbuf)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
stat.h 384 data structure and bits used. <bits/stat.h> defines _STAT_VER with
394 #ifndef _STAT_VER
395 # define _STAT_VER 0
459 return __xstat (_STAT_VER, __path, __statbuf);
466 return __lxstat (_STAT_VER, __path, __statbuf);
473 return __fxstat (_STAT_VER, __fd, __statbuf);
481 return __fxstatat (_STAT_VER, __fd, __filename, __statbuf, __flag);
508 return __xstat64 (_STAT_VER, __path, __statbuf);
515 return __lxstat64 (_STAT_VER, __path, __statbuf);
522 return __fxstat64 (_STAT_VER, __fd, __statbuf)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
_G_config.h 80 #define _G_FSTAT64(fd,buf) __fxstat64 (_STAT_VER, fd, buf)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stat.h 31 #define _STAT_VER _STAT_VER_LINUX /* The one defined below. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stat.h 44 #define _STAT_VER _STAT_VER_LINUX

Completed in 98 milliseconds