Searched refs:variable (Results 1 – 21 of 21) sorted by relevance
| /scripts/kconfig/tests/preprocess/variable/ |
| D | Kconfig | 6 # Simply expanded variable. 12 # Recursively expanded variable. 18 # Append something to a simply expanded variable. 24 # Append something to a recursively expanded variable. 30 # Use += operator to an undefined variable. 31 # This works as a recursively expanded variable. 37 # You can use variable references for the lefthand side of assignment statement.
|
| /scripts/coccinelle/misc/ |
| D | test_addr.cocci | 2 /// The address of a variable or field is likely always to be non-zero. 26 cocci.print_main("test of a variable/field address",p) 32 msg = "ERROR: test of a variable/field address"
|
| D | returnvar.cocci | 3 /// Remove unneeded variable used to store return value. 58 coccilib.report.print_report(p1[0], "Unneeded variable: \"" + ret + "\". Return \"" + C + "\" on li… 66 cocci.print_main("unneeded \"" + ret + "\" variable", p1)
|
| D | uninitialized_var.cocci | 10 /// compiler warnings (e.g. "unused variable"). If the compiler thinks it 11 /// is uninitialized, either simply initialize the variable or make compiler 14 /// sure there are no needless variable writes.
|
| /scripts/kconfig/ |
| D | qconf-cfg.sh | 25 ${HOSTPKG_CONFIG} --variable=libexecdir Qt6Core > ${bin} 32 ${HOSTPKG_CONFIG} --variable=host_bins Qt5Core > ${bin}
|
| D | preprocess.c | 235 struct variable { struct 243 static struct variable *variable_lookup(const char *name) in variable_lookup() argument 245 struct variable *v; in variable_lookup() 257 struct variable *v; in variable_expand() 286 struct variable *v; in variable_add() 328 static void variable_del(struct variable *v) in variable_del() 338 struct variable *v, *tmp; in variable_all_del()
|
| D | streamline_config.pl | 280 my $variable = $2; 286 $process .= $start . $variable;
|
| /scripts/kconfig/tests/preprocess/circular_expansion/ |
| D | expected_stderr | 1 Kconfig:5: Recursive variable 'X' references itself (eventually)
|
| /scripts/ |
| D | check-variable-fonts.sh | 95 notocjkvffonts=`fc-list : file family variable | \
|
| D | Makefile.extrawarn | 117 KBUILD_CFLAGS += $(call cc-option, -Wunused-const-variable) 126 KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable) 127 KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable)
|
| D | check-sysctl-docs | 140 if (debug) print "Registering variable table " tables[2] " at " tables[1]
|
| D | spelling.txt | 1687 varible||variable
|
| /scripts/coccinelle/iterators/ |
| D | itnull.cocci | 86 cocci.print_main("iterator-bound variable",p1) 94 msg = "ERROR: iterator variable bound on line %s cannot be NULL" % (p1[0].line)
|
| D | use_after_iter.cocci | 3 /// variable ends up pointing to an address at an offset from the list head, 152 msg = "ERROR: invalid reference to the index variable of the iterator on line %s" % (p1[0].line)
|
| D | device_node_continue.cocci | 2 /// Device node iterators put the previous value of the index variable, so an
|
| /scripts/gcc-plugins/ |
| D | Makefile | 34 -ggdb -Wno-narrowing -Wno-unused-variable \
|
| /scripts/coccinelle/tests/ |
| D | unsigned_lesser_than_zero.cocci | 4 /// usually wrong type of variable.
|
| /scripts/package/ |
| D | PKGBUILD | 41 # Bypass this override with a custom variable.
|
| /scripts/coccinelle/null/ |
| D | deref_null.cocci | 3 /// A variable is dereferenced under a NULL test.
|
| /scripts/dtc/ |
| D | dtx_diff | 57 The shell variable \${ARCH} must provide the architecture containing
|
| /scripts/coccinelle/api/ |
| D | stream_open.cocci | 188 …e_steam.fops cannot be used in other rules - it gives "bad rule maybe_stream or bad variable fops".
|