Home
last modified time | relevance | path

Searched refs:tpp_h (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c150 void **tpp_h; in list_copy() local
163 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()