Home | History | Annotate | Download | only in stdlib

Lines Matching defs:ta

118 	const u_char *tr, **ta;
132 ta = NULL;
133 errno = reallocarr(&ta, n, sizeof(*ta));
136 r_sort_b(a, ta, n, 0, tr, endch);
137 free(ta);
239 r_sort_b(const u_char **a, const u_char **ta, int n, int i, const u_char *tr,
250 _DIAGASSERT(ta != NULL);
273 r_sort_b(a, ta, n, i, tr, endch);
304 for (ak = ta + n, ai = a+n; ak > ta;) /* Copy to temp. */
306 for (ak = ta+n; --ak >= ta;) /* Deal to piles. */