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

/freebsd-13-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.c245 if ((fd = open(p->fts_accpath, O_RDONLY, 0)) < 0 ||
247 mtree_err("%s: %s", p->fts_accpath, strerror(errno));
253 if ((digestbuf = MD5File(p->fts_accpath, NULL)) == NULL)
254 mtree_err("%s: MD5File failed: %s", p->fts_accpath,
262 if ((digestbuf = RMD160File(p->fts_accpath, NULL)) == NULL)
263 mtree_err("%s: RMD160File failed: %s", p->fts_accpath,
271 if ((digestbuf = SHA1File(p->fts_accpath, NULL)) == NULL)
272 mtree_err("%s: SHA1File failed: %s", p->fts_accpath,
280 if ((digestbuf = SHA256_File(p->fts_accpath, NULL)) == NULL)
281 mtree_err("%s: SHA256_File failed: %s", p->fts_accpath,
[all...]
H A Dverify.c153 ? rmdir : unlink)(p->fts_accpath)) {
/freebsd-13-stable/usr.sbin/fmtree/
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))
196 if (utimes(p->fts_accpath, tv))
206 if ((fd = open(p->fts_accpath, O_RDONLY, 0)) < 0) {
209 tab, p->fts_accpath, strerror(errno));
215 tab, p->fts_accpath, strerror(errno));
238 if (chflags(p->fts_accpath, s->st_flags))
251 new_digest = MD5File(p->fts_accpath, buf);
254 printf("%sMD5: %s: %s\n", tab, p->fts_accpath,
[all...]
H A Dcreate.c222 if ((fd = open(p->fts_accpath, O_RDONLY, 0)) < 0 ||
224 err(1, "%s", p->fts_accpath);
232 digest = MD5File(p->fts_accpath, buf);
234 err(1, "%s", p->fts_accpath);
242 digest = SHA1_File(p->fts_accpath, buf);
244 err(1, "%s", p->fts_accpath);
252 digest = RIPEMD160_File(p->fts_accpath, buf);
254 err(1, "%s", p->fts_accpath);
262 digest = SHA256_File(p->fts_accpath, buf);
264 err(1, "%s", p->fts_accpath);
[all...]
H A Dverify.c142 ? rmdir : unlink)(p->fts_accpath)) {
/freebsd-13-stable/bin/rm/
H A Drm.c236 if (!fflag && !check(p->fts_path, p->fts_accpath,
244 lchflags(p->fts_accpath,
255 !check(p->fts_path, p->fts_accpath, p->fts_statp))
263 rval = lchflags(p->fts_accpath,
274 rval = rmdir(p->fts_accpath);
289 rval = undelete(p->fts_accpath);
315 rval = unlink(p->fts_accpath);
/freebsd-13-stable/bin/chmod/
H A Dchmod.c205 if (fchmodat(AT_FDCWD, p->fts_accpath, newmode, atflag) == -1
252 ret = lpathconf(ent->fts_accpath, _PC_ACL_NFS4);
254 ret = pathconf(ent->fts_accpath, _PC_ACL_NFS4);
/freebsd-13-stable/lib/libc/gen/
H A Dfts-compat.c176 p->fts_accpath = p->fts_name;
242 * the fts_accpath field specially so the chdir gets done to the right
253 p->fts_accpath = p->fts_path = sp->fts_path;
391 if (fts_safe_changedir(sp, p, -1, p->fts_accpath)) {
396 p->fts_accpath =
397 p->fts_parent->fts_accpath;
570 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' ||
655 if ((dirp = __opendir2(cur->fts_accpath, oflag)) == NULL) {
806 p->fts_accpath = cur->fts_accpath;
[all...]
H A Dfts-compat.h80 char *fts_accpath; /* access path */ member in struct:_ftsent
H A Dfts-compat11.c166 p->fts_accpath = p->fts_name;
232 * the fts_accpath field specially so the chdir gets done to the right
243 p->fts_accpath = p->fts_path = sp->fts_path;
381 if (fts_safe_changedir(sp, p, -1, p->fts_accpath)) {
386 p->fts_accpath =
387 p->fts_parent->fts_accpath;
564 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' ||
653 if ((dirp = __opendir2(cur->fts_accpath, oflag)) == NULL) {
789 p->fts_accpath = cur->fts_accpath;
[all...]
H A Dfts-compat11.h58 char *fts_accpath; /* access path */ member in struct:_ftsent11
H A Dfts.c163 p->fts_accpath = p->fts_name;
229 * the fts_accpath field specially so the chdir gets done to the right
240 p->fts_accpath = p->fts_path = sp->fts_path;
378 if (fts_safe_changedir(sp, p, -1, p->fts_accpath)) {
383 p->fts_accpath =
384 p->fts_parent->fts_accpath;
561 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' ||
650 if ((dirp = __opendir2(cur->fts_accpath, oflag)) == NULL) {
785 p->fts_accpath = cur->fts_accpath;
[all...]
/freebsd-13-stable/bin/setfacl/
H A Dsetfacl.c210 ret = pathconf(file->fts_accpath, _PC_ACL_NFS4);
212 ret = lpathconf(file->fts_accpath, _PC_ACL_NFS4);
229 acl = acl_get_file(file->fts_accpath, acl_type);
231 acl = acl_get_link_np(file->fts_accpath, acl_type);
281 if (acl_delete_def_file(file->fts_accpath) == -1) {
318 if (acl_delete_def_file(file->fts_accpath) == -1) {
334 if (acl_set_file(file->fts_accpath, acl_type, acl) == -1) {
339 if (acl_set_link_np(file->fts_accpath, acl_type, acl) == -1) {
/freebsd-13-stable/usr.bin/find/
H A Dfunction.c382 ret = pathconf(entry->fts_accpath, _PC_ACL_NFS4);
387 warn("%s", entry->fts_accpath);
391 ret = pathconf(entry->fts_accpath, _PC_ACL_EXTENDED);
396 warn("%s", entry->fts_accpath);
403 facl = acl_get_file(entry->fts_accpath, acl_type);
405 warn("%s", entry->fts_accpath);
411 warn("%s", entry->fts_accpath);
436 if (strcmp(entry->fts_accpath, ".") == 0 ||
437 strcmp(entry->fts_accpath, "..") == 0)
451 strchr(entry->fts_accpath, '/') !
[all...]
/freebsd-13-stable/contrib/mandoc/
H A Dcompat_fts.h61 char *fts_accpath; /* access path */ member in struct:_ftsent
H A Dcompat_fts.c119 p->fts_accpath = p->fts_name;
176 * the fts_accpath field specially so the chdir gets done to the right
187 p->fts_accpath = p->fts_path = sp->fts_path;
375 if ((dirp = opendir(cur->fts_accpath)) == NULL) {
463 p->fts_accpath = p->fts_path;
519 if (lstat(p->fts_accpath, sbp)) {
673 if ((p)->fts_accpath != (p)->fts_name) { \
674 (p)->fts_accpath = \
675 (char *)addr + ((p)->fts_accpath - (p)->fts_path); \
/freebsd-13-stable/include/
H A Dfts.h75 char *fts_accpath; /* access path */ member in struct:_ftsent
/freebsd-13-stable/bin/chflags/
H A Dchflags.c199 if (chflagsat(AT_FDCWD, p->fts_accpath, newflags,
/freebsd-13-stable/usr.sbin/setfmac/
H A Dsetfmac.c478 if ((hflag == FTS_PHYSICAL ? mac_set_link(ftsent->fts_accpath, mac) :
479 mac_set_file(ftsent->fts_accpath, mac)) != 0) {
/freebsd-13-stable/usr.sbin/chown/
H A Dchown.c214 if (fchownat(AT_FDCWD, p->fts_accpath, uid, gid, atflag)
/freebsd-13-stable/bin/ls/
H A Dprint.c726 "%s/%s", p->fts_parent->fts_accpath, p->fts_name);
787 p->fts_parent->fts_accpath, p->fts_name);
H A Dls.c882 fts_accpath, cur->fts_name);
/freebsd-13-stable/bin/cp/
H A Dcp.c379 curr->fts_accpath, to.p_path) != 0)

Completed in 293 milliseconds