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