Searched refs:fts_accpath (Results 1 - 19 of 19) sorted by relevance

/freebsd-10-stable/contrib/mtree/
H A Dcompare.c103 if (lchflags(p->fts_accpath, flags)) { \
208 if ((unlink(p->fts_accpath) == -1) ||
209 (mknod(p->fts_accpath,
212 (lchown(p->fts_accpath, p->fts_statp->st_uid,
231 if (lchown(p->fts_accpath, s->st_uid, -1))
248 if (lchown(p->fts_accpath, -1, s->st_gid))
285 if (lchmod(p->fts_accpath, s->st_mode))
352 if (utimes(p->fts_accpath, tv))
404 if ((fd = open(p->fts_accpath, O_RDONLY, 0)) < 0) {
407 tab, p->fts_accpath, strerro
[all...]
H A Dcreate.c242 if ((fd = open(p->fts_accpath, O_RDONLY, 0)) < 0 ||
244 mtree_err("%s: %s", p->fts_accpath, strerror(errno));
250 if ((digestbuf = MD5File(p->fts_accpath, NULL)) == NULL)
251 mtree_err("%s: MD5File failed: %s", p->fts_accpath,
259 if ((digestbuf = RMD160File(p->fts_accpath, NULL)) == NULL)
260 mtree_err("%s: RMD160File failed: %s", p->fts_accpath,
268 if ((digestbuf = SHA1File(p->fts_accpath, NULL)) == NULL)
269 mtree_err("%s: SHA1File failed: %s", p->fts_accpath,
277 if ((digestbuf = SHA256_File(p->fts_accpath, NULL)) == NULL)
278 mtree_err("%s: SHA256_File failed: %s", p->fts_accpath,
[all...]
H A Dverify.c153 ? rmdir : unlink)(p->fts_accpath)) {
/freebsd-10-stable/usr.sbin/mtree/
H A Dcompare.c126 if (chown(p->fts_accpath, s->st_uid, -1))
140 if (chown(p->fts_accpath, -1, s->st_gid))
156 if (chmod(p->fts_accpath, s->st_mode))
195 if (utimes(p->fts_accpath, tv))
205 if ((fd = open(p->fts_accpath, O_RDONLY, 0)) < 0) {
208 tab, p->fts_accpath, strerror(errno));
214 tab, p->fts_accpath, strerror(errno));
237 if (chflags(p->fts_accpath, s->st_flags))
250 new_digest = MD5File(p->fts_accpath, buf);
253 printf("%sMD5: %s: %s\n", tab, p->fts_accpath,
[all...]
H A Dcreate.c219 if ((fd = open(p->fts_accpath, O_RDONLY, 0)) < 0 ||
221 err(1, "%s", p->fts_accpath);
229 digest = MD5File(p->fts_accpath, buf);
231 err(1, "%s", p->fts_accpath);
239 digest = SHA1_File(p->fts_accpath, buf);
241 err(1, "%s", p->fts_accpath);
249 digest = RIPEMD160_File(p->fts_accpath, buf);
251 err(1, "%s", p->fts_accpath);
259 digest = SHA256_File(p->fts_accpath, buf);
261 err(1, "%s", p->fts_accpath);
[all...]
H A Dverify.c142 ? rmdir : unlink)(p->fts_accpath)) {
/freebsd-10-stable/bin/chmod/
H A Dchmod.c189 if (fchmodat(AT_FDCWD, p->fts_accpath, newmode, atflag) == -1
235 ret = lpathconf(ent->fts_accpath, _PC_ACL_NFS4);
237 ret = pathconf(ent->fts_accpath, _PC_ACL_NFS4);
/freebsd-10-stable/bin/rm/
H A Drm.c237 if (!fflag && !check(p->fts_path, p->fts_accpath,
245 lchflags(p->fts_accpath,
256 !check(p->fts_path, p->fts_accpath, p->fts_statp))
264 rval = lchflags(p->fts_accpath,
275 rval = rmdir(p->fts_accpath);
290 rval = undelete(p->fts_accpath);
316 if (!rm_overwrite(p->fts_accpath, p->fts_info ==
322 rval = unlink(p->fts_accpath);
/freebsd-10-stable/lib/libc/gen/
H A Dfts-compat.c178 p->fts_accpath = p->fts_name;
246 * the fts_accpath field specially so the chdir gets done to the right
257 p->fts_accpath = p->fts_path = sp->fts_path;
397 if (fts_safe_changedir(sp, p, -1, p->fts_accpath)) {
402 p->fts_accpath =
403 p->fts_parent->fts_accpath;
581 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' ||
669 if ((dirp = __opendir2(cur->fts_accpath, oflag)) == NULL) {
819 p->fts_accpath = cur->fts_accpath;
[all...]
H A Dfts-compat.h78 char *fts_accpath; /* access path */ member in struct:_ftsent
H A Dfts.c168 p->fts_accpath = p->fts_name;
234 * the fts_accpath field specially so the chdir gets done to the right
245 p->fts_accpath = p->fts_path = sp->fts_path;
383 if (fts_safe_changedir(sp, p, -1, p->fts_accpath)) {
388 p->fts_accpath =
389 p->fts_parent->fts_accpath;
566 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' ||
655 if ((dirp = __opendir2(cur->fts_accpath, oflag)) == NULL) {
790 p->fts_accpath = cur->fts_accpath;
[all...]
/freebsd-10-stable/usr.bin/find/
H A Dfunction.c377 ret = pathconf(entry->fts_accpath, _PC_ACL_NFS4);
382 warn("%s", entry->fts_accpath);
386 ret = pathconf(entry->fts_accpath, _PC_ACL_EXTENDED);
391 warn("%s", entry->fts_accpath);
398 facl = acl_get_file(entry->fts_accpath, acl_type);
400 warn("%s", entry->fts_accpath);
406 warn("%s", entry->fts_accpath);
430 if (strcmp(entry->fts_accpath, ".") == 0 ||
431 strcmp(entry->fts_accpath, "..") == 0)
445 strchr(entry->fts_accpath, '/') !
[all...]
/freebsd-10-stable/include/
H A Dfts.h73 char *fts_accpath; /* access path */ member in struct:_ftsent
/freebsd-10-stable/bin/chflags/
H A Dchflags.c180 if (chflagsat(AT_FDCWD, p->fts_accpath, newflags,
/freebsd-10-stable/usr.sbin/setfmac/
H A Dsetfmac.c474 if ((hflag == FTS_PHYSICAL ? mac_set_link(ftsent->fts_accpath, mac) :
475 mac_set_file(ftsent->fts_accpath, mac)) != 0) {
/freebsd-10-stable/usr.sbin/chown/
H A Dchown.c195 if (fchownat(AT_FDCWD, p->fts_accpath, uid, gid, atflag)
/freebsd-10-stable/bin/ls/
H A Dprint.c585 "%s/%s", p->fts_parent->fts_accpath, p->fts_name);
646 p->fts_parent->fts_accpath, p->fts_name);
H A Dls.c769 fts_accpath, cur->fts_name);
/freebsd-10-stable/bin/cp/
H A Dcp.c376 curr->fts_accpath, to.p_path) != 0)

Completed in 97 milliseconds