Lines Matching defs:tmp
63 char tmp[sizeof("255.255.255.255")];
68 tmp[0] = '\0';
69 (void)msnprintf(tmp, sizeof(tmp), "%d.%d.%d.%d",
75 len = strlen(tmp);
80 strcpy(dst, tmp);
96 char tmp[sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255")];
137 tp = tmp;
155 if(!inet_ntop4(src + 12, tp, sizeof(tmp) - (tp - tmp))) {
173 if((size_t)(tp - tmp) > size) {
177 strcpy(dst, tmp);