Searched refs:find_compare (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.bin/find/
H A Dfind.c56 static int find_compare(const FTSENT * const *s1, const FTSENT * const *s2);
59 * find_compare --
65 find_compare(const FTSENT * const *s1, const FTSENT * const *s2) function
180 tree = fts_open(paths, ftsoptions, (issort ? find_compare : NULL));

Completed in 95 milliseconds