Lines Matching refs:FTS
161 typedef int (*Notify_f)(FTS*, FTSENT*, void*);
177 node(FTS* fts, FTSENT* parent, register char* name, register size_t namelen) in node()
460 popdirs(FTS* fts) in popdirs()
504 info(FTS* fts, register FTSENT* f, const char* path, struct stat* sp, int flags) in info()
582 toplist(FTS* fts, register char* const* pathnames) in toplist()
676 order(FTS* fts) in order()
697 resize(register FTS* fts, size_t inc) in resize()
732 FTS*
735 register FTS* fts; in fts_open()
737 if (!(fts = newof(0, FTS, 1, sizeof(FTSENT)))) in fts_open()
808 fts_read(register FTS* fts) in fts_read()
1428 fts_set(register FTS* fts, register FTSENT* f, int status) in fts_set()
1458 fts_children(register FTS* fts, int flags) in fts_children()
1522 fts_close(register FTS* fts) in fts_close()