Lines Matching defs:tmp
541 char *out = NULL, *tmp = NULL;
546 tmp = out ? xmprintf("%s,%s", out, p->name) : xmprintf("%s", p->name);
548 out = tmp;
1277 char *tmp = NULL, *name = NULL;
1352 link_show(&tmp);
1354 struct linkdata *tmp = (struct linkdata*) dlist;
1355 char *temp = &tmp->iface[0];
1360 if (TT.flush && addrinfo.label) ipaddr_print( tmp, 0);
1361 if (addrinfo.up && !(tmp->flags & IFF_UP)){
1362 ipaddr_print(tmp, 0);
1367 ipaddr_print(tmp, 1);
1371 if (!TT.addressfamily && ! TT.flush ) print_link_output(tmp);
1373 ipaddr_print(tmp, 0);
1374 free(tmp);
1649 char tmp[256];
1653 tmp, sizeof(tmp)), inetval)) return 0;
2212 uint8_t len = 0, *tmp;
2217 tmp = idx ? &request.msg.rtm_dst_len : &request.msg.rtm_src_len;
2218 if (!netmask) *tmp = 0;
2219 else *tmp = netmask;