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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stat.h 41 #define _STAT_VER _STAT_VER_LINUX
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
stat.h 382 data structure and bits used. <bits/stat.h> defines _STAT_VER with
392 #ifndef _STAT_VER
393 # define _STAT_VER 0
457 return __xstat (_STAT_VER, __path, __statbuf);
464 return __lxstat (_STAT_VER, __path, __statbuf);
471 return __fxstat (_STAT_VER, __fd, __statbuf);
479 return __fxstatat (_STAT_VER, __fd, __filename, __statbuf, __flag);
506 return __xstat64 (_STAT_VER, __path, __statbuf);
513 return __lxstat64 (_STAT_VER, __path, __statbuf);
520 return __fxstat64 (_STAT_VER, __fd, __statbuf)
    [all...]
  /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...]

Completed in 8004 milliseconds