Home
last modified time | relevance | path

Searched refs:__stat (Results 1 – 6 of 6) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dstat64.c19 #define __stat __redirect___stat macro
43 #undef __stat
50 strong_alias (__stat64, __stat)
A Dstat.c25 __stat (const char *file, struct stat *buf) in __stat() function
30 weak_alias (__stat, stat)
/sysdeps/mach/hurd/
A Dstat.c25 __stat (const char *file, struct stat *buf) in __stat() function
30 weak_alias (__stat, stat)
A Dxstat.c32 return __stat (file, buf); in __xstat()
/sysdeps/gnu/
A Dglob64.c14 #undef __stat
15 #define __stat(file, buf) __stat64 (file, buf) macro
A Dglob64-lstat-compat.c34 #undef __stat
35 #define __stat(file, buf) __stat64 (file, buf) macro

Completed in 5 milliseconds