Lines Matching +full:sub +full:- +full:path
2 # SPDX-License-Identifier: GPL-2.0
51 sub check_include
58 $inc =~ s#asm/#asm-$arch/#;
68 sub check_declarations
85 sub check_config
87 if ($line =~ m/[^a-zA-Z0-9_]+CONFIG_([a-zA-Z0-9_]+)[^a-zA-Z0-9_]/) {
93 sub check_asm_types
95 if ($filename =~ /types.h|int-l64.h|int-ll64.h/o) {
114 sub check_include_typesh
116 my $path = $_[0];
120 my @file_paths = ($path, $dir . "/" . $path, dirname($filename) . "/" . $path);
146 sub check_sizetypes
148 if ($filename =~ /types.h|int-l64.h|int-ll64.h/o) {