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

12

/macosx-10.9.5/file_cmds-230/mtree/
H A Dcompare.c132 if (chown(p->fts_accpath, s->st_uid, -1))
146 if (chown(p->fts_accpath, -1, s->st_gid))
162 if (chmod(p->fts_accpath, s->st_mode))
201 if (utimes(p->fts_accpath, tv))
211 if ((fd = open(p->fts_accpath, O_RDONLY, 0)) < 0) {
214 tab, p->fts_accpath, strerror(errno));
220 tab, p->fts_accpath, strerror(errno));
243 if (chflags(p->fts_accpath, (u_int)s->st_flags))
256 new_digest = MD5File(p->fts_accpath, buf);
259 printf("%sMD5: %s: %s\n", tab, p->fts_accpath,
[all...]
H A Dcreate.c225 if ((fd = open(p->fts_accpath, O_RDONLY, 0)) < 0 ||
227 err(1, "%s", p->fts_accpath);
235 digest = MD5File(p->fts_accpath, buf);
237 err(1, "%s", p->fts_accpath);
245 digest = SHA1_File(p->fts_accpath, buf);
247 err(1, "%s", p->fts_accpath);
255 digest = RIPEMD160_File(p->fts_accpath, buf);
257 err(1, "%s", p->fts_accpath);
265 digest = SHA256_File(p->fts_accpath, buf);
267 err(1, "%s", p->fts_accpath);
[all...]
H A Dverify.c137 ? rmdir : unlink)(p->fts_accpath)) {
/macosx-10.9.5/file_cmds-230/rm/
H A Drm.c235 (!wantConformance && !check(p->fts_path, p->fts_accpath, p->fts_statp))
244 chflags(p->fts_accpath,
255 if(fflag || check(p->fts_path, p->fts_accpath, p->fts_statp))
263 !check(p->fts_path, p->fts_accpath, p->fts_statp))
271 rval = chflags(p->fts_accpath,
282 rval = rmdir(p->fts_accpath);
292 rval = undelete(p->fts_accpath);
304 if (removefile(p->fts_accpath, NULL, REMOVEFILE_SECURE_7_PASS)) /* overwrites and unlinks */
307 rval = unlink(p->fts_accpath);
310 rm_overwrite(p->fts_accpath, NUL
[all...]
/macosx-10.9.5/shell_cmds-175/find/
H A Dfunction.c385 if ((facl = acl_get_link_np(entry->fts_accpath, ACL_TYPE_EXTENDED)) != NULL) {
403 ret = pathconf(entry->fts_accpath, _PC_ACL_NFS4);
408 warn("%s", entry->fts_accpath);
412 ret = pathconf(entry->fts_accpath, _PC_ACL_EXTENDED);
417 warn("%s", entry->fts_accpath);
424 facl = acl_get_file(entry->fts_accpath, acl_type);
426 warn("%s", entry->fts_accpath);
432 warn("%s", entry->fts_accpath);
459 xattr = listxattr(entry->fts_accpath, NULL, 0, XATTR_NOFOLLOW);
473 xattr = getxattr(entry->fts_accpath, pla
[all...]
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dfts.c169 p->fts_accpath = p->fts_name;
288 * the fts_accpath field specially so the chdir gets done to the right
299 p->fts_accpath = p->fts_path = sp->fts_path;
445 if (CHDIR(sp, p->fts_accpath)) {
449 p->fts_accpath =
450 p->fts_parent->fts_accpath;
633 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' ||
685 if ((dirp = __opendir2(cur->fts_accpath, oflag)) == NULL) {
798 p->fts_accpath = cur->fts_accpath;
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Drm.c167 if (ent->fts_accpath == ent->fts_name || !(s = strrchr(ent->fts_accpath, '/')))
171 path = ent->fts_accpath;
211 path = ent->fts_accpath;
254 path = ent->fts_accpath;
H A Dchmod.c279 if (show || (*chmodf)(ent->fts_accpath, mode) >= 0)
H A Dchgrp.c473 if (!(options & OPT_SHOW) && (*chownf)(ent->fts_accpath, uid, gid) && !(options & OPT_FORCE))
H A Dcksum.c604 if (sp = openfile(ent->fts_accpath, "rb"))
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dftwalk.c83 e->fts_accpath = e->fts_name = e->fts_path = strcpy((char*)(e + 1), path);
118 ns = e->status = e->path == e->fts_accpath ? FTW_PATH : FTW_NAME;
H A Dfts.c771 memcpy(fts->parent->fts_accpath = fts->parent->fts_path = fts->parent->fts_name = fts->parent->name, ".", 2);
950 f->fts_accpath = ACCESS(fts, f);
1094 f->fts_accpath = ACCESS(fts, f);
1141 f->fts_accpath = ACCESS(fts, f);
1208 f->fts_accpath = ACCESS(fts, f);
1214 stat(f->fts_accpath, f->fts_statp);
1356 info(fts, f, f->fts_accpath, f->fts_statp, 0);
1382 info(fts, f, f->fts_accpath, f->fts_statp, 0);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dfts.h102 char* fts_accpath; /* path relative to . */ member in struct:Ftsent
/macosx-10.9.5/file_cmds-230/chmod/
H A Dchmod.c396 if (0 != modify_file_acl(acloptflags, p->fts_accpath, acl_input, (int)aclpos, inheritance_level, !hflag))
404 if ((*change_mode)(p->fts_accpath, newmode) && !fflag) {
409 (void)printf("%s", p->fts_accpath);
/macosx-10.9.5/Libc-997.90.3/include/
H A Dfts.h114 char *fts_accpath; /* access path */ member in struct:_ftsent
/macosx-10.9.5/file_cmds-230/chflags/
H A Dchflags.c181 if ((*change_flags)(p->fts_accpath, (u_int)newflags) && !fflag) {
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Ddirscanner.cpp103 ssize_t len = ::readlink(ent->fts_accpath, target, sizeof(target)-1);
H A Dsigner.cpp306 ssize_t len = ::readlink(ent->fts_accpath, target, sizeof(target)-1);
313 CFRef<CFDataRef>(resources.hashFile(ent->fts_accpath)).get()));
346 hash.take(resources.hashFile(ent->fts_accpath));
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Ddirscanner.cpp103 ssize_t len = ::readlink(ent->fts_accpath, target, sizeof(target)-1);
H A Dsigner.cpp306 ssize_t len = ::readlink(ent->fts_accpath, target, sizeof(target)-1);
313 CFRef<CFDataRef>(resources.hashFile(ent->fts_accpath)).get()));
346 hash.take(resources.hashFile(ent->fts_accpath));
/macosx-10.9.5/kext_tools-326.95.1/
H A Dsafecalls.c439 rval |= sunlink(fdvol, fent->fts_accpath);
445 rval |= srmdir(fdvol, fent->fts_accpath);
/macosx-10.9.5/file_cmds-230/chown/
H A Dchown.c225 if (((hflag || symlink_found) ? lchown : chown)(p->fts_accpath, uid, gid) == -1) {
/macosx-10.9.5/file_cmds-230/cp/
H A Dcp.c426 curr->fts_accpath, to.p_path) != 0)
/macosx-10.9.5/file_cmds-230/ls/
H A Dprint.c383 p->fts_parent->fts_accpath, p->fts_name);
874 "%s/%s", p->fts_parent->fts_accpath, p->fts_name);
/macosx-10.9.5/autofs-234/automount/
H A Dautomount.c239 rmdir(ftsent->fts_accpath);

Completed in 132 milliseconds

12