compar
qsort(score, num_scores, sizeof (*score), compar);
static int compar(const void *, const void *);
qsort(pword, npwords, sizeof(pword[0]), compar);
static int compar(const void *, const void *);
int (*compar)(const FTSENT * const *, const FTSENT * const *))
sp->fts_compar = compar;
if (compar) {
if (compar && nitems > 1)
int next, compar, l;
compar = *key - *p->str;
if (compar == 0) {
compar = wcsncmp(key, p->str, l);
if (compar == 0) {
if (compar > 0)
int next, compar;
compar = key - p->val;
if (compar == 0)
if (compar > 0)
int (*compar)(const void *, const void *))
cmp = (*compar)(key, p);
if (child_i < nmemb && compar(child, child + size) < 0) { \
if (child_i == 1 || compar(k, par) < 0) { \
int (*compar)(const void *, const void *))
if (child_i < nmemb && compar(child, child + size) < 0) { \
if (compar(child, par) <= 0) \
int (*compar)(const void *, const void *))
return (lwork(key, base, nelp, width, compar, 1));
int (*compar)(const void *, const void *))
return (lwork(key, base, nelp, width, compar, 0));
int (*compar)(const void *, const void *), int addelem)
if (compar(key, ep) == 0)
int (*compar)(const void *, const void *))
while ((cmp = (*compar)(vkey, (*rootp)->key)) != 0) {
int (*compar)(const void *, const void *))
if ((r = (*compar)(vkey, (*rootp)->key)) == 0) /* T2: */
int (*compar)(const void *, const void *))
if ((r = (*compar)(vkey, (*rootp)->key)) == 0) /* T2: */
int (*compar)(const void *, const void *))
cmp = (*compar)(key, p);
int (*compar)(const void *, const void *));
int (*compar)(void *, const void *, const void *));
qsort(pt, nproc + 1, sizeof (struct p_times), compar);
int compar(const void *, const void *);
qsort(queue, nitems, sizeof(struct jobqueue *), compar);
static int compar(const void *_p1, const void *_p2);
int (*compar) (const void *, const void *)) \
the_entry->field.size, sizeof(type), compar)); \