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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
stat.h 399 extern int __fxstat (int __ver, int __fildes, struct stat *__stat_buf)
410 extern int __REDIRECT_NTH (__fxstat, (int __ver, int __fildes,
425 # define __fxstat __fxstat64
469 return __fxstat (_STAT_VER, __fd, __statbuf);
423 # define __fxstat macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 399 extern int __fxstat (int __ver, int __fildes, struct stat *__stat_buf)
410 extern int __REDIRECT_NTH (__fxstat, (int __ver, int __fildes,
425 # define __fxstat __fxstat64
469 return __fxstat (_STAT_VER, __fd, __statbuf);
423 # define __fxstat macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 399 extern int __fxstat (int __ver, int __fildes, struct stat *__stat_buf)
410 extern int __REDIRECT_NTH (__fxstat, (int __ver, int __fildes,
425 # define __fxstat __fxstat64
469 return __fxstat (_STAT_VER, __fd, __statbuf);
423 # define __fxstat macro

Completed in 617 milliseconds