Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 21 of 21) sorted by relevance

/scripts/kconfig/tests/preprocess/variable/
DKconfig6 # 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/
Dtest_addr.cocci2 /// 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"
Dreturnvar.cocci3 /// 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)
Duninitialized_var.cocci10 /// 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/
Dqconf-cfg.sh25 ${HOSTPKG_CONFIG} --variable=libexecdir Qt6Core > ${bin}
32 ${HOSTPKG_CONFIG} --variable=host_bins Qt5Core > ${bin}
Dpreprocess.c235 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()
Dstreamline_config.pl280 my $variable = $2;
286 $process .= $start . $variable;
/scripts/kconfig/tests/preprocess/circular_expansion/
Dexpected_stderr1 Kconfig:5: Recursive variable 'X' references itself (eventually)
/scripts/
Dcheck-variable-fonts.sh95 notocjkvffonts=`fc-list : file family variable | \
DMakefile.extrawarn117 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)
Dcheck-sysctl-docs140 if (debug) print "Registering variable table " tables[2] " at " tables[1]
Dspelling.txt1687 varible||variable
/scripts/coccinelle/iterators/
Ditnull.cocci86 cocci.print_main("iterator-bound variable",p1)
94 msg = "ERROR: iterator variable bound on line %s cannot be NULL" % (p1[0].line)
Duse_after_iter.cocci3 /// 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)
Ddevice_node_continue.cocci2 /// Device node iterators put the previous value of the index variable, so an
/scripts/gcc-plugins/
DMakefile34 -ggdb -Wno-narrowing -Wno-unused-variable \
/scripts/coccinelle/tests/
Dunsigned_lesser_than_zero.cocci4 /// usually wrong type of variable.
/scripts/package/
DPKGBUILD41 # Bypass this override with a custom variable.
/scripts/coccinelle/null/
Dderef_null.cocci3 /// A variable is dereferenced under a NULL test.
/scripts/dtc/
Ddtx_diff57 The shell variable \${ARCH} must provide the architecture containing
/scripts/coccinelle/api/
Dstream_open.cocci188 …e_steam.fops cannot be used in other rules - it gives "bad rule maybe_stream or bad variable fops".