Searched refs:cur_name (Results 1 – 4 of 4) sorted by relevance
80 char *pin_names, *cur_name; in init_pins_table() local116 cur_name = pin_names; in init_pins_table()120 int nchars = sprintf(cur_name, "P%c%d", in init_pins_table()124 cur_pin->pin.name = cur_name; in init_pins_table()125 cur_name += nchars + 1; in init_pins_table()
1460 const char *cur_name = btf__name_by_offset(btf, e->name_off); in enum_value_from_name() local1462 if (strcmp(cur_name, evalue) == 0) { in enum_value_from_name()1472 const char *cur_name = btf__name_by_offset(btf, e->name_off); in enum_value_from_name() local1475 if (strcmp(cur_name, evalue) == 0) { in enum_value_from_name()
3701 char *cur_name = NULL; in show_bootconfig_events() local3728 if (!cur_name || strcmp(cur_name, tev->event)) { in show_bootconfig_events()3730 cur_name ? "\n" : "", tev->event); in show_bootconfig_events()3731 cur_name = tev->event; in show_bootconfig_events()
3108 my $cur_name = $email_name;3110 $cur_name =~ s/[a-zA-Z\s\-\"]+//g;3118 $new_comment = trim("$new_comment $cur_name") if ($cur_name ne $new_comment);