Searched refs:defined (Results 1 – 7 of 7) sorted by relevance
/scripts/ |
D | checkkconfigsymbols.py | 132 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 …]
|
D | Kbuild.include | 50 # The rule defined shall write to stdout the content of the new file.
|
D | checkpatch.pl | 6351 …if ($line =~ /^\+\s*#\s*if\s+defined(?:\s*\(?\s*|\s+)(CONFIG_[A-Z_]+)\s*\)?\s*\|\|\s*defined(?:\s*…
|
/scripts/kconfig/tests/preprocess/variable/ |
D | Kconfig | 43 # User-defined function. 47 # The number of arguments is not checked for user-defined functions.
|
/scripts/coccinelle/api/debugfs/ |
D | debugfs_simple_attr.cocci | 60 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/ |
D | badzero.cocci | 120 // This rule may lead to inconsistent path problems, if E is defined in two
|
/scripts/gcc-plugins/ |
D | Kconfig | 34 The complexity M of a function's control flow graph is defined as:
|