Searched refs:P (Results 1 – 6 of 6) sorted by relevance
/scripts/ |
D | parse-maintainers.pl | 12 my $P = $0; 21 die "$P: invalid argument - use --help if necessary\n"; 31 usage: $P [options] <pattern matching regexes> 113 open(my $file, '>', "$filename") or die "$P: $filename: open failed - $!\n"; 146 open(my $file, '<', "$filename") or die "$P: $filename: open failed - $!\n";
|
D | get_maintainer.pl | 16 my $P = $0; 189 or warn "$P: Can't find a readable .get_maintainer.conf file $!\n"; 215 or warn "$P: Can't find a readable .get_maintainer.ignore file $!\n"; 235 die "$P: using --self-test does not allow any other option or argument\n"; 284 die "$P: invalid argument - use --help if necessary\n"; 293 print("${P} ${V}\n"); 305 die "$P: missing patchfile or -f file - use --help if necessary\n"; 325 die "$P: Missing required option: email, scm, status, subsystem or web\n"; 333 die "$P: Please select at least 1 email option\n"; 337 die "$P: The current directory does not appear to be " [all …]
|
D | recordmcount.pl | 112 my $P = $0; 113 $P =~ s@.*/@@g; 118 print "usage: $P arch endian bits objdump objcopy cc ld nm rm mv is_module inputfile\n";
|
D | leaking_addresses.pl | 33 my $P = $0; 87 Usage: $P [OPTIONS]
|
D | checkpatch.pl | 18 my $P = $0; 19 my $D = dirname(abs_path($P)); 83 Usage: $P [OPTION]... [FILE]... 163 open(my $script, '<', abs_path($P)) or 164 die "$P: Can't read '$P' $!\n"; 223 or warn "$P: Can't find a readable $configuration_file file $!\n"; 247 or warn "$P: Can't read the documentation file $docsfile $!\n"; 358 die "$P: --git cannot be used with --file or --fix\n" if ($git && ($file || $fix)); 359 die "$P: --verbose cannot be used with --terse\n" if ($verbose && $terse); 370 die "$P: Invalid color mode: $color\n"; [all …]
|
/scripts/gcc-plugins/ |
D | gcc-common.h | 393 #define ipa_ref_list_referring_iterate(L, I, P) \ argument 394 (L)->referring.iterate((I), &(P)) 395 #define ipa_ref_list_reference_iterate(L, I, P) \ argument 396 (L)->reference.iterate((I), &(P))
|