tn 576 lib/popt/popt.c size_t tn = strlen(s) + 1;
tn 579 lib/popt/popt.c te = t = (char *)malloc(tn);;
tn 599 lib/popt/popt.c tn += alen;
tn 601 lib/popt/popt.c t = (char *)realloc(t, tn);
tn 145 lib/tevent/tevent.c struct tevent_timer *te, *tn;
tn 162 lib/tevent/tevent.c for (te = ev->timer_events; te; te = tn) {
tn 163 lib/tevent/tevent.c tn = te->next;