Searched refs:__lstat64 (Results 1 – 7 of 7) sorted by relevance
35 __lstat64 (const char *file, struct stat64 *buf) in hidden_def()42 hidden_def (__lstat64)43 weak_alias (__lstat64, lstat64)49 strong_alias (__lstat64, __lstat)50 weak_alias (__lstat64, lstat)
26 #define GLOB_LSTAT64 __lstat64
39 # define GLOB_LSTAT64 __lstat64
26 __lstat64 (const char *file, struct stat64 *buf) in __lstat64() function40 hidden_def (__lstat64)41 weak_alias (__lstat64, lstat64)
28 return __lstat64 (file, &buf64) ?: stat64_conv (buf, &buf64); in __lstat()
34 return __lstat64 (file, buf); in __lxstat64()
97 # define __lstat64 lstat macro
Completed in 8 milliseconds