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

  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
_G_config.h 80 #define _G_FSTAT64(fd,buf) __fxstat64 (_STAT_VER, fd, buf)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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.7-4.6/sysroot/usr/include/
_G_config.h 80 #define _G_FSTAT64(fd,buf) __fxstat64 (_STAT_VER, fd, buf)
  /ndk/sources/host-tools/sed-4.2.1/lib/
tempname.c 114 return __xstat64 (_STAT_VER, dir, &buf) == 0 && S_ISDIR (buf.st_mode);
285 if (__lxstat64 (_STAT_VER, tmpl, &st) < 0)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stat.h 41 #define _STAT_VER _STAT_VER_LINUX
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stat.h 41 #define _STAT_VER _STAT_VER_LINUX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stat.h 41 #define _STAT_VER _STAT_VER_LINUX
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 253 # define __stat(fname, buf) __xstat (_STAT_VER, fname, buf)
    [all...]

Completed in 895 milliseconds