Home
last modified time | relevance | path

Searched refs:P (Results 1 – 7 of 7) sorted by relevance

/scripts/coccinelle/api/
Dstring_choices.cocci23 position P;
26 * (E@P == 1) ? "" : "s"
28 * (E@P > 1) ? "s" : ""
32 p << str_plural_r.P;
46 position P;
48 * E@P ? "up" : "down"
51 p << str_up_down_r.P;
65 position P;
67 * E@P ? "down" : "up"
70 p << str_down_up_r.P;
[all …]
/scripts/
Dparse-maintainers.pl12 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";
Dget_maintainer.pl16 my $P = $0;
192 or warn "$P: Can't find a readable .get_maintainer.conf file $!\n";
218 or warn "$P: Can't find a readable .get_maintainer.ignore file $!\n";
238 die "$P: using --self-test does not allow any other option or argument\n";
289 die "$P: invalid argument - use --help if necessary\n";
298 print("${P} ${V}\n");
310 die "$P: missing patchfile or -f file - use --help if necessary\n";
332 die "$P: Missing required option: email, scm, status, subsystem, web or bug\n";
340 die "$P: Please select at least 1 email option\n";
344 die "$P: The current directory does not appear to be "
[all …]
Drecordmcount.pl112 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";
Dleaking_addresses.pl34 my $P = $0;
91 Usage: $P [OPTIONS]
Dcheckpatch.pl18 my $P = $0;
19 my $D = dirname(abs_path($P));
84 Usage: $P [OPTION]... [FILE]...
165 open(my $script, '<', abs_path($P)) or
166 die "$P: Can't read '$P' $!\n";
225 or warn "$P: Can't find a readable $configuration_file file $!\n";
249 or warn "$P: Can't read the documentation file $docsfile $!\n";
361 die "$P: --git cannot be used with --file or --fix\n" if ($git && ($file || $fix));
362 die "$P: --verbose cannot be used with --terse\n" if ($verbose && $terse);
373 die "$P: Invalid color mode: $color\n";
[all …]
/scripts/gcc-plugins/
Dgcc-common.h427 #define ipa_ref_list_referring_iterate(L, I, P) \ argument
428 (L)->referring.iterate((I), &(P))
429 #define ipa_ref_list_reference_iterate(L, I, P) \ argument
430 (L)->reference.iterate((I), &(P))