Home
last modified time | relevance | path

Searched refs:lstat (Results 1 – 25 of 117) sorted by relevance

12345

/glibc-2.36/sysdeps/unix/sysv/linux/
Dlstat64.c20 #define lstat __redirect_lstat macro
46 #undef lstat
50 weak_alias (__lstat64, lstat)
Dlxstat64.c40 return INLINE_SYSCALL_CALL (lstat, name, buf); in ___lxstat64()
50 return INLINE_SYSCALL_CALL (lstat, name, buf); in ___lxstat64()
Dlstat.c30 weak_alias (__lstat, lstat)
Dlxstat.c48 return INLINE_SYSCALL_CALL (lstat, name, buf); in __lxstat()
/glibc-2.36/io/sys/
Dstat.h313 extern int lstat (const char *__restrict __file,
318 extern int __REDIRECT_NTH (lstat,
323 # define lstat __lstat64_time64 macro
327 extern int __REDIRECT_NTH (lstat,
332 # define lstat lstat64 macro
/glibc-2.36/sysdeps/unix/sysv/linux/mips/
Dlxstat.c32 return INLINE_SYSCALL_CALL (lstat, name, buf); in __lxstat()
37 int r = INTERNAL_SYSCALL_CALL (lstat, name, &kbuf); in __lxstat()
/glibc-2.36/io/
Dtst-ftw-lnk.c38 if (lstat (file, &st) < 0 in un()
78 if (lstat (as_fname, &as) < 0) in check_same_stats()
Dlstat.c26 weak_alias (__lstat, lstat)
Dftw.c122 # undef lstat
123 # define lstat(Name, Stat_buf) rpl_lstat(Name, Stat_buf) macro
143 # define LSTAT lstat
Dtst-stat-time64.c43 TEST_COMPARE (lstat (path, st), 0); in lstat_check()
Dtst-stat.c40 TEST_COMPARE (lstat (path, st), 0); in lstat_check()
DVersions137 stat; stat64; fstat; fstat64; lstat; lstat64; fstatat; fstatat64;
DMakefile35 stat fstat lstat stat64 fstat64 lstat64 fstatat fstatat64 \
/glibc-2.36/iconv/
Dgconv_parseconfdir.h36 # define lstat __lstat64_time64 macro
169 || (lstat (conf, &st) != -1 && S_ISREG (st.st_mode))) in gconv_parseconfdir()
/glibc-2.36/elf/
Dldconfig.c552 ret = lstat (real_path, st); in chroot_stat()
607 else if (lstat (full_soname, &lstat_so) == 0 in create_links()
615 else if (lstat (real_full_soname, &lstat_so) != 0 in create_links()
712 if (lstat (real_library, &stat_buf)) in manual_link()
891 if (__glibc_unlikely (lstat (real_file_name, &lstat_buf))) in search_dir()
951 && __builtin_expect (lstat (real_file_name, &lstat_buf), 0)) in search_dir()
983 && __builtin_expect (lstat (real_file_name, &lstat_buf), 0)) in search_dir()
Dsln.c160 if (lstat (dest, &stats) == 0) in makesymlink()
Dchroot_canon.c117 if (lstat (rpath, &st) < 0) in chroot_canon()
/glibc-2.36/support/
Dtest-container.c405 if (lstat (path, &st) == 0) in file_exists()
550 if (lstat (src->buf, &s) != 0) in rsync_1()
555 lstat (dest->buf, &d); in rsync_1()
643 lstat (src->buf, &s); in rsync_1()
645 if (lstat (dest->buf, &d) != 0) in rsync_1()
/glibc-2.36/sysdeps/mach/hurd/
Dlstat.c30 weak_alias (__lstat, lstat)
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/
Dlxstat64.c29 int r = INLINE_SYSCALL_CALL (lstat, name, &kbuf); in __lxstat64()
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Dlxstat64.c39 int r = INTERNAL_SYSCALL_CALL (lstat, name, &kbuf); in __lxstat64()
/glibc-2.36/sysdeps/posix/
Dtempname.c65 # define __lstat64_time64(file, buf) lstat (file, buf)
Dgetcwd.c97 # define __lstat64 lstat
/glibc-2.36/posix/
DMakefile50 glob-lstat-compat glob64-lstat-compat \
/glibc-2.36/conform/data/sys/
Dstat.h-data137 function int lstat (const char*, struct stat*)

12345