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

/illumos-gate/usr/src/lib/libcmd/common/
H A Dchmod.c279 if (show || (*chmodf)(ent->fts_accpath, mode) >= 0)
285 error(ERROR_system(0), "%s: cannot change mode", ent->fts_accpath);
289 error(ERROR_warn(0), "%s: directory causes cycle", ent->fts_accpath);
293 error(ERROR_system(0), "%s: cannot read directory", ent->fts_accpath);
297 error(ERROR_system(0), "%s: cannot search directory", ent->fts_accpath);
301 error(ERROR_system(0), "%s: not found", ent->fts_accpath);
H A Dchgrp.c454 if (!(options & OPT_SHOW) && (*chownf)(ent->fts_accpath, uid, gid) && !(options & OPT_FORCE))
455 error(ERROR_system(0), "%s: cannot change%s", ent->fts_accpath, s);
460 error(ERROR_warn(0), "%s: directory causes cycle", ent->fts_accpath);
464 error(ERROR_system(0), "%s: cannot read directory", ent->fts_accpath);
468 error(ERROR_system(0), "%s: cannot search directory", ent->fts_accpath);
472 error(ERROR_system(0), "%s: not found", ent->fts_accpath);
H A Drm.c165 if (ent->fts_accpath == ent->fts_name || !(s = strrchr(ent->fts_accpath, '/')))
169 path = ent->fts_accpath;
209 path = ent->fts_accpath;
252 path = ent->fts_accpath;
H A Dcksum.c604 if (sp = openfile(ent->fts_accpath, "rb"))
611 error(ERROR_warn(0), "%s: directory causes cycle", ent->fts_accpath);
614 error(ERROR_system(0), "%s: cannot read directory", ent->fts_accpath);
617 error(ERROR_system(0), "%s: cannot search directory", ent->fts_accpath);
620 error(ERROR_system(0), "%s: not found", ent->fts_accpath);
/illumos-gate/usr/src/lib/libast/common/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);
946 f->fts_accpath = ACCESS(fts, f);
1090 f->fts_accpath = ACCESS(fts, f);
1137 f->fts_accpath = ACCESS(fts, f);
1204 f->fts_accpath = ACCESS(fts, f);
1210 stat(f->fts_accpath, f->fts_statp);
1352 info(fts, f, f->fts_accpath, f->fts_statp, 0);
1378 info(fts, f, f->fts_accpath, f->fts_statp, 0);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dfts.h111 char* fts_accpath; /* path relative to . */ member in struct:Ftsent
/illumos-gate/usr/src/lib/libast/common/include/
H A Dfts.h102 char* fts_accpath; /* path relative to . */ member in struct:Ftsent
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dfts.h111 char* fts_accpath; /* path relative to . */ member in struct:Ftsent
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dfts.h111 char* fts_accpath; /* path relative to . */ member in struct:Ftsent
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dfts.h111 char* fts_accpath; /* path relative to . */ member in struct:Ftsent

Completed in 54 milliseconds