Home
last modified time | relevance | path

Searched refs:cur_name (Results 1 – 4 of 4) sorted by relevance

/linux/tools/lib/python/kdoc/
H A Dkdoc_output.py743 cur_name = self.arg_name(args, name)
749 if cur_name == out_name:
/linux/tools/perf/util/
H A Dprobe-event.c3704 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
/linux/tools/testing/selftests/bpf/
H A Dveristat.c1860 const char *cur_name = btf__name_by_offset(btf, e->name_off); in enum_value_from_name() local
1862 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() local
1875 if (strcmp(cur_name, evalue) == 0) { in enum_value_from_name()
/linux/scripts/
H A Dcheckpatch.pl3162 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);