Searched refs:tmp_list (Results 1 – 3 of 3) sorted by relevance
647 struct symlist *tmp_list; in add_specific_symbol() local649 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() local781 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 …]
3606 struct nextfield *list = 0, *tmp_list = 0; in hpread_read_struct_type() local4283 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()
2217 struct bw_meter *x, *tmp_list; in bw_meter_process() local2223 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()