Searched refs:lstat (Results 151 - 175 of 322) sorted by relevance

1234567891011>>

/netbsd-current/bin/sh/
H A Dcd.c194 if (lstat(stackblock(), &statb) < 0) {
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dcanonicalize-lgpl.c273 /* FIXME: if lstat fails with errno == EOVERFLOW,
278 if (lstat (rpath, &st) < 0)
H A Dtempname.c62 # define __lxstat64(version, file, buf) lstat (file, buf)
H A Dgetcwd.c88 # define __lstat lstat
307 name again, but this time, using lstat. This is necessary in a
311 via lstat. */
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dcolors.c153 stat_ok = lstat(name, &astat);
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dtempname.c65 # define __lstat64(file, buf) lstat (file, buf)
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dcolors.c160 stat_ok = lstat(name, &astat);
/netbsd-current/sys/sys/
H A Dstat.h254 int lstat(const char *, struct stat *) __RENAME(__lstat50);
/netbsd-current/external/bsd/file/dist/src/
H A Dseccomp.c212 ALLOW_RULE(lstat);
H A Dfsmagic.c129 * On 4.2BSD and similar systems, use lstat() to identify symlinks.
133 ret = lstat(fn, sb);
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsftp-usergroup.c164 if (lstat(g->gl_pathv[i], stp = &st) == -1) {
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_windows.h107 #define lstat __la_stat macro
/netbsd-current/external/bsd/am-utils/dist/conf/autofs/
H A Dautofs_linux.c593 if ((err = lstat(mountpoint, &buf)))
697 if ((err = lstat(target2, &buf)))
/netbsd-current/external/bsd/atf/dist/atf-c/detail/
H A Dfs.c556 if (lstat(pstr, &st->m_sb) == -1) {
558 "lstat(2) failed", pstr);
705 if (lstat(atf_fs_path_cstring(p), &st) == -1) {
/netbsd-current/external/bsd/atf/dist/tools/
H A Dfs.cpp85 if (lstat(p.c_str(), &st) == -1)
423 if (lstat(p.c_str(), &m_sb) == -1)
426 "lstat(2) failed", errno);
/netbsd-current/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Dposix_compat.h220 int lstat(const wchar_t *path, StatT *buf) { function in namespace:detail::__anon1246
497 using ::lstat;
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Drehash.c55 # define lstat(path, buf) stat(path, buf) macro
406 if (lstat(buf, &st) < 0)
/netbsd-current/external/bsd/am-utils/dist/conf/mtab/
H A Dmtab_linux.c81 if (lstat(MOUNTED, &mtab_stat))
/netbsd-current/external/bsd/liblzf/dist/
H A Dlzf.c378 rc = lstat (fname, &mystat);
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dvers_ts.c17 #include "lstat.h"
301 if (lstat (file, &sb) < 0)
/netbsd-current/libexec/atrun/
H A Datrun.c217 if (lstat(filename, &lbuf) == -1)
218 perr("Error in lstat of `%s'", filename);
/netbsd-current/usr.bin/sed/
H A Dmain.c419 if (lstat(fname, &sb) != 0)
/netbsd-current/external/bsd/pkg_install/dist/create/
H A Dbuild.c178 if (lstat(name, &st) == -1)
179 err(2, "lstat failed for file %s", name);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops.cc267 ? posix::lstat(from.c_str(), &from_st)
274 ? posix::lstat(to.c_str(), &to_st)
1000 if (posix::lstat(p.c_str(), &st))
1232 if (posix::lstat(p.c_str(), &st))
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc273 ? posix::lstat(from.c_str(), &from_st)
280 ? posix::lstat(to.c_str(), &to_st)
1006 if (posix::lstat(p.c_str(), &st))
1261 if (posix::lstat(str, &st))

Completed in 592 milliseconds

1234567891011>>