Searched refs:fts_info (Results 1 - 14 of 14) sorted by relevance
/ast/src/lib/libcmd/ |
H A D | rm.c | 113 if (ent->fts_info == FTS_NS || ent->fts_info == FTS_ERR || ent->fts_info == FTS_SLNONE) 120 else switch (ent->fts_info) 136 error(2, "%s: cannot %s directory", ent->fts_path, (ent->fts_info & FTS_NR) ? "read" : "search"); 194 if (ent->fts_info == FTS_D) 199 ent->fts_info = FTS_DC; 203 else if (ent->fts_info == FTS_D) 215 if ((ent->fts_info == FTS_DC || state->directory) ? remove(path) : rmdir(path)) 224 if (ent->fts_info [all...] |
H A D | chmod.c | 269 switch (ent->fts_info)
|
H A D | cp.c | 255 if (ent->fts_info == FTS_DC) 324 switch (ent->fts_info) 358 else switch (ent->fts_info) 379 else if (mkdir(state->path, (ent->fts_statp->st_mode & S_IPERM)|(ent->fts_info == FTS_D ? S_IRWXU : 0))) 450 rm = state->remove || ent->fts_info == FTS_SL; 654 if (ent->fts_info != FTS_SL)
|
H A D | chgrp.c | 398 switch (ent->fts_info)
|
H A D | cksum.c | 597 switch (ent->fts_info)
|
/ast/src/lib/libast/misc/ |
H A D | fts.c | 500 * initialize st from path and fts_info from st 545 f->fts_info = FTS_D; 556 f->fts_info = FTS_SL; 567 f->fts_info = FTS_SLNONE; 574 f->fts_info = FTS_F; 579 f->fts_info = FTS_NS; 651 f->fts_info = FTS_NS; 662 if (metaphysical && f->fts_info == FTS_SL) 670 f->fts_info = FTS_SLNONE; 783 fts->parent->fts_info [all...] |
H A D | ftwalk.c | 85 e->fts_info = FTS_NS;
|
/ast/src/lib/libast/include/ |
H A D | ftwalk.h | 38 #define fts_info info macro
|
H A D | fts.h | 62 * fts_info flags 116 unsigned short fts_info; /* info flags */ member in struct:Ftsent
|
/ast/src/cmd/std/ |
H A D | du.c | 226 if (ent->fts_info != FTS_DP) 262 switch (ent->fts_info)
|
/ast/src/cmd/html/ |
H A D | htmlrefs.c | 468 if (state->external && ent->fts_info == FTS_D) 1181 sfprintf(sfstdout, " %s %s\n", (ent->fts_info & FTS_D) ? "rmdir" : " rm", ent->fts_path); 1182 if (state->exec && ((ent->fts_info & FTS_D) ? rmdir : remove)(ent->fts_path)) 1217 sfprintf(sfstdout, " %s %s\n", (ent->fts_info & FTS_D) ? "rmdir" : " rm", ent->fts_path); 1218 if (state->exec && ((ent->fts_info & FTS_D) ? rmdir : remove)(ent->fts_path))
|
/ast/src/cmd/kshlib/cmdtst/ |
H A D | grep.c | 912 switch (ent->fts_info)
|
/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 | 868 switch (ent->fts_info)
|
Completed in 33 milliseconds