Lines Matching refs:tptr
367 { char **tptr, *tok;
372 tptr = type;
373 while (*tptr) /* skip over existing entries to*/
374 tptr++; /* concatenate multiple entries */
386 *tptr = strsave(expandpath);
387 ASSERT(*tptr != NULL, Ct_ALLOCATE, "setfile: tptr", 0);
388 tptr++;
401 { char **tptr, *tok;
405 tptr = type;
406 while (*tptr) /* skip over existing entries to*/
407 tptr++; /* concatenate multiple entries */
410 *tptr = strsave(tok);
411 ASSERT(*tptr != NULL, Ct_ALLOCATE, "setioctl: tptr", 0);
412 tptr++;