Searched defs:FTSENT (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/include/
H A Dfts.h98 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 Dftwalk.h49 #define FTSENT Ftw_t /* <fts.h> internal */ macro

Completed in 7 milliseconds