Lines Matching refs:tp
108 char tmp[sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255")], *tp;
149 tp = tmp;
155 *tp++ = ':';
160 *tp++ = ':';
164 if (!inet_ntop4(src+12, tp,
165 sizeof(tmp) - (tp - tmp)))
167 tp += strlen(tp);
170 tp += sprintf(tp, "%x", words[i]); /* XXX */
175 *tp++ = ':';
176 *tp++ = '\0';
181 if ((size_t)(tp - tmp) > size) {