Searched refs:lstat (Results 126 - 150 of 214) sorted by relevance

123456789

/freebsd-10.3-release/contrib/atf/atf-c/detail/
H A Dfs.c551 if (lstat(pstr, &st->m_sb) == -1) {
553 "lstat(2) failed", pstr);
700 if (lstat(atf_fs_path_cstring(p), &st) == -1) {
/freebsd-10.3-release/usr.sbin/lpr/lpr/
H A Dlpr.c426 if (lstat(arg, &statb1) < 0)
437 if (lstat(dfname, &statb2) < 0)
/freebsd-10.3-release/usr.sbin/makefs/
H A Dwalk.c124 if (lstat(path, &stbuf) == -1)
125 err(1, "Can't lstat `%s'", path);
396 lstat(path, &stbuf) == -1)
/freebsd-10.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h375 /// int lstat(const char *path, struct stat *buf);
376 lstat, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.3-release/contrib/tcsh/
H A Dtc.os.h441 # define lstat stat macro
H A Dtc.os.c1325 if (lstat(".", &st_cur) == -1) {
1381 if (lstat(nextpathptr, &st_next) == -1) {
/freebsd-10.3-release/contrib/apr/file_io/unix/
H A Dfilestat.c292 srv = lstat(fname, &info);
/freebsd-10.3-release/bin/cp/
H A Dcp.c238 lstat(*argv, &tmp_stat);
H A Dutils.c364 (islink ? lstat(to.p_path, &ts) : stat(to.p_path, &ts)))
/freebsd-10.3-release/usr.bin/sed/
H A Dmain.c392 if (lstat(fname, &sb) != 0)
/freebsd-10.3-release/usr.bin/uudecode/
H A Duudecode.c260 if (lstat(outfile, &st) == 0) {
/freebsd-10.3-release/usr.sbin/pkg_install/info/
H A Dshow.c288 if (!lstat(tmp, &sb)) {
/freebsd-10.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dls.c404 * Operate as lstat but fake up entries for AFS mount points so we don't
473 return lstat (file, sb);
481 ret = lstat (dir, sb);
498 return lstat (file, sb);
/freebsd-10.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_db_files.c181 if (lstat(p_db_imp->db_dir_name, &dstat)) {
/freebsd-10.3-release/libexec/atrun/
H A Datrun.c209 if (lstat(filename, &lbuf) == -1)
/freebsd-10.3-release/bin/test/
H A Dtest.c373 if (mode == FILSYM ? lstat(nm, &s) : stat(nm, &s))
/freebsd-10.3-release/usr.sbin/newsyslog/
H A Dnewsyslog.c1008 gres = lstat(mfname, &st_fm);
1011 warn("Skipping %s - lstat() error", mfname);
1710 if (lstat(zfile, &st) == 0)
1751 if (lstat(dirpart, &st))
2487 res = lstat(mkdirpath, &st);
/freebsd-10.3-release/contrib/sendmail/mail.local/
H A Dmail.local.c1096 ** the lstat returned, but before the open. We attempt to detect
1136 if (lstat(path, &sb) < 0)
1152 if (lstat(path, &sb) < 0)
1156 "%s: lstat: file changed after open", path);
/freebsd-10.3-release/lib/libc/gen/
H A Dfts-compat.c937 if (!lstat(p->fts_accpath, sbp)) {
944 } else if (lstat(p->fts_accpath, sbp)) {
/freebsd-10.3-release/lib/libc/sys/
H A DMakefile.inc448 stat.2 lstat.2
/freebsd-10.3-release/sys/compat/linux/
H A Dlinux_stats.c318 if (ldebug(lstat))
319 printf(ARGS(lstat, "%s, *"), path);
/freebsd-10.3-release/usr.bin/stat/
H A Dstat.c327 * lstat() just in case we're examining a
332 (rc = lstat(file, &st)) == -1)
336 rc = lstat(file, &st);
/freebsd-10.3-release/usr.bin/xinstall/
H A Dxinstall.c343 if (lstat(to_name, &to_sb) != 0)
751 target = (lstat(to_name, &to_sb) == 0);
/freebsd-10.3-release/crypto/openssh/
H A Dsftp-server.c130 { "lstat", NULL, SSH2_FXP_LSTAT, process_lstat, 0 },
833 r = do_lstat ? lstat(name, &st) : stat(name, &st);
1070 if (lstat(pathname, &st) < 0)
1190 if (lstat(oldpath, &sb) == -1)
/freebsd-10.3-release/sys/dev/digi/
H A Ddigi.c1099 u_char lstat; member in struct:event
1200 " lstat 0x%x\n", sc->res.unit, event.pnum,
1201 event.event, event.mstat, event.lstat);
1267 if ((event.mstat ^ event.lstat) & port->cd) {

Completed in 611 milliseconds

123456789