Home
last modified time | relevance | path

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

/scripts/coccinelle/api/
A Dstring_choices.cocci23 position P;
46 position P;
65 position P;
84 position P;
103 position P;
122 position P;
141 position P;
160 position P;
179 position P;
198 position P;
[all …]
/scripts/
A 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";
A Dget_maintainer.pl16 my $P = $0;
300 print("${P} ${V}\n");
346 die "$P: Please select at least 1 email option\n";
439 die "$P: MAINTAINER file not found '$path'\n";
454 or die "$P: Can't open $file: $!\n";
480 or warn "$P: Can't open .mailmap: $!\n";
554 die "$P: file '${file}' not found\n";
566 or die "$P: Can't open $file: $!\n";
580 or die "$P: Can't open $file: $!\n";
1061 usage: $P [options] patchfile
[all …]
A 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";
A Dleaking_addresses.pl34 my $P = $0;
91 Usage: $P [OPTIONS]
A Dcheckpatch.pl18 my $P = $0;
19 my $D = dirname(abs_path($P));
84 Usage: $P [OPTION]... [FILE]...
184 open(my $script, '<', abs_path($P)) or
185 die "$P: Can't read '$P' $!\n";
392 die "$P: Invalid color mode: $color\n";
1131 or warn "$P: Can't read '$file' $!\n";
1202 or warn "$P: Can't read '$camelcase_cache' $!\n";
1325 die "$P: $filename: diff failed - $!\n";
1330 die "$P: $filename: open failed - $!\n";
[all …]
/scripts/gcc-plugins/
A Dgcc-common.h390 #define ipa_ref_list_referring_iterate(L, I, P) \ argument
391 (L)->referring.iterate((I), &(P))
392 #define ipa_ref_list_reference_iterate(L, I, P) \ argument
393 (L)->reference.iterate((I), &(P))
/scripts/bash-completion/
A Dmake59 keywords+=($(find "${srctree}/arch" -mindepth 1 -maxdepth 1 -type d -printf '%P\n'))
388 -mindepth 1 -maxdepth 1 -type d -printf '%P/\n' \
389 -o -printf '%P\n' 2>/dev/null))

Completed in 18 milliseconds