/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | fts.h | 98 typedef struct Ftsent FTSENT; typedef 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_read(FTS*); 158 extern int fts_set(FTS*, FTSENT*, int);
|
H A D | ftwalk.h | 49 #define FTSENT Ftw_t /* <fts.h> internal */ macro
|
/illumos-gate/usr/src/contrib/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* previous; /* previous current */ \ [all …]
|
H A D | ftwalk.c | 56 register FTSENT* e; in ftwalk() 63 FTSENT* x; in ftwalk() 64 FTSENT* dd[2]; in ftwalk() 81 if (!(e = newof(0, FTSENT, 1, ns))) in ftwalk()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | fts.c | 59 static FTSENT *fts_alloc(FTS *, char *, size_t); 60 static FTSENT *fts_build(FTS *, int); 61 static void fts_lfree(FTSENT *); 62 static void fts_load(FTS *, FTSENT *); 64 static void fts_padjust(FTS *, FTSENT *); 66 static FTSENT *fts_sort(FTS *, FTSENT *, int); 67 static ushort_t fts_stat(FTS *, FTSENT *, int, int); 68 static int fts_safe_changedir(FTS *, FTSENT *, int, char *); 85 int (*compar)(const FTSENT **, const FTSENT **)) in fts_open() argument 88 FTSENT *p, *root; in fts_open() [all …]
|
/illumos-gate/usr/src/head/ |
H A D | fts.h | 113 } FTSENT; typedef 131 FTSENT *fts_children(FTS *, int); 134 int (*)(const FTSENT **, const FTSENT **)); 135 FTSENT *fts_read(FTS *); 136 int fts_set(FTS *, FTSENT *, int);
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | fts_fix.c | 41 FTSENT* 44 FTSENT* oe; in _fts_read() 46 static FTSENT* ne; in _fts_read() 48 if ((oe = _ast_fts_read(fts)) && ast.version < 20100102L && (ne || (ne = newof(0, FTSENT, 1, 0)))) in _fts_read()
|
H A D | cksum.c | 134 int (*sort)(FTSENT* const*, FTSENT* const*); 424 order(FTSENT* const* f1, FTSENT* const* f2) in order() 449 FTSENT* ent; in b_cksum()
|
H A D | fts_fix.h | 47 extern FTSENT* fts_read(FTS*);
|
H A D | rm.c | 106 rm(State_t* state, register FTSENT* ent) in rm() 334 FTSENT* ent; in b_rm()
|
H A D | chmod.c | 167 register FTSENT*ent; in b_chmod()
|
H A D | cp.c | 236 visit(State_t* state, register FTSENT* ent) in visit() 252 FTSENT* sub; in visit() 686 FTSENT* ent; in b_cp()
|
H A D | chgrp.c | 232 register FTSENT*ent; in b_chgrp()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/ |
H A D | dllscan.c | 39 FTSENT* ent; \ 178 vercmp(FTSENT* const* ap, FTSENT* const* bp) in vercmp()
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | mandocdb.c | 128 static int fts_compare(const FTSENT *const *, const FTSENT *const *); 130 static int fts_compare(const FTSENT **, const FTSENT **); 554 fts_compare(const FTSENT *const *a, const FTSENT *const *b) in fts_compare() 556 fts_compare(const FTSENT **a, const FTSENT **b) in fts_compare() 581 FTSENT *ff; in treescan()
|
/illumos-gate/usr/src/cmd/ccidadm/ |
H A D | ccidadm.c | 116 FTSENT *ent; in ccidadm_iter()
|
/illumos-gate/usr/src/lib/libpcsc/common/ |
H A D | libpcsc.c | 347 FTSENT *ent; in SCardListReaders()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | RELEASE | 778 misc/fts.c: add FTSENT.stack to eliminate getlist() recursion
|