Searched refs:fts_sort (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/lib/libc/gen/ |
H A D | fts.c | 55 static FTSENT *fts_sort(FTS *, FTSENT *, size_t); 180 root = fts_sort(sp, root, nitems); in fts_open() 848 head = fts_sort(sp, head, nitems); in fts_build() 948 fts_sort(FTS *sp, FTSENT *head, size_t nitems) in fts_sort() function
|
/dflybsd-src/contrib/grep/lib/ |
H A D | fts.c | 217 static FTSENT *fts_sort (FTS *, FTSENT *, size_t) internal_function; 512 root = fts_sort(sp, root, nitems); in fts_open() 1642 head = fts_sort (sp, head, nitems); in fts_build() 1648 head = fts_sort(sp, head, nitems); in fts_build() 1863 fts_sort (FTS *sp, FTSENT *head, register size_t nitems) in fts_sort() function
|