Searched refs:cur_name (Results 1 – 4 of 4) sorted by relevance
743 cur_name = self.arg_name(args, name)749 if cur_name == out_name:
3704 char *cur_name = NULL; in show_bootconfig_events() 3731 if (!cur_name || strcmp(cur_name, tev->event)) { in show_bootconfig_events() 3733 cur_name ? "\n" : "", tev->event); in show_bootconfig_events() 3734 cur_name = tev->event; in show_bootconfig_events() 3706 char *cur_name = NULL; show_bootconfig_events() local
1860 const char *cur_name = btf__name_by_offset(btf, e->name_off); in enum_value_from_name() local1862 if (strcmp(cur_name, evalue) == 0) { in enum_value_from_name()1872 const char *cur_name = btf__name_by_offset(btf, e->name_off); in enum_value_from_name() local1875 if (strcmp(cur_name, evalue) == 0) { in enum_value_from_name()
3162 my $cur_name = $email_name;3164 $cur_name =~ s/[a-zA-Z\s\-\"]+//g;3172 $new_comment = trim("$new_comment $cur_name") if ($cur_name ne $new_comment);