Home
last modified time | relevance | path

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

/trueos/contrib/binutils/binutils/
HDobjcopy.c647 struct symlist *tmp_list; in add_specific_symbol() local
649 tmp_list = xmalloc (sizeof (struct symlist)); in add_specific_symbol()
650 tmp_list->name = name; in add_specific_symbol()
651 tmp_list->next = *list; in add_specific_symbol()
652 *list = tmp_list; in add_specific_symbol()
777 struct symlist *tmp_list; in is_specified_symbol() local
781 for (tmp_list = list; tmp_list; tmp_list = tmp_list->next) in is_specified_symbol()
782 if (*(tmp_list->name) != '!') in is_specified_symbol()
784 if (!fnmatch (tmp_list->name, name, 0)) in is_specified_symbol()
789 if (fnmatch (tmp_list->name + 1, name, 0)) in is_specified_symbol()
[all …]
/trueos/contrib/gdb/gdb/
HDhpread.c3606 struct nextfield *list = 0, *tmp_list = 0; in hpread_read_struct_type() local
4283 for (n = nfields, tmp_list = list; tmp_list; tmp_list = tmp_list->next) in hpread_read_struct_type()
4286 TYPE_FIELD (type, n) = tmp_list->field; in hpread_read_struct_type()
4303 for (n = nfields, tmp_list = list; tmp_list; tmp_list = tmp_list->next) in hpread_read_struct_type()
4306 if (tmp_list->attributes) in hpread_read_struct_type()
/trueos/sys/netinet/
HDip_mroute.c2217 struct bw_meter *x, *tmp_list; in bw_meter_process() local
2223 tmp_list = V_bw_meter_timers[i]; in bw_meter_process()
2227 while (tmp_list != NULL) { in bw_meter_process()
2228 x = tmp_list; in bw_meter_process()
2229 tmp_list = tmp_list->bm_time_next; in bw_meter_process()