Searched full:_ (Results 1 – 13 of 13) sorted by relevance
64 my $type_constant2 = '\%([-_\w]+)';71 my $type_enum = '\&(enum\s*([_\w]+))';72 my $type_struct = '\&(struct\s*([_\w]+))';73 my $type_typedef = '\&(typedef\s*([_\w]+))';74 my $type_union = '\&(union\s*([_\w]+))';75 my $type_member = '\&([_\w]+)(\.|->)([_\w]+)';76 my $type_fallback = '\&([_\w]+)';269 my $attribute = qr{__attribute__\s*\(\([a-z0-9,_\*\s\(\)]*\)\)}i;392 return "$_/$_[0]" if(-x "$_/$_[0]");462 my $contents = join "\n", @_;[all …]
176 my $line = $_;201 my $line = $_;218 if ($_ =~ /^-{1,2}self-test(?:=|$)/) {327 my ($file) = @_;333 my $line = $_;365 my ($file) = $_;373 return grep { $_ !~ /^\.git$/; } @_;413 my ($file) = @_;423 …my @poss_addr = $text =~ m$[A-Za-zÀ-ÿ\"\' \,\.\+-]*\s*[\,]*\s*[\(\<\{]{0,1}[A-Za-z0-9_\.\+-]+\@[A-…557 my $patch_line = $_;[all …]
85 my ($exitcode) = @_;159 return grep { !$seen{$_}++ } @_;163 my ($exitcode) = @_;232 my $line = $_;261 my $line = $_;294 if ($_ eq "--color" || $_ eq "-color") {295 $_ = "--color=$color";404 my ($hashRef, $arrayRef) = @_;421 my ($hashRef, $prefix) = @_;580 our $typeC99Typedefs = qr{(?:__)?(?:[us]_?)?int_?(?:8|16|32|64)_t};[all …]
435 local _ rest450 IFS='[ .]' read -r _ _ _ QEMU_MAJOR QEMU_MINOR QEMU_MICRO rest <<<"$QEMU_VERSION_STRING"471 …grep -E '^[[:blank:]]*[[:alpha:]_][[:alnum:]_]*=' "$KVM_UNIT_TESTS_ENV_OLD" | while IFS= read -r l…
19 $(shell echo $(notdir $(1)) | tr [:lower:]- [:upper:]_)
18 _binary_s390x_snippets_##type##_##file##_gbin_start20 _binary_s390x_snippets_##type##_##file##_gbin_end22 _binary_s390x_snippets_##type##_##file##_hdr_start24 _binary_s390x_snippets_##type##_##file##_hdr_end
46 scsw_line[i] = '_'; in dump_scsw_flags()53 scsw_line[i + 1] = '_'; in dump_scsw_flags()73 pcmw_line[i] = '_'; in dump_pmcw_flags()
50 /*58 X Y Z [ \ ] ^ _ */
92 if (isalpha(*env) || *env == '_') { in env_next()97 if (!(isalnum(*p) || *p == '_')) in env_next()
56 if (isa_string[i] == '_') { in isa_parse()60 while (i < len - 1 && isa_string[i] != '_') in isa_parse()
476 < ci/$CI_JOB_NAME.yml > ci/_$CI_JOB_NAME.yml478 - cirrus-run -v --show-build-log always ci/_$CI_JOB_NAME.yml
359 do *c++ = (*n == ' ') ? '_' : *n; in test_wanted()
2051 do *c++ = (*n == ' ') ? '_' : *n; in test_wanted()