Searched refs:fts_errno (Results 1 - 25 of 25) sorted by relevance

/freebsd-current/tools/test/stress2/testcases/fts/
H A Dfts.c90 warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
/freebsd-current/contrib/mandoc/
H A Dcompat_fts.h64 int fts_errno; /* errno for this node */ member in struct:_ftsent
H A Dcompat_fts.c315 p->fts_info = p->fts_errno ? FTS_ERR : FTS_DP;
372 cur->fts_errno = errno;
515 p->fts_errno = errno;
/freebsd-current/lib/libc/gen/
H A Dfts-compat.h79 int fts_errno; /* errno for this node */ member in struct:_ftsent
H A Dfts-compat11.h57 int fts_errno; /* errno for this node */ member in struct:_ftsent11
H A Dfts-compat.c343 p->fts_errno = errno;
387 p->fts_errno = errno;
434 p->fts_errno = errno;
489 p->fts_info = p->fts_errno ? FTS_ERR : FTS_DP;
666 cur->fts_errno = errno;
715 cur->fts_errno = errno;
812 p->fts_errno = cderrno;
853 cur->fts_errno = readdir_errno;
946 p->fts_errno = saved_errno;
950 p->fts_errno
[all...]
H A Dfts.c331 p->fts_errno = errno;
375 p->fts_errno = errno;
423 p->fts_errno = errno;
481 p->fts_info = p->fts_errno ? FTS_ERR : FTS_DP;
663 cur->fts_errno = errno;
712 cur->fts_errno = errno;
794 p->fts_errno = cderrno;
836 cur->fts_errno = readdir_errno;
930 p->fts_errno = saved_errno;
938 p->fts_errno
[all...]
H A Dfts-compat11.c333 p->fts_errno = errno;
377 p->fts_errno = errno;
425 p->fts_errno = errno;
483 p->fts_info = p->fts_errno ? FTS_ERR : FTS_DP;
665 cur->fts_errno = errno;
714 cur->fts_errno = errno;
796 p->fts_errno = cderrno;
838 cur->fts_errno = readdir_errno;
933 p->fts_errno = saved_errno;
941 p->fts_errno
[all...]
/freebsd-current/bin/rm/
H A Drm.c199 if (!fflag || p->fts_errno != ENOENT) {
201 p->fts_path, strerror(p->fts_errno));
206 errx(1, "%s: %s", p->fts_path, strerror(p->fts_errno));
214 if (!fflag || p->fts_errno != ENOENT) {
216 p->fts_path, strerror(p->fts_errno));
/freebsd-current/bin/chmod/
H A Dchmod.c169 warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
176 warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
/freebsd-current/usr.bin/find/
H A Dfind.c196 entry->fts_errno == ENOENT && entry->fts_level > 0)
202 entry->fts_path, strerror(entry->fts_errno));
/freebsd-current/bin/chflags/
H A Dchflags.c167 warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
172 warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
/freebsd-current/tools/test/stress2/misc/
H A Dprocfs3.sh109 warnx("%s: %s. fts_info = %d", p->fts_path, strerror(p->fts_errno),
H A Dfts2.sh35 # fts_errno: 0 No error: 0
216 fprintf(stderr, "fts_errno: %d %s\n", p->fts_errno,
217 strerror(p->fts_errno));
/freebsd-current/include/
H A Dfts.h74 int fts_errno; /* errno for this node */ member in struct:_ftsent
/freebsd-current/bin/pax/
H A Dftree.c405 syswarn(1, ftent->fts_errno,
409 syswarn(1, ftent->fts_errno,
414 syswarn(1, ftent->fts_errno,
/freebsd-current/usr.sbin/chown/
H A Dchown.c181 warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
186 warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
/freebsd-current/contrib/mtree/
H A Dverify.c117 warnx("%s: %s", RP(p), strerror(p->fts_errno));
H A Dcreate.c167 p->fts_path, strerror(p->fts_errno));
/freebsd-current/bin/ls/
H A Dls.c663 warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
784 cur->fts_name, strerror(cur->fts_errno));
/freebsd-current/bin/cp/
H A Dcp.c290 warnc(curr->fts_errno, "%s", curr->fts_path);
/freebsd-current/usr.sbin/ckdist/
H A Dckdist.c157 rval = fail(f->fts_path, sys_errlist[f->fts_errno]);
/freebsd-current/bin/setfacl/
H A Dsetfacl.c191 warnx("%s: %s", file->fts_path, strerror(file->fts_errno));
/freebsd-current/usr.bin/du/
H A Ddu.c306 xo_warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
/freebsd-current/usr.bin/grep/
H A Dutil.c161 warnx("%s: %s", p->fts_path, strerror(p->fts_errno));

Completed in 467 milliseconds