/titanic_50/usr/src/lib/libcmd/common/ |
H A D | chmod.c | 279 if (show || (*chmodf)(ent->fts_accpath, mode) >= 0) in b_chmod() 285 error(ERROR_system(0), "%s: cannot change mode", ent->fts_accpath); in b_chmod() 289 error(ERROR_warn(0), "%s: directory causes cycle", ent->fts_accpath); in b_chmod() 293 error(ERROR_system(0), "%s: cannot read directory", ent->fts_accpath); in b_chmod() 297 error(ERROR_system(0), "%s: cannot search directory", ent->fts_accpath); in b_chmod() 301 error(ERROR_system(0), "%s: not found", ent->fts_accpath); in b_chmod()
|
H A D | chgrp.c | 454 if (!(options & OPT_SHOW) && (*chownf)(ent->fts_accpath, uid, gid) && !(options & OPT_FORCE)) in b_chgrp() 455 error(ERROR_system(0), "%s: cannot change%s", ent->fts_accpath, s); in b_chgrp() 460 error(ERROR_warn(0), "%s: directory causes cycle", ent->fts_accpath); in b_chgrp() 464 error(ERROR_system(0), "%s: cannot read directory", ent->fts_accpath); in b_chgrp() 468 error(ERROR_system(0), "%s: cannot search directory", ent->fts_accpath); in b_chgrp() 472 error(ERROR_system(0), "%s: not found", ent->fts_accpath); in b_chgrp()
|
H A D | rm.c | 165 if (ent->fts_accpath == ent->fts_name || !(s = strrchr(ent->fts_accpath, '/'))) in rm() 169 path = ent->fts_accpath; in rm() 209 path = ent->fts_accpath; in rm() 252 path = ent->fts_accpath; in rm()
|
H A D | cksum.c | 604 if (sp = openfile(ent->fts_accpath, "rb")) in b_cksum() 611 error(ERROR_warn(0), "%s: directory causes cycle", ent->fts_accpath); in b_cksum() 614 error(ERROR_system(0), "%s: cannot read directory", ent->fts_accpath); in b_cksum() 617 error(ERROR_system(0), "%s: cannot search directory", ent->fts_accpath); in b_cksum() 620 error(ERROR_system(0), "%s: not found", ent->fts_accpath); in b_cksum()
|
/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | ftwalk.c | 83 e->fts_accpath = e->fts_name = e->fts_path = strcpy((char*)(e + 1), path); in ftwalk() 118 ns = e->status = e->path == e->fts_accpath ? FTW_PATH : FTW_NAME; in ftwalk()
|
H A D | fts.c | 771 …memcpy(fts->parent->fts_accpath = fts->parent->fts_path = fts->parent->fts_name = fts->parent->nam… in fts_open() 946 f->fts_accpath = ACCESS(fts, f); in fts_read() 1090 f->fts_accpath = ACCESS(fts, f); in fts_read() 1137 f->fts_accpath = ACCESS(fts, f); in fts_read() 1204 f->fts_accpath = ACCESS(fts, f); in fts_read() 1210 stat(f->fts_accpath, f->fts_statp); in fts_read() 1352 info(fts, f, f->fts_accpath, f->fts_statp, 0); in fts_read() 1378 info(fts, f, f->fts_accpath, f->fts_statp, 0); in fts_read()
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | fts.h | 102 char* fts_accpath; /* path relative to . */ member
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | fts.h | 111 char* fts_accpath; /* path relative to . */ member
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | fts.h | 111 char* fts_accpath; /* path relative to . */ member
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | fts.h | 111 char* fts_accpath; /* path relative to . */ member
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | fts.h | 111 char* fts_accpath; /* path relative to . */ member
|