Searched refs:tmp_list (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c649 struct symlist *tmp_list;
651 tmp_list = xmalloc (sizeof (struct symlist));
652 tmp_list->name = name;
653 tmp_list->next = *list;
654 *list = tmp_list;
779 struct symlist *tmp_list;
783 for (tmp_list = list; tmp_list; tmp_list = tmp_list
647 struct symlist *tmp_list; local
777 struct symlist *tmp_list; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dhpread.c3621 struct nextfield *list = 0, *tmp_list = 0;
4298 for (n = nfields, tmp_list = list; tmp_list; tmp_list = tmp_list->next)
4301 TYPE_FIELD (type, n) = tmp_list->field;
4318 for (n = nfields, tmp_list = list; tmp_list; tmp_list = tmp_list
3606 struct nextfield *list = 0, *tmp_list = 0; local
[all...]
/freebsd-11-stable/sys/netinet/
H A Dip_mroute.c2222 struct bw_meter *x, *tmp_list; local
2228 tmp_list = V_bw_meter_timers[i];
2232 while (tmp_list != NULL) {
2233 x = tmp_list;
2234 tmp_list = tmp_list->bm_time_next;

Completed in 187 milliseconds