Searched refs:__fstat (Results 1 – 4 of 4) sorted by relevance
19 #define __fstat __redirect___fstat macro55 #undef __fstat62 strong_alias (__fstat64, __fstat)
26 __fstat (int fd, struct stat *buf) in __fstat() function36 weak_alias (__fstat, fstat)
26 __fstat (int fd, struct stat *buf) in __fstat() function31 weak_alias (__fstat, fstat)
33 return __fstat (fd, buf); in __fxstat()
Completed in 4 milliseconds