Home
last modified time | relevance | path

Searched refs:defined (Results 1 – 7 of 7) sorted by relevance

/scripts/
Dcheckkconfigsymbols.py132 defined = {}
157 undefined_b, defined = check_symbols(args.ignore)
177 undefined, defined = check_symbols(args.ignore)
186 sims = find_sims(symbol, args.ignore, defined)
268 def find_sims(symbol, ignore, defined=[]): argument
271 if defined:
272 return difflib.get_close_matches(symbol, set(defined), 10)
285 defined.extend(res[0])
287 return difflib.get_close_matches(symbol, set(defined), 10)
421 defined, references = parse_kconfig_file(kfile)
[all …]
DKbuild.include50 # The rule defined shall write to stdout the content of the new file.
Dcheckpatch.pl6351 …if ($line =~ /^\+\s*#\s*if\s+defined(?:\s*\(?\s*|\s+)(CONFIG_[A-Z_]+)\s*\)?\s*\|\|\s*defined(?:\s*…
/scripts/kconfig/tests/preprocess/variable/
DKconfig43 # User-defined function.
47 # The number of arguments is not checked for user-defined functions.
/scripts/coccinelle/api/debugfs/
Ddebugfs_simple_attr.cocci60 msg="%s should be defined with DEFINE_DEBUGFS_ATTRIBUTE" % (fops)
67 msg="WARNING: %s should be defined with DEFINE_DEBUGFS_ATTRIBUTE" % (fops)
/scripts/coccinelle/null/
Dbadzero.cocci120 // This rule may lead to inconsistent path problems, if E is defined in two
/scripts/gcc-plugins/
DKconfig34 The complexity M of a function's control flow graph is defined as: