/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | lstat.c | 17 int lstat(const char *file_name, struct stat *buf) in lstat() function 21 libc_hidden_def(lstat) 26 int lstat(const char *file_name, struct stat *buf) 43 result = INLINE_SYSCALL(lstat, 2, file_name, &kbuf); 50 libc_hidden_def(lstat) 54 strong_alias_untyped(lstat,lstat64)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/frv/ |
A D | lstat.c | 16 _syscall2(int, lstat, const char *, file_name, struct stat *, buf) 17 libc_hidden_def(lstat)
|
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 | 268 extern int lstat (const char *__restrict __file, 270 libc_hidden_proto(lstat) 273 extern int __REDIRECT_NTH (lstat, 278 # define lstat lstat64
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/ |
A D | sys_stat.SUSv4.syms | 7 lstat
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/stat/ |
A D | stat.c | 48 ret = lstat(file, &s); in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/termios/ |
A D | ttyname.c | 89 if ((lstat(buf, &dst) == 0) in ttyname_r()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/ |
A D | ops-common.h | 79 inline int lstat(const wchar_t* path, stat_type* buffer) in _GLIBCXX_VISIBILITY() 138 using ::lstat; in _GLIBCXX_VISIBILITY() 140 inline int lstat(const char* path, stat_type* buffer) in _GLIBCXX_VISIBILITY()
|
A D | ops.cc | 267 ? posix::lstat(from.c_str(), &from_st) in copy() 274 ? posix::lstat(to.c_str(), &to_st) in copy() 996 if (posix::lstat(p.c_str(), &st)) in read_symlink() 1228 if (posix::lstat(p.c_str(), &st)) in symlink_status()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/ |
A D | ops-common.h | 79 inline int lstat(const wchar_t* path, stat_type* buffer) in _GLIBCXX_VISIBILITY() 138 using ::lstat; in _GLIBCXX_VISIBILITY() 140 inline int lstat(const char* path, stat_type* buffer) in _GLIBCXX_VISIBILITY()
|
A D | ops.cc | 267 ? posix::lstat(from.c_str(), &from_st) in copy() 274 ? posix::lstat(to.c_str(), &to_st) in copy() 996 if (posix::lstat(p.c_str(), &st)) in read_symlink() 1228 if (posix::lstat(p.c_str(), &st)) in symlink_status()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/ |
A D | ops-common.h | 79 inline int lstat(const wchar_t* path, stat_type* buffer) in _GLIBCXX_VISIBILITY() 129 using ::lstat; in _GLIBCXX_VISIBILITY() 131 inline int lstat(const char* path, stat_type* buffer) in _GLIBCXX_VISIBILITY()
|
A D | ops.cc | 267 ? posix::lstat(from.c_str(), &from_st) in copy() 274 ? posix::lstat(to.c_str(), &to_st) in copy() 996 if (posix::lstat(p.c_str(), &st)) in read_symlink() 1228 if (posix::lstat(p.c_str(), &st)) in symlink_status()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/ftw/ |
A D | ftw.c | 142 # undef lstat 143 # define lstat(Name, Stat_buf) rpl_lstat(Name, Stat_buf) macro 162 # define LXSTAT(V,f,sb) lstat (f,sb)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/filesystem/ |
A D | ops.cc | 267 ? ::lstat(from.c_str(), &from_st) in copy() 274 ? ::lstat(to.c_str(), &to_st) in copy() 985 if (::lstat(p.c_str(), &st)) in read_symlink() 1209 if (::lstat(p.c_str(), &st)) in symlink_status()
|
A D | std-ops.cc | 482 ? ::lstat(from.c_str(), &from_st) in copy() 489 ? ::lstat(to.c_str(), &to_st) in copy() 1246 if (::lstat(p.c_str(), &st)) in read_symlink() 1489 if (::lstat(p.c_str(), &st)) in symlink_status()
|
/l4re-core-master/libc_backends/lib/l4re_file/ |
A D | file.cc | 350 int lstat(const char *path, struct stat *buf) in lstat() function 351 noexcept(noexcept(lstat(path, buf))) in lstat()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/filesystem/ |
A D | ops.cc | 506 ? ::lstat(from.c_str(), &from_st) in copy() 513 ? ::lstat(to.c_str(), &to_st) in copy() 1204 if (::lstat(p.c_str(), &st)) in read_symlink() 1385 if (::lstat(p.c_str(), &st)) in symlink_status()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/filesystem/ |
A D | ops.cc | 526 ? ::lstat(from.c_str(), &from_st) in copy() 533 ? ::lstat(to.c_str(), &to_st) in copy() 1225 if (::lstat(p.c_str(), &st)) in read_symlink() 1438 if (::lstat(p.c_str(), &st)) in symlink_status()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/filesystem/ |
A D | ops.cc | 526 ? ::lstat(from.c_str(), &from_st) in copy() 533 ? ::lstat(to.c_str(), &to_st) in copy() 1223 if (::lstat(p.c_str(), &st)) in read_symlink() 1436 if (::lstat(p.c_str(), &st)) in symlink_status()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/utils/ |
A D | ldconfig.c | 240 if (lstat(real, &statbuf)) in is_shlib() 358 if (!lstat(reallinkname, &linkstat)) { in link_shlib()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++17/ |
A D | fs_ops.cc | 334 ? posix::lstat(from.c_str(), &from_st) in copy() 341 ? posix::lstat(to.c_str(), &to_st) in copy() 1177 if (posix::lstat(p.c_str(), &st)) in read_symlink() 1470 if (posix::lstat(str, &st)) in symlink_status()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++17/ |
A D | fs_ops.cc | 334 ? posix::lstat(from.c_str(), &from_st) in copy() 341 ? posix::lstat(to.c_str(), &to_st) in copy() 1177 if (posix::lstat(p.c_str(), &st)) in read_symlink() 1558 if (posix::lstat(str, &st)) in symlink_status()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ |
A D | fs_ops.cc | 334 ? posix::lstat(from.c_str(), &from_st) in copy() 341 ? posix::lstat(to.c_str(), &to_st) in copy() 1177 if (posix::lstat(p.c_str(), &st)) in read_symlink() 1558 if (posix::lstat(str, &st)) in symlink_status()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/fts/ |
A D | fts.c | 872 if (!lstat(p->fts_accpath, sbp)) { in fts_stat() 879 } else if (lstat(p->fts_accpath, sbp)) { in fts_stat()
|