Lines Matching refs:tpp
242 char **tpp; in freedomnames() local
245 tpp = npp; in freedomnames()
246 while (*tpp++) { in freedomnames()
247 free(*(tpp-1)); in freedomnames()
267 char **npp = NULL, **tpp=NULL; in getdomnames() local
302 tpp = npp; in getdomnames()
304 while (tpp && *tpp++) { in getdomnames()
305 if (strcasecmp(*(tpp-1), hp->h_name) == 0) { in getdomnames()
339 tpp = npp; in getdomnames()
340 while (tpp && *tpp++) { in getdomnames()
341 printf("tpp=%s\n", *(tpp-1)); in getdomnames()
382 char **tpp = dnames; in set_svc_domnames() local
384 if (!tpp) in set_svc_domnames()
387 while (*tpp++) { in set_svc_domnames()
391 svcname, *(tpp-1)); in set_svc_domnames()