Searched refs:FTSENT (Results 1 - 18 of 18) sorted by relevance
/ast/src/lib/libcmd/ |
H A D | fts_fix.c | 41 FTSENT* 44 FTSENT* oe; 46 static FTSENT* ne; 48 if ((oe = _ast_fts_read(fts)) && ast.version < 20100102L && (ne || (ne = newof(0, FTSENT, 1, 0))))
|
H A D | fts_fix.h | 47 extern FTSENT* fts_read(FTS*);
|
H A D | cksum.c | 134 int (*sort)(FTSENT* const*, FTSENT* const*); 424 order(FTSENT* const* f1, FTSENT* const* f2) 449 FTSENT* ent;
|
H A D | chmod.c | 167 register FTSENT*ent;
|
H A D | rm.c | 106 rm(State_t* state, register FTSENT* ent) 334 FTSENT* ent;
|
H A D | cp.c | 236 visit(State_t* state, register FTSENT* ent) 252 FTSENT* sub; 686 FTSENT* ent;
|
H A D | chgrp.c | 226 register FTSENT*ent;
|
/ast/src/lib/libast/include/ |
H A D | fts.h | 98 typedef struct Ftsent FTSENT; typedef in typeref:struct:Ftsent 105 FTSENT* fts_cycle; /* offender if cycle */ 106 FTSENT* fts_link; /* next child */ 107 FTSENT* fts_parent; /* parent directory */ 151 extern FTSENT* fts_children(FTS*, int); 154 extern int fts_local(FTSENT*); 155 extern int fts_notify(int(*)(FTS*, FTSENT*, void*), void*); 156 extern FTS* fts_open(char* const*, int, int(*)(FTSENT* const*, FTSENT* const*)); 157 extern FTSENT* fts_rea [all...] |
H A D | ftwalk.h | 49 #define FTSENT Ftw_t /* <fts.h> internal */ macro
|
/ast/src/lib/libast/misc/ |
H A D | fts.c | 46 FTSENT* parent; /* top parent */ \ 47 FTSENT* todo; /* todo list */ \ 48 FTSENT* top; /* top element */ \ 49 FTSENT* root; \ 50 FTSENT* bot; /* bottom element */ \ 51 FTSENT* free; /* free element */ \ 52 FTSENT* diroot; \ 53 FTSENT* curdir; \ 54 FTSENT* current; /* current element */ \ 55 FTSENT* previou [all...] |
H A D | ftwalk.c | 39 * why does fts take FTSENT** instead of FTSENT* 56 register FTSENT* e; 63 FTSENT* x; 64 FTSENT* dd[2]; 81 if (!(e = newof(0, FTSENT, 1, ns)))
|
/ast/src/cmd/tw/ |
H A D | find.c | 149 typedef int (*Sort_f)(FTSENT* const*, FTSENT* const*); 183 FTSENT* ent; 554 register FTSENT* ent = fp->ent; 1339 execute(State_t* state, FTSENT* ent) 1666 order(FTSENT* const* p1, FTSENT* const* p2) 1668 register const FTSENT* f1 = *p1; 1669 register const FTSENT* f2 = *p2; 1717 FTSENT* en [all...] |
/ast/src/cmd/std/ |
H A D | du.c | 98 mark(Dt_t* dict, Hit_t* key, FTSENT* ent) 120 register FTSENT* ent;
|
/ast/src/cmd/html/ |
H A D | htmlrefs.c | 422 order(FTSENT* const* a, FTSENT* const* b) 458 static FTSENT* 461 FTSENT* ent; 603 FTSENT* ent; 903 FTSENT* ent;
|
/ast/src/cmd/mailx/ |
H A D | fio.c | 233 dirmax(FTSENT* const* a, FTSENT* const* b) 259 register FTSENT* ent; 343 dircmp(FTSENT* const* a, FTSENT* const* b) 356 register FTSENT* ent;
|
/ast/src/lib/libdll/ |
H A D | dllscan.c | 39 FTSENT* ent; \ 178 vercmp(FTSENT* const* ap, FTSENT* const* bp)
|
/ast/src/cmd/kshlib/cmdtst/ |
H A D | grep.c | 686 FTSENT* ent;
|
/ast/src/cmd/re/ |
H A D | grep.c | 626 FTSENT* ent;
|
Completed in 70 milliseconds