/titanic_50/usr/src/lib/libcmd/common/ |
H A D | rm.c | 115 error(2, "%s: not found", ent->fts_path); in rm() 133 error(2, "%s: cannot %s directory", ent->fts_path, (ent->fts_info & FTS_NR) ? "read" : "search"); in rm() 146 error(2, "%s: cannot remove", ent->fts_path); in rm() 154 error(2, "%s: directory", ent->fts_path); in rm() 183 … if ((v = astquery(-1, "remove directory %s? ", ent->fts_path)) < 0 || sh_checksig(state->context)) in rm() 197 error(1, "%s: hard link to directory", ent->fts_path); in rm() 211 sfputr(sfstdout, ent->fts_path, '\n'); in rm() 231 error(ERROR_SYSTEM|2, "%s: directory not removed", ent->fts_path); in rm() 238 error(2, "%s: cannot remove", ent->fts_path); in rm() 246 error(2, "%s: directory not removed", ent->fts_path); in rm() [all …]
|
H A D | cp.c | 239 error(2, "%s: directory causes cycle", ent->fts_path); in visit() 270 base = ent->fts_path + state->presiz + 1; in visit() 296 … error(ERROR_SYSTEM|2, "%s: cannot create directory -- %s ignored", state->path, ent->fts_path); in visit() 333 error(1, "%s: directory -- copying as plain file", ent->fts_path); in visit() 336 error(2, "%s: cannot link directory", ent->fts_path); in visit() 343 error(2, "%s: cannot read directory", ent->fts_path); in visit() 346 error(2, "%s: cannot search directory", ent->fts_path); in visit() 357 error(2, "%s: not a directory -- %s ignored", state->path, ent->fts_path); in visit() 363 error(ERROR_SYSTEM|2, "%s: cannot create directory -- %s ignored", state->path, ent->fts_path); in visit() 380 error(2, "%s: not found", ent->fts_path); in visit() [all …]
|
H A D | chgrp.c | 427 error(ERROR_warn(0), "%s: uid and gid not mapped", ent->fts_path); in b_chgrp() 429 error(ERROR_warn(0), "%s: uid not mapped", ent->fts_path); in b_chgrp() 431 error(ERROR_warn(0), "%s: gid not mapped", ent->fts_path); in b_chgrp() 452 …gid:%05d->%05d %s\n", op, ent->fts_statp->st_uid, uid, ent->fts_statp->st_gid, gid, ent->fts_path); in b_chgrp()
|
H A D | chmod.c | 282 … sfprintf(sfstdout, "%s: mode changed to %0.4o (%s)\n", ent->fts_path, mode, fmtmode(mode, 1)+1); in b_chmod()
|
H A D | cksum.c | 606 pr(&state, sfstdout, sp, ent->fts_path, state.permissions, ent->fts_statp, state.check); in b_cksum()
|
/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | fts.c | 110 #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->nam… in fts_open() 944 f->fts_path = PATH(fts, fts->path, f->fts_level); in fts_read() 945 f->fts_pathlen = (fts->base - f->fts_path) + fts->baselen; in fts_read() 1088 f->fts_path = PATH(fts, fts->path, 1); in fts_read() 1089 f->fts_pathlen = fts->endbase - f->fts_path + f->fts_namelen; in fts_read() 1135 f->fts_path = PATH(fts, fts->path, f->fts_level); in fts_read() 1136 f->fts_pathlen = (fts->base - f->fts_path) + f->fts_namelen; in fts_read() 1202 f->fts_path = PATH(fts, fts->path, f->fts_level); in fts_read() 1203 f->fts_pathlen = (fts->base - f->fts_path) + f->fts_namelen; in fts_read() [all …]
|
H A D | ftwalk.c | 83 e->fts_accpath = e->fts_name = e->fts_path = strcpy((char*)(e + 1), path); in ftwalk()
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | ftwalk.h | 44 #define fts_path path macro
|
H A D | fts.h | 104 char* fts_path; /* path relative to top dir */ member
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ftwalk.h | 53 #define fts_path path macro
|
H A D | fts.h | 113 char* fts_path; /* path relative to top dir */ member
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ftwalk.h | 53 #define fts_path path macro
|
H A D | fts.h | 113 char* fts_path; /* path relative to top dir */ member
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ftwalk.h | 53 #define fts_path path macro
|
H A D | fts.h | 113 char* fts_path; /* path relative to top dir */ member
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | ftwalk.h | 53 #define fts_path path macro
|
H A D | fts.h | 113 char* fts_path; /* path relative to top dir */ member
|