Home
last modified time | relevance | path

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

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dlstat.c17 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 Dlstat.c16 _syscall2(int, lstat, const char *, file_name, struct stat *, buf)
17 libc_hidden_def(lstat)
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.h268 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 Dsys_stat.SUSv4.syms7 lstat
/l4re-core-master/uclibc/lib/contrib/uclibc/test/stat/
A Dstat.c48 ret = lstat(file, &s); in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/termios/
A Dttyname.c89 if ((lstat(buf, &dst) == 0) in ttyname_r()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/
A Dops-common.h79 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 Dops.cc267 ? 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 Dops-common.h79 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 Dops.cc267 ? 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 Dops-common.h79 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 Dops.cc267 ? 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 Dftw.c142 # 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 Dops.cc267 ? ::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 Dstd-ops.cc482 ? ::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 Dfile.cc350 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 Dops.cc506 ? ::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 Dops.cc526 ? ::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 Dops.cc526 ? ::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 Dldconfig.c240 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 Dfs_ops.cc334 ? 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 Dfs_ops.cc334 ? 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 Dfs_ops.cc334 ? 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 Dfts.c872 if (!lstat(p->fts_accpath, sbp)) { in fts_stat()
879 } else if (lstat(p->fts_accpath, sbp)) { in fts_stat()

Completed in 85 milliseconds

12