Searched refs:__lstat (Results 1 – 4 of 4) sorted by relevance
19 #define __lstat __redirect___lstat macro45 #undef __lstat49 strong_alias (__lstat64, __lstat)
25 __lstat (const char *file, struct stat *buf) in __lstat() function30 weak_alias (__lstat, lstat)
32 return __lstat (file, buf); in __lxstat()
Completed in 7 milliseconds