Searched refs:mcompar (Results 1 – 1 of 1) sorted by relevance
136 static int mcompar(const void *, const void *);618 mcompar); in parumount()800 qsort((void *)ml, cnt, sizeof (mountent_t *), mcompar); in do_umounts()953 mcompar(const void *a, const void *b) in mcompar() function