Searched refs:tpp_h (Results 1 – 1 of 1) sorted by relevance
150 void **tpp_h; in list_copy() local163 if (!(tpp_h = calloc(diff + 1, sizeof (*mpp)))) in list_copy()166 for (tpp = tpp_h; *mpp; mpp++) { in list_copy()168 free(tpp_h); in list_copy()174 return (tpp_h); in list_copy()