Lines Matching refs:tptr
160 char **tptr;
167 tptr = Systems;
168 while (*tptr) {
169 free(*tptr);
170 *tptr = NULL;
171 tptr++;
175 tptr = Devices;
176 while (*tptr) {
177 free(*tptr);
178 *tptr = NULL;
179 tptr++;
183 tptr = Dialers;
184 while (*tptr) {
185 free(*tptr);
186 *tptr = NULL;
187 tptr++;
393 char **tptr, *tok;
398 tptr = type;
399 while (*tptr) /* skip over existing entries to */
400 tptr++; /* concatenate multiple entries */
412 *tptr = strsave(expandpath);
413 ASSERT(*tptr != NULL, "Ct_ALLOCATE", "setfile: tptr", 0);
414 tptr++;
416 *tptr = NULL;
427 char **tptr, *tok;
431 tptr = type;
432 while (*tptr) /* skip over existing entries to */
433 tptr++; /* concatenate multiple entries */
435 *tptr = strsave(tok);
436 ASSERT(*tptr != NULL, "Ct_ALLOCATE", "setioctl: tptr", 0);
437 tptr++;