Lines Matching full:g

101   -g, --git                  treat FILE as a single commit or git revision range
177 while ($text =~ /(?:(\bCHK|\bWARN|\bERROR|&\{\$msg_level})\s*\(|\$msg_type\s*=)\s*"([^"]+)"/g) {
217 $message =~ s/\n/\n\t/g;
234 $line =~ s/\s*\n?$//g;
235 $line =~ s/^\s*//g;
236 $line =~ s/\s+/ /g;
310 'g|git!' => \$git,
408 $word =~ s/\s*\n?$//g;
409 $word =~ s/^\s*//g;
410 $word =~ s/\s+/ /g;
693 $str1 =~ s/-//g;
694 $str2 =~ s/-//g;
914 while ($string =~ /\b(($single_mode_perms_string_search)\b(?:\s*\|\s*)?\s*)/g) {
946 $line =~ s/\s*\n?$//g;
947 $line =~ s/^\s*//g;
966 $line =~ s/\s*\n?$//g;
967 $line =~ s/^\s*//g;
994 $line =~ s/\s*\n?$//g;
995 $line =~ s/^\s*//g;
1110 $string =~ s@\s+@ @g;
1420 $name =~ s/^\"|\"$//g;
1442 $name =~ s/^[ \"]+|[ \"]+$//g;
1446 $address =~ s/^\<|\>$//g;
1450 $name =~ s/(?<!\\)"/\\"/g; ##escape quotes
1462 $name =~ s/^[ \"]+|[ \"]+$//g;
1467 $name =~ s/(?<!\\)"/\\"/g; ##escape quotes
1674 return "" if ($line !~ m/($String)/g);
1816 $stmt =~ s/(^|\n)./$1/g;
1820 my @stmt_lines = ($stmt =~ /\n/g);
1828 my @stmt_lines = ($stmt =~ /\n/g);
1836 $stmt =~ s/(^|\n)./$1/g;
1842 my @stmt_lines = ($stmt =~ /\n/g);
1843 my @stmt_statements = ($stmt =~ /;/g);
2056 while ($vet =~ /([^[:cntrl:]]*)([[:cntrl:]]|$)/g) {
2304 $possible =~ s/\s*$Storage\s*//g;
2305 $possible =~ s/\s*$Sparse\s*//g;
2309 $possible =~ s/\s*$Type\s*//g;
2535 $string =~ s/^\s+|\s+$//g;
2559 $string =~ s/$find/$replace/g;
2572 1 while $leading =~ s@^([\t]*)$spaces_to_tab@$1\t@g;
2574 1 while $leading =~ s@^([\t]*)( {1,$max_spaces_before_tab})\t@$1\t@g;
2796 $sline =~ s/$;/ /g; #with comments as spaces
2974 $author =~ s/"//g;
3098 $stripped_address =~ s/\([^\(\)]*\)//g;
3108 my $comment_count = () = $name_comment =~ /\([^\)]+\)/g;
3123 $cur_name =~ s/[a-zA-Z\s\-\"]+//g;
3129 $new_comment =~ s/^[\s\#]+|\s+$//g;
3164 $sig_nospace =~ s/\s//g;
3488 while ($line =~ m{(?:^|\s)(/\S*)}g) {
3537 while ($rawline =~ /\b($word_pattern) (?=($word_pattern))/g) {
3730 my @compats = $rawline =~ /\"([a-zA-Z0-9\-\,\.\+_]+)\"/g;
4115 $sl =~ s/\b(?:$Attribute|$Sparse)\b//g;
4116 $pl =~ s/\b(?:$Attribute|$Sparse)\b//g;
4236 $stat =~ s/\n./\n /g;
4237 $cond =~ s/\n./\n /g;
4271 $type =~ s/\s+/ /g;
4388 $s =~ s/$;/ /g;
4389 $c =~ s/$;/ /g;
4400 $cond_lines += $s =~ s/\n\s+\\\n/\n/g;
4485 my $outline = $opline; $outline =~ s/\t/ /g;
4496 # e.g.: int foo = foo, *bar = NULL;
4513 $ref =~ s/\s//g;
4519 while ($line =~ m{\b($Declare)\s*(?!char\b|short\b|int\b|long\b)\s*($Ident)?\s*[=,;\[\)\(]}g) {
4534 $comp_pointer =~ s/\s//g;
4679 while ($sline =~ m{(\b$TypeMisordered\b)}g) {
4686 while ($sline =~ m{\b($TypeMisordered(\s*\*)*|$C90_int_types)\b}g) {
4696 $new_type =~ s/\s+/ /g;
4794 while ($line =~ m{(\($NonptrType(\s*(?:$Modifier\b\s*|\*\s*)+)\))}g) {
4819 while ($line =~ m{(\b$NonptrType(\s*(?:$Modifier\b\s*|\*\s*)+)($Ident))}g) {
5049 while ($line =~ /(.*?\s)\[/g) {
5064 while ($line =~ /($Ident)\s+\(/g) {
5433 ## while ($ln =~ s/\([^\(\)]*\)//g) {
5512 while ($line =~ /(?:[^&]&\s*|\*)\(\s*($Ident\s*(?:$Member\s*)+)\s*\)/g) {
5530 $var2 =~ s/\s//g;
5543 …while ($test =~ /(?:^|[^\w\&\!\~])+\s*\(\s*([\&\!\~]?\s*$Lval\s*(?:$Compare\s*$FuncArg)?)\s*\)/g) {
5686 $stat_next =~ s/\n./\n /g;
5738 $s =~ s/\n.*//g;
5739 $s =~ s/$;//g; # Remove any comments
5790 $s =~ s/$;//g; # Remove any comments
5803 if ($line =~ /^.\s*(?:case\s*.*|default\s*):/g &&
5804 $line !~ /\G(?:
5840 $s =~ s/\n.*//g;
5859 while ($line =~ m{($Constant|$Lval)}g) {
5876 while ($var =~ m{\b($Ident)}g) {
5953 $define_args =~ s/\s*//g;
5954 $define_args =~ s/\\\+?//g;
5958 $dstat =~ s/$;//g;
5959 $dstat =~ s/\\\n.//g;
5977 $dstat =~ s/\b_*asm_*\s+_*volatile_*\b/asm_volatile/g;
6041 $define_stmt =~ s/$;//g;
6042 $define_stmt =~ s/\s+/ /g;
6050 …__stringify|typeof|__typeof__|__builtin\w+|typecheck\s*\(\s*$Type\s*,|\#+)\s*\(*\s*$arg\s*\)*\b//g;
6051 $tmp_stmt =~ s/\#+\s*$arg\b//g;
6052 $tmp_stmt =~ s/\b$arg\s*\#\#//g;
6053 my $use_cnt = () = $tmp_stmt =~ /\b$arg\b/g;
6112 $dstat =~ s/\\\n.//g;
6113 $dstat =~ s/$;/ /g;
6363 while ($line =~ /($String)/g) {
6376 while ($line =~ /($String)(?=\s*")/g) {
6386 while ($line =~ /(?:^|")([X\t]*)(?:"|$)/g) {
6388 $string =~ s/%%/__/g;
6502 while ($stat_real =~ /[^\"%]*(%[\#\d\.\*\-]*(h+)[idux])/g) {
6510 $nspec =~ s/h//g;
6526 while ($line =~ /\b$LvalOrFunc\s*(==|\!=)\s*NULL\b/g) {
6538 # check for bad placement of section $InitAttribute (e.g.: __initdata)
6604 $fixed[$fixlinenr] =~ s/\b$constant_func\b/$func/g;
6794 while ($attr =~ /\s*(\w+)\s*(${balanced_parens})?/g) {
6799 $curr_attr =~ s/^[\s_]+|[\s_]+$//g;
6899 $fmt =~ s/%%//g;
6924 $fmt =~ s/%%//g;
6926 while ($fmt =~ /(\%[\*\d\.]*p(\w)(\w*))/g) {
7193 while ($args =~ m/\s*($Type\s*(?:$Ident|\(\s*\*\s*$Ident?\s*\)\s*$balanced_parens)?)/g) {
7299 $fixed[$fixlinenr] =~ s/(\s*;\s*){2,}$/;/g;
7356 $stat =~ /^\+[$;\s]*(?:case[$;\s]+\w+[$;\s]*:[$;\s]*|)*[$;\s]*\bdefault[$;\s]*:[$;\s]*;/g) {
7369 $fixed[$fixlinenr] =~ s/\b__FUNCTION__\b/__func__/g;
7374 while ($line =~ /\b(__(?:DATE|TIME|TIMESTAMP)__)\b/g) {
7658 while ($line =~ m{\b($multi_mode_perms_string_search)\b}g) {