Home
last modified time | relevance | path

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

/scripts/mod/
DMakefile5 always-y += empty.o
24 $(obj)/elfconfig.h: $(obj)/empty.o $(obj)/mk_elfconfig FORCE
/scripts/
DKconfig.include8 empty := variable
9 space := $(empty) $(empty)
62 # $(m32-flag): -m32 if the compiler supports it, or an empty string otherwise.
63 # $(m64-flag): -m64 if the compiler supports it, or an empty string otherwise.
DKbuild.include9 empty :=
10 space := $(empty) $(empty)
125 # If quiet is empty, print short log and whole command
164 # Check if both commands are the same including their order. Result is empty
167 # $(savedcmd_$@) gets empty. Then, target will be built even if $(newer-prereqs)
168 # happens to become empty.
187 # empty even if the target does not exist. cmd-check saves this corner case.
Dcheck-uapi.sh23 -b BASE_REF Base git reference to use for comparison. If unspecified or empty,
26 -p PAST_REF Compare BASE_REF to PAST_REF (e.g. -p v6.1). If unspecified or empty,
/scripts/coccinelle/misc/
Dadd_namespace.cocci28 // Dummy rule for report mode that would otherwise be empty and make spatch
Dsemicolon.cocci8 // Comments: Some false positives on empty default cases in switch statements.
/scripts/gendwarfksyms/
Dtypes.c427 bool empty; in type_parse() local
451 empty = end == pos + 3; in type_parse()
454 empty = end == pos + 2; in type_parse()
456 if (empty) in type_parse()