Searched defs:FTSENT (Results 1 – 2 of 2) sorted by relevance
73 FTS* __fts_open(char* const* argv, int options, int (*compar)(const FTSENT**, const FTSENT**)) { in __fts_open()1041 FTS* fts_open(char* const* argv, int options, int (*compar)(const FTSENT**, const FTSENT**)) { in fts_open()
116 } FTSENT; typedef