Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dlstat64.c19 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 Dlstat.c36 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 Dlstat64.c16 _syscall2(int, lstat64, const char *, file_name, struct stat64 *, buf)
17 libc_hidden_def(lstat64)
A DMakefile21 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 Dstat.h275 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 Dftw64.c26 #define LXSTAT(V,f,sb) lstat64(f,sb)
/l4re-core-master/libc_backends/lib/l4re_file/
A Dfile.cc354 int r = lstat64(path, &sb64); in lstat()
431 L4B_REDIRECT_2(int, lstat64, const char *, struct stat64 *)

Completed in 8 milliseconds