Home
last modified time | relevance | path

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

/mirbsd/src/bin/cp/
Dcp.c86 int mastercmp(const FTSENT **, const FTSENT **);
271 if ((ftsp = fts_open(argv, fts_options, mastercmp)) == NULL) in copy()
465 mastercmp(const FTSENT **a, const FTSENT **b) in mastercmp() function
/mirbsd/src/bin/ls/
Dls.c59 static int mastercmp(const FTSENT **, const FTSENT **);
324 fts_open(argv, options, f_nosort ? NULL : mastercmp)) == NULL) in traverse()
543 mastercmp(const FTSENT **a, const FTSENT **b) in mastercmp() function