| /src/usr.sbin/mtree/ |
| compare.c | 103 if (lchflags(p->fts_accpath, flags)) { \ 210 if ((unlink(p->fts_accpath) == -1) || 211 (mknod(p->fts_accpath, 214 (lchown(p->fts_accpath, p->fts_statp->st_uid, 236 if (lchown(p->fts_accpath, s->st_uid, (gid_t)-1)) 255 if (lchown(p->fts_accpath, (uid_t)-1, s->st_gid)) 293 if (lchmod(p->fts_accpath, s->st_mode)) 357 if (utimes(p->fts_accpath, tv)) 409 if ((fd = open(p->fts_accpath, O_RDONLY, 0)) < 0) { 412 tab, p->fts_accpath, strerror(errno)) [all...] |
| verify.c | 155 lchflags(p->fts_accpath, 0) == -1) 160 ? rmdir : unlink)(p->fts_accpath)) {
|
| create.c | 185 digestbuf = (*func)(p->fts_accpath, NULL); 303 vispath(rlink(p->fts_accpath)));
|
| /src/bin/rm/ |
| rm.c | 216 if (!fflag && !check(p->fts_path, p->fts_accpath, 229 !check(p->fts_path, p->fts_accpath, p->fts_statp)) 242 rval = rmdir(p->fts_accpath); 248 rval = undelete(p->fts_accpath); 255 if (rm_overwrite(p->fts_accpath, NULL)) 258 rval = unlink(p->fts_accpath);
|
| /src/bin/setfacl/ |
| setfacl.c | 216 ret = pathconf(file->fts_accpath, _PC_ACL_NFS4); 218 ret = lpathconf(file->fts_accpath, _PC_ACL_NFS4); 235 acl = acl_get_file(file->fts_accpath, acl_type); 237 acl = acl_get_link_np(file->fts_accpath, acl_type); 287 if (acl_delete_def_file(file->fts_accpath) == -1) { 324 if (acl_delete_def_file(file->fts_accpath) == -1) { 340 if (acl_set_file(file->fts_accpath, acl_type, acl) == -1) { 345 if (acl_set_link_np(file->fts_accpath, acl_type, acl) == -1) {
|
| /src/lib/libc/gen/ |
| fts.c | 169 p->fts_accpath = p->fts_name; 245 * the fts_accpath field specially so the chdir gets done to the right 256 p->fts_accpath = p->fts_path = sp->fts_path; 415 if (fts_safe_changedir(sp, p, -1, p->fts_accpath)) { 419 p->fts_accpath = 420 p->fts_parent->fts_accpath; 610 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' || 673 if ((dirp = __opendir2(cur->fts_accpath, oflag)) == NULL) { 834 p->fts_accpath = cur->fts_accpath; [all...] |
| /src/include/ |
| fts.h | 92 char *fts_accpath; /* access path */ member in struct:_ftsent
|
| /src/usr.bin/find/ |
| function.c | 456 if (strcmp(entry->fts_accpath, ".") == 0 || 457 strcmp(entry->fts_accpath, "..") == 0) 468 if (entry->fts_level > 0 && strchr(entry->fts_accpath, '/') != NULL) 470 entry->fts_accpath); 476 chflags(entry->fts_accpath, 481 if (rmdir(entry->fts_accpath) < 0 && errno != ENOTEMPTY) 484 if (unlink(entry->fts_accpath) < 0) 544 dir = opendir(entry->fts_accpath); 1075 if ((p = strrchr(entry->fts_accpath, '/')) != NULL) 1078 p = entry->fts_accpath; [all...] |
| /src/usr.bin/chflags/ |
| chflags.c | 189 if ((*change_flags)(p->fts_accpath, newflags)) {
|
| /src/usr.bin/cvslatest/ |
| cvslatest.c | 82 snprintf(name, sizeof(name), "%s/Repository", e->fts_accpath); 113 snprintf(name, sizeof(name), "%s/Entries", e->fts_accpath);
|
| /src/bin/chmod/ |
| chmod.c | 221 if ((*change_mode)(p->fts_accpath, nval) && !fflag) {
|
| /src/bin/ls/ |
| print.c | 494 "%s/%s", p->fts_parent->fts_accpath, p->fts_name); 539 p->fts_parent->fts_accpath, p->fts_name);
|
| /src/usr.sbin/veriexecgen/ |
| veriexecgen.c | 259 if (realpath(file->fts_accpath, e->filename) == NULL) { 260 gripe(vp, "Cannot find absolute path `%s'", file->fts_accpath);
|
| /src/sbin/chown/ |
| chown.c | 250 if ((*change_owner)(p->fts_accpath, uid, gid) && !fflag) {
|
| /src/bin/cp/ |
| cp.c | 516 curr->fts_accpath, to.p_path) != 0)
|