Home
last modified time | relevance | path

Searched refs:__lstat64 (Results 1 – 7 of 7) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dlstat64.c35 __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)
A Dglob.c26 #define GLOB_LSTAT64 __lstat64
A Dglob64.c39 # define GLOB_LSTAT64 __lstat64
/sysdeps/mach/hurd/
A Dlstat64.c26 __lstat64 (const char *file, struct stat64 *buf) in __lstat64() function
40 hidden_def (__lstat64)
41 weak_alias (__lstat64, lstat64)
A Dlstat.c28 return __lstat64 (file, &buf64) ?: stat64_conv (buf, &buf64); in __lstat()
A Dlxstat64.c34 return __lstat64 (file, buf); in __lxstat64()
/sysdeps/posix/
A Dgetcwd.c97 # define __lstat64 lstat macro

Completed in 5 milliseconds