Lines Matching defs:tp
117 char tmp[sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255")], *tp;
158 tp = tmp;
164 *tp++ = ':';
169 *tp++ = ':';
173 if (!inet_ntop4(src+12, tp,
174 sizeof(tmp) - (tp - tmp)))
176 tp += strlen(tp);
179 tp += sprintf(tp, "%x", words[i]); /* XXX */
184 *tp++ = ':';
185 *tp++ = '\0';
190 if ((size_t)(tp - tmp) > size) {