/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | lstat64.c | 20 #define lstat __redirect_lstat macro 46 #undef lstat 50 weak_alias (__lstat64, lstat)
|
D | lxstat64.c | 40 return INLINE_SYSCALL_CALL (lstat, name, buf); in ___lxstat64() 50 return INLINE_SYSCALL_CALL (lstat, name, buf); in ___lxstat64()
|
D | lstat.c | 30 weak_alias (__lstat, lstat)
|
D | lxstat.c | 48 return INLINE_SYSCALL_CALL (lstat, name, buf); in __lxstat()
|
/glibc-2.36/io/sys/ |
D | stat.h | 313 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/ |
D | lxstat.c | 32 return INLINE_SYSCALL_CALL (lstat, name, buf); in __lxstat() 37 int r = INTERNAL_SYSCALL_CALL (lstat, name, &kbuf); in __lxstat()
|
/glibc-2.36/io/ |
D | tst-ftw-lnk.c | 38 if (lstat (file, &st) < 0 in un() 78 if (lstat (as_fname, &as) < 0) in check_same_stats()
|
D | lstat.c | 26 weak_alias (__lstat, lstat)
|
D | ftw.c | 122 # undef lstat 123 # define lstat(Name, Stat_buf) rpl_lstat(Name, Stat_buf) macro 143 # define LSTAT lstat
|
D | tst-stat-time64.c | 43 TEST_COMPARE (lstat (path, st), 0); in lstat_check()
|
D | tst-stat.c | 40 TEST_COMPARE (lstat (path, st), 0); in lstat_check()
|
D | Versions | 137 stat; stat64; fstat; fstat64; lstat; lstat64; fstatat; fstatat64;
|
D | Makefile | 35 stat fstat lstat stat64 fstat64 lstat64 fstatat fstatat64 \
|
/glibc-2.36/iconv/ |
D | gconv_parseconfdir.h | 36 # define lstat __lstat64_time64 macro 169 || (lstat (conf, &st) != -1 && S_ISREG (st.st_mode))) in gconv_parseconfdir()
|
/glibc-2.36/elf/ |
D | ldconfig.c | 552 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()
|
D | sln.c | 160 if (lstat (dest, &stats) == 0) in makesymlink()
|
D | chroot_canon.c | 117 if (lstat (rpath, &st) < 0) in chroot_canon()
|
/glibc-2.36/support/ |
D | test-container.c | 405 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/ |
D | lstat.c | 30 weak_alias (__lstat, lstat)
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/ |
D | lxstat64.c | 29 int r = INLINE_SYSCALL_CALL (lstat, name, &kbuf); in __lxstat64()
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
D | lxstat64.c | 39 int r = INTERNAL_SYSCALL_CALL (lstat, name, &kbuf); in __lxstat64()
|
/glibc-2.36/sysdeps/posix/ |
D | tempname.c | 65 # define __lstat64_time64(file, buf) lstat (file, buf)
|
D | getcwd.c | 97 # define __lstat64 lstat
|
/glibc-2.36/posix/ |
D | Makefile | 50 glob-lstat-compat glob64-lstat-compat \
|
/glibc-2.36/conform/data/sys/ |
D | stat.h-data | 137 function int lstat (const char*, struct stat*)
|