Lines Matching refs:arg
33 void *arg; member
58 void *arg = p->arg; in msort_with_tmp() local
64 if ((*cmp) (b1, b2, arg) <= 0) in msort_with_tmp()
82 if ((*cmp) (b1, b2, arg) <= 0) in msort_with_tmp()
104 if ((*cmp) (b1, b2, arg) <= 0) in msort_with_tmp()
123 if ((*cmp) (*(const void **) b1, *(const void **) b2, arg) <= 0) in msort_with_tmp()
141 if ((*cmp) (b1, b2, arg) <= 0) in msort_with_tmp()
164 __qsort_r (void *b, size_t n, size_t s, __compar_d_fn_t cmp, void *arg) in __qsort_r() argument
215 _quicksort (b, n, s, cmp, arg); in __qsort_r()
227 _quicksort (b, n, s, cmp, arg); in __qsort_r()
236 p.arg = arg; in __qsort_r()