Searched refs:ta (Results 1 - 4 of 4) sorted by last modified time

/bionic/libc/netbsd/nameser/
H A Dns_samedomain.c202 char ta[NS_MAXDNAME], tb[NS_MAXDNAME]; local
204 if (ns_makecanon(a, ta, sizeof ta) < 0 ||
207 if (strcasecmp(ta, tb) == 0)
/bionic/libc/netbsd/net/
H A Dreentrant.h222 #define thr_create(tp, ta, f, a) __libc_thr_create((tp), (ta), (f), (a))
/bionic/libthread_db/include/
H A Dthread_db.h129 extern td_err_e td_ta_delete(td_thragent_t * ta);
/bionic/libthread_db/
H A Dlibthread_db.c57 td_ta_delete(td_thragent_t * ta) argument
59 free(ta);

Completed in 76 milliseconds