Searched refs:fts_accpath (Results 1 - 10 of 10) sorted by relevance
/ast/src/lib/libcmd/ |
H A D | rm.c | 168 if (ent->fts_accpath == ent->fts_name || !(s = strrchr(ent->fts_accpath, '/'))) 172 path = ent->fts_accpath; 212 path = ent->fts_accpath; 255 path = ent->fts_accpath;
|
H A D | chmod.c | 296 if (show || (*chmodf)(ent->fts_accpath, mode) >= 0)
|
H A D | chgrp.c | 476 if (!(options & OPT_SHOW) && (*chownf)(ent->fts_accpath, uid, gid) && !(options & OPT_FORCE))
|
H A D | cksum.c | 604 if (sp = openfile(ent->fts_accpath, "rb"))
|
/ast/src/lib/libast/misc/ |
H A D | ftwalk.c | 83 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 D | fts.c | 784 memcpy(fts->parent->fts_accpath = fts->parent->fts_path = fts->parent->fts_name = fts->parent->name, ".", 2); 963 f->fts_accpath = ACCESS(fts, f); 1107 f->fts_accpath = ACCESS(fts, f); 1154 f->fts_accpath = ACCESS(fts, f); 1221 f->fts_accpath = ACCESS(fts, f); 1227 stat(f->fts_accpath, f->fts_statp); 1369 info(fts, f, f->fts_accpath, f->fts_statp, 0); 1395 info(fts, f, f->fts_accpath, f->fts_statp, 0);
|
/ast/src/lib/libast/include/ |
H A D | fts.h | 102 char* fts_accpath; /* path relative to . */ member in struct:Ftsent
|
/ast/src/cmd/kshlib/cmdtst/ |
H A D | grep.c | 915 if (f = sfopen(NiL, ent->fts_accpath, "r"))
|
/ast/src/cmd/mailx/ |
H A D | fio.c | 382 if ((ent->fts_info & FTS_F) && (fp = fileopen(ent->fts_accpath, "Er"))) {
|
/ast/src/cmd/re/ |
H A D | grep.c | 871 if (f = sfopen(NiL, ent->fts_accpath, "r"))
|
Completed in 611 milliseconds