Searched refs:fts_path (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libcmd/common/
H A Drm.c115 error(2, "%s: not found", ent->fts_path);
133 error(2, "%s: cannot %s directory", ent->fts_path, (ent->fts_info & FTS_NR) ? "read" : "search");
146 error(2, "%s: cannot remove", ent->fts_path);
154 error(2, "%s: directory", ent->fts_path);
183 if ((v = astquery(-1, "remove directory %s? ", ent->fts_path)) < 0 || sh_checksig(state->context))
197 error(1, "%s: hard link to directory", ent->fts_path);
211 sfputr(sfstdout, ent->fts_path, '\n');
231 error(ERROR_SYSTEM|2, "%s: directory not removed", ent->fts_path);
238 error(2, "%s: cannot remove", ent->fts_path);
246 error(2, "%s: directory not removed", ent->fts_path);
[all...]
H A Dcp.c239 error(2, "%s: directory causes cycle", ent->fts_path);
270 base = ent->fts_path + state->presiz + 1;
296 error(ERROR_SYSTEM|2, "%s: cannot create directory -- %s ignored", state->path, ent->fts_path);
333 error(1, "%s: directory -- copying as plain file", ent->fts_path);
336 error(2, "%s: cannot link directory", ent->fts_path);
343 error(2, "%s: cannot read directory", ent->fts_path);
346 error(2, "%s: cannot search directory", ent->fts_path);
357 error(2, "%s: not a directory -- %s ignored", state->path, ent->fts_path);
363 error(ERROR_SYSTEM|2, "%s: cannot create directory -- %s ignored", state->path, ent->fts_path);
380 error(2, "%s: not found", ent->fts_path);
[all...]
H A Dchgrp.c427 error(ERROR_warn(0), "%s: uid and gid not mapped", ent->fts_path);
429 error(ERROR_warn(0), "%s: uid not mapped", ent->fts_path);
431 error(ERROR_warn(0), "%s: gid not mapped", ent->fts_path);
452 sfprintf(sfstdout, "%s uid:%05d->%05d gid:%05d->%05d %s\n", op, ent->fts_statp->st_uid, uid, ent->fts_statp->st_gid, gid, ent->fts_path);
H A Dchmod.c282 sfprintf(sfstdout, "%s: mode changed to %0.4o (%s)\n", ent->fts_path, mode, fmtmode(mode, 1)+1);
H A Dcksum.c606 pr(&state, sfstdout, sp, ent->fts_path, state.permissions, ent->fts_statp, state.check);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dftwalk.h53 #define fts_path path macro
H A Dfts.h113 char* fts_path; /* path relative to top dir */ member in struct:Ftsent
136 size_t fts_pathlen; /* strlen(fts_path) */
/illumos-gate/usr/src/lib/libast/common/include/
H A Dftwalk.h44 #define fts_path path macro
H A Dfts.h104 char* fts_path; /* path relative to top dir */ member in struct:Ftsent
127 size_t fts_pathlen; /* strlen(fts_path) */
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dftwalk.h53 #define fts_path path macro
H A Dfts.h113 char* fts_path; /* path relative to top dir */ member in struct:Ftsent
136 size_t fts_pathlen; /* strlen(fts_path) */
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dftwalk.h53 #define fts_path path macro
H A Dfts.h113 char* fts_path; /* path relative to top dir */ member in struct:Ftsent
136 size_t fts_pathlen; /* strlen(fts_path) */
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dftwalk.h53 #define fts_path path macro
H A Dfts.h113 char* fts_path; /* path relative to top dir */ member in struct:Ftsent
136 size_t fts_pathlen; /* strlen(fts_path) */
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfts.c110 #define ACCESS(p,f) ((p)->cd==0?(f)->fts_name:(f)->fts_path)
771 memcpy(fts->parent->fts_accpath = fts->parent->fts_path = fts->parent->fts_name = fts->parent->name, ".", 2);
944 f->fts_path = PATH(fts, fts->path, f->fts_level);
945 f->fts_pathlen = (fts->base - f->fts_path) + fts->baselen;
1088 f->fts_path = PATH(fts, fts->path, 1);
1089 f->fts_pathlen = fts->endbase - f->fts_path + f->fts_namelen;
1135 f->fts_path = PATH(fts, fts->path, f->fts_level);
1136 f->fts_pathlen = (fts->base - f->fts_path) + f->fts_namelen;
1202 f->fts_path = PATH(fts, fts->path, f->fts_level);
1203 f->fts_pathlen = (fts->base - f->fts_path)
[all...]
H A Dftwalk.c83 e->fts_accpath = e->fts_name = e->fts_path = strcpy((char*)(e + 1), path);

Completed in 60 milliseconds