Lines Matching refs:from

138   --typedefsfile             Read additional types from this file
286 # Prevent --color by itself from consuming other arguments
388 #if no filenames are given, push '-' to read patch from stdin
460 print "Must be run from the top-level dir. of a kernel tree\n";
1267 # If input is git commits, extract all commits from the commit expressions.
1425 # Extract comments from names excluding quoted parts
1551 # Pick the indent from the front of the line.
2792 ($line =~ /^rename (?:from|to) \S+\s*$/ ||
3114 # and # from start of comments to get comment text
3132 # Extract comment text from within brackets or
3402 $line =~ /^rename (?:from|to) [\w\/\.\-]+\s*$/ ||
3443 $rawline =~ /^(?:commit\b|from\b|[\w-]+:)/i)) {
3510 # avoid false positive from list command eg, '-rw-r--r-- 1 root root'
3594 "Do not include the paragraph about writing to the Free Software Foundation's mailing address from the sample GPL notice. The FSF has changed addresses in the past, and may do so again. Linux already includes a copy of the GPL.\n" . $herevet)
3919 # add assignment operator to the previous line, remove from current line
4773 my ($ident, $from, $to) = ($1, $2, $2);
4783 ## print "1: from<$from> to<$to> ident<$ident>\n";
4784 if ($from ne $to) {
4786 "\"(foo$from)\" should be \"(foo$to)\"\n" . $herecurr) &&
4790 $sub_to =~ s/\Q$from\E/$to/;
4798 my ($match, $from, $to, $ident) = ($1, $2, $2, $3);
4810 ## print "2: from<$from> to<$to> ident<$ident>\n";
4811 if ($from ne $to && $ident !~ /^$Modifier$/) {
4813 "\"foo${from}bar\" should be \"foo${to}bar\"\n" . $herecurr) &&
4818 $sub_to =~ s/\Q$from\E/$to/;
6935 $use = " - '%pA' is only intended to be used from Rust code";
7629 # validate content of MODULE_LICENSE against list from include/linux/module.h