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

/freebsd-12-stable/bin/ls/
H A Dls.c100 static int mastercmp(const FTSENT * const *, const FTSENT * const *);
616 * in the order specified by the mastercmp() comparison function. During the
628 fts_open(argv, options, f_nosort ? NULL : mastercmp)) == NULL)
1003 * Ordering for mastercmp:
1009 mastercmp(const FTSENT * const *a, const FTSENT * const *b) function

Completed in 54 milliseconds