| /scripts/ |
| D | config | 19 --enable|-e option Enable option 20 --disable|-d option Disable option 21 --module|-m option Turn option into a module 22 --set-str option string 23 Set option to "string" 24 --set-val option value 25 Set option to value 26 --undefine|-u option Undefine option 27 --state|-s option Print state of option (n,y,m,undef) 29 --enable-after|-E beforeopt option [all …]
|
| D | Makefile.compiler | 34 as-option = $(call try-run,\ 45 __cc-option = $(call try-run,\ 51 cc-option = $(call __cc-option, $(CC),\ 56 cc-option-yn = $(if $(call cc-option,$1),y,n) 60 cc-disable-warning = $(call cc-option,-Wno-$(strip $1)) 76 ld-option = $(call try-run, $(LD) $(KBUILD_LDFLAGS) $(1) -v,$(1),$(2),$(3)) 81 __rustc-option = $(call try-run,\ 88 rustc-option = $(call __rustc-option, $(RUSTC),\ 93 rustc-option-yn = $(if $(call rustc-option,$1),y,n)
|
| D | Makefile.kasan | 14 cc-param = $(call cc-option, -mllvm -$(1), $(call cc-option, --param $(1))) 15 rustc-param = $(call rustc-option, -Cllvm-args=-$(1),) 44 CFLAGS_KASAN := $(call cc-option, -fsanitize=kernel-address \ 46 $(call cc-option, -fsanitize=kernel-address \
|
| D | Makefile.kcsan | 13 …$(call cc-option,$(call cc-param,tsan-compound-read-before-write=1),$(call cc-option,$(call cc-par… 23 kcsan-cflags += $(call cc-option,$(call cc-param,tsan-instrument-func-entry-exit=0))
|
| D | Makefile.extrawarn | 68 KBUILD_CFLAGS += $(call cc-option, -Wcast-function-type) 72 KBUILD_CFLAGS-$(CONFIG_CC_STRINGOP_OVERFLOW) += $(call cc-option, -Wstringop-overflow) 95 KBUILD_CFLAGS += $(call cc-option,-Werror=incompatible-pointer-types) 98 KBUILD_CFLAGS += $(call cc-option,-Werror=designated-init) 101 KBUILD_CFLAGS += $(call cc-option,-Wenum-conversion) 104 KBUILD_CFLAGS += $(call cc-option,-fzero-init-padding-bits=all) 117 KBUILD_CFLAGS += $(call cc-option, -Wunused-const-variable) 166 KBUILD_CFLAGS += $(call cc-option, -Wlogical-op) 167 KBUILD_CFLAGS += $(call cc-option, -Wunused-macros)
|
| D | Kconfig.include | 26 # $(cc-option,<flag>) 28 cc-option = $(success,trap "rm -rf .tmp_$$" EXIT; mkdir .tmp_$$; $(CC) -Werror $(CLANG_FLAGS) $(1) … 30 # $(ld-option,<flag>) 32 ld-option = $(success,$(LD) -v $(1)) 64 cc-option-bit = $(if-success,$(CC) -Werror $(1) -E -x c /dev/null -o /dev/null,$(1)) 65 m32-flag := $(cc-option-bit,-m32) 66 m64-flag := $(cc-option-bit,-m64) 71 # $(rustc-option,<flag>) 77 rustc-option = $(success,trap "rm -rf .tmp_$$" EXIT; mkdir .tmp_$$; $(RUSTC) $(1) --crate-type=rlib…
|
| D | Makefile.clang | 18 $(error add '--target=' option to scripts/Makefile.clang) 34 CLANG_FLAGS += -Werror=unknown-warning-option 36 CLANG_FLAGS += -Werror=option-ignored
|
| D | generate_rust_target.rs | 164 fn has(&self, option: &str) -> bool { in has() 165 let option = "CONFIG_".to_owned() + option; in has() localVariable 166 self.0.contains_key(&option) in has()
|
| D | Makefile.modinst | 87 strip-option := --strip-debug 89 strip-option := $(INSTALL_MOD_STRIP) 93 cmd_strip = $(STRIP) $(strip-option) $@
|
| D | leaking_addresses.pl | 248 my ($option) = @_; 275 $value = option_from_file($option, $file); 287 my ($option, $file) = @_; 293 if ($line =~ /^$option/) {
|
| D | Makefile.ubsan | 13 ubsan-cflags-$(CONFIG_UBSAN_TRAP) += $(call cc-option,-fsanitize-trap=undefined,-fsanitize-undefin…
|
| D | kallsyms.c | 763 static const struct option long_options[] = { in main()
|
| /scripts/kconfig/ |
| D | lexer.l | 5 %option nostdinit noyywrap never-interactive full ecs 6 %option 8bit nodefault yylineno
|
| D | qconf.h | 180 const QStyleOptionViewItem &option,
|
| D | conf.c | 607 static const struct option long_opts[] = {
|
| D | qconf.cc | 248 const QStyleOptionViewItem &option, in createEditor() argument 262 return QStyledItemDelegate::createEditor(parent, option, index); in createEditor()
|
| /scripts/genksyms/ |
| D | lex.l | 47 %option noyywrap 49 %option noinput
|
| D | genksyms.c | 743 struct option long_opts[] = { in main()
|
| /scripts/gendwarfksyms/ |
| D | gendwarfksyms.c | 98 static const struct option opts[] = { in main()
|
| /scripts/coccinelle/null/ |
| D | badzero.cocci | 7 //# using the option -all_includes and the option -I to specify an
|
| /scripts/dtc/ |
| D | util.h | 204 struct option const long_opts[],
|
| D | fdtoverlay.c | 28 static struct option const usage_long_opts[] = {
|
| D | dtc-lexer.l | 6 %option noyywrap nounput noinput never-interactive
|
| D | dtc.c | 51 static struct option const usage_long_opts[] = {
|
| D | util.c | 428 struct option const long_opts[], in util_usage()
|