Searched refs:success (Results 1 – 5 of 5) sorted by relevance
| /scripts/ |
| D | Kconfig.include | 14 # $(if-success,<command>,<then>,<else>) 16 if-success = $(shell,{ $(1); } >/dev/null 2>&1 && echo "$(2)" || echo "$(3)") 18 # $(success,<command>) 20 success = $(if-success,$(1),y,n) variable 24 failure = $(if-success,$(1),n,y) 28 cc-option = $(success,trap "rm -rf .tmp_$$" EXIT; mkdir .tmp_$$; $(CC) -Werror $(CLANG_FLAGS) $(1) … 32 ld-option = $(success,$(LD) -v $(1)) 36 as-instr = $(success,printf "%b\n" "$(1)" | $(CC) $(CLANG_FLAGS) $(2) -Wa$(comma)--fatal-warnings -… 45 $(error-if,$(success,test -z "$(cc-info)"),Sorry$(comma) this C compiler is not supported.) 51 $(error-if,$(success,test -z "$(as-info)"),Sorry$(comma) this assembler is not supported.) [all …]
|
| D | spelling.txt | 1502 sucess||success 1615 usccess||success
|
| /scripts/gcc-plugins/ |
| D | Kconfig | 14 depends on $(success,test -e $(shell,$(CC) -print-file-name=plugin)/include/plugin-version.h)
|
| /scripts/kconfig/ |
| D | qconf.cc | 272 bool success; in setModelData() local 288 success = sym_set_string_value(sym, lineEdit->text().toUtf8().data()); in setModelData() 289 if (success) { in setModelData()
|
| D | gconf.c | 1128 gboolean success; in set_node() local 1136 FALSE, FALSE, &success); in set_node()
|