Home
last modified time | relevance | path

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

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

Completed in 19 milliseconds