Searched defs:tpp_h (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c150 void **tpp_h; local
163 if (!(tpp_h = calloc(diff + 1, sizeof (*mpp))))
166 for (tpp = tpp_h; *mpp; mpp++) {
168 free(tpp_h);
174 return (tpp_h);

Completed in 133 milliseconds