Searched refs:lstat64 (Results 1 – 7 of 7) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | lstat64.c | 19 int lstat64(const char *file_name, struct stat64 *buf) in lstat64() function 23 libc_hidden_def(lstat64) 32 int lstat64(const char *file_name, struct stat64 *buf) 43 libc_hidden_def(lstat64)
|
A D | lstat.c | 36 result = INLINE_SYSCALL(lstat64, 2, file_name, &kbuf); 54 strong_alias_untyped(lstat,lstat64) 55 libc_hidden_def(lstat64)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/frv/ |
A D | lstat64.c | 16 _syscall2(int, lstat64, const char *, file_name, struct stat64 *, buf) 17 libc_hidden_def(lstat64)
|
A D | Makefile | 21 CSRC += xstatconv.c stat.c stat64.c fstat.c fstat64.c lstat.c lstat64.c
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | stat.h | 275 struct stat *__restrict __buf), lstat64) 278 # define lstat lstat64 282 extern int lstat64 (const char *__restrict __file, 285 libc_hidden_proto(lstat64)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/ftw/ |
A D | ftw64.c | 26 #define LXSTAT(V,f,sb) lstat64(f,sb)
|
/l4re-core-master/libc_backends/lib/l4re_file/ |
A D | file.cc | 354 int r = lstat64(path, &sb64); in lstat() 431 L4B_REDIRECT_2(int, lstat64, const char *, struct stat64 *)
|
Completed in 8 milliseconds