Home | History | Annotate | Download | only in libpopt

Lines Matching defs:te

590     char *t, *te;
594 te = t = malloc(tn);;
615 *te = '\0';
617 te = t + strlen(t);
618 strncpy(te, a, alen); te += alen;
624 *te++ = c;
626 *te = '\0';