Home | History | Annotate | Download | only in inet

Lines Matching defs:tp

176 	char *tp;
222 tp = tmp;
228 *tp++ = ':';
233 *tp++ = ':';
246 n = decoct(src+12, n, tp, sizeof tmp - (tp - tmp));
251 tp += strlen(tp);
254 tp += SPRINTF((tp, "%x", words[i]));
260 *tp++ = ':';
261 *tp = '\0';
264 tp += SPRINTF((tp, "/%u", bits));
269 if ((size_t)(tp - tmp) > size) {