Home
last modified time | relevance | path

Searched refs:input (Results 1 – 11 of 11) sorted by relevance

/scripts/
A DMakefile.modpost105 missing-input := vmlinux.o
125 missing-input := $(objtree)/Module.symvers
137 $(if $(missing-input), \
A Dgit-resolve.sh38 local input="$*"
43 if [[ "$input" == *" "* ]]; then
A Dunifdef.c182 static FILE *input; /* input file pointer */ variable
319 input = fopen(filename, "rb"); in main()
320 if (input == NULL) in main()
324 input = stdin; in main()
332 fstat(fileno(input), &ist) == 0) in main()
649 if (fgets(tline, MAXLINE, input) == NULL) in parseline()
723 if (fgets(tline + len, MAXLINE - len, input) == NULL) { in parseline()
A Ddev-needs.sh13 The script takes as input a list of one or more device directories under
A Dtest_doc_build.py273 ret = input("Press Enter to continue or 'a' to abort: ").strip().lower()
A Dcheckpatch.pl3374 my $input = $line;
3377 if ($input =~ /\bcommit\s+[0-9a-f]{5,}\s*($balanced_parens)/i) {
3389 $input .= " " . trim($rawlines[$linenr + $n]);
3395 if ($input =~ /\b(c)ommit\s+([0-9a-f]{5,})\b/i) {
3398 $short = 0 if ($input =~ /\bcommit\s+[0-9a-f]{12,40}/i);
3399 $long = 1 if ($input =~ /\bcommit\s+[0-9a-f]{41,}/i);
3400 $space = 0 if ($input =~ /\bcommit [0-9a-f]/i);
3401 $case = 0 if ($input =~ /\b[Cc]ommit\s+[0-9a-f]{5,40}[^A-F]/);
3402 } elsif ($input =~ /\b([0-9a-f]{12,40})\b/i) {
A Dget_maintainer.pl1900 my $input = <STDIN>;
1901 chomp($input);
1905 my @wish = split(/[, ]+/, $input);
A Dkernel-doc.pl710 my $input = join "\n",@_;
717 foreach $line (split "\n",$input) {
/scripts/gcc-plugins/
A Dstackleak_plugin.c116 tree sp_decl, input; in add_stack_tracking_gasm() local
137 input = build_tree_list(NULL_TREE, build_const_char_string(2, "r")); in add_stack_tracking_gasm()
138 input = chainon(NULL_TREE, build_tree_list(input, sp_decl)); in add_stack_tracking_gasm()
139 vec_safe_push(inputs, input); in add_stack_tracking_gasm()
/scripts/dtc/
A Ddtx_diff32 -T annotate output .dts with input source file and line
/scripts/kconfig/
A Dparser.y107 input: mainmenu_stmt stmt_list | stmt_list;

Completed in 21 milliseconds