/scripts/kconfig/ |
D | parser.y | 572 static void print_quoted_string(FILE *out, const char *str) in print_quoted_string() argument 577 putc('"', out); in print_quoted_string() 581 fprintf(out, "%.*s", len, str); in print_quoted_string() 582 fputs("\\\"", out); in print_quoted_string() 585 fputs(str, out); in print_quoted_string() 586 putc('"', out); in print_quoted_string() 589 static void print_symbol(FILE *out, struct menu *menu) in print_symbol() argument 595 fprintf(out, "\nchoice\n"); in print_symbol() 597 fprintf(out, "\nconfig %s\n", sym->name); in print_symbol() 600 fputs(" bool\n", out); in print_symbol() [all …]
|
D | confdata.c | 755 FILE *out; in conf_write_defconfig() local 757 out = fopen(filename, "w"); in conf_write_defconfig() 758 if (!out) in conf_write_defconfig() 803 conf_write_symbol(out, sym, &kconfig_printer_cb, NULL); in conf_write_defconfig() 820 fclose(out); in conf_write_defconfig() 826 FILE *out; in conf_write() local 854 out = fopen(name, "w"); in conf_write() 858 out = fopen(tmpname, "w"); in conf_write() 860 if (!out) in conf_write() 863 conf_write_heading(out, &kconfig_printer_cb, NULL); in conf_write() [all …]
|
D | preprocess.c | 502 char *expansion, *out; in __expand_string() local 505 out = xmalloc(1); in __expand_string() 506 *out = 0; in __expand_string() 517 out = xrealloc(out, out_len); in __expand_string() 518 strncat(out, in, in_len); in __expand_string() 519 strcat(out, expansion); in __expand_string() 533 out = xrealloc(out, out_len); in __expand_string() 534 strncat(out, in, in_len); in __expand_string() 539 return out; in __expand_string()
|
D | lkc.h | 44 void zconfdump(FILE *out); 61 static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) in xfwrite() argument 65 if (fwrite(str, len, count, out) != count) in xfwrite()
|
/scripts/ |
D | asn1_compiler.c | 555 static void render(FILE *out, FILE *hdr); 564 FILE *out, *hdr; in main() local 642 out = fopen(outputname, "w"); in main() 643 if (!out) { in main() 654 render(out, hdr); in main() 656 if (fclose(out) < 0) { in main() 1256 static void render_element(FILE *out, struct element *e, struct element *tag); 1257 static void render_out_of_line_list(FILE *out); 1264 static void render_opcode(FILE *out, const char *fmt, ...) in render_opcode() argument 1268 if (out) { in render_opcode() [all …]
|
D | recordmcount.c | 185 goto out; in mmap_file() 189 goto out; in mmap_file() 198 goto out; in mmap_file() 204 goto out; in mmap_file() 208 out: in mmap_file() 489 goto out; in do_file() 499 goto out; in do_file() 531 goto out; in do_file() 539 goto out; in do_file() 584 goto out; in do_file() [all …]
|
D | extract_xc3028.pl | 47 my ($chunklength, $buf, $rcount, $out); 57 $out .= $buf; 60 return $out; 105 my $out = get_hunk($offset, $length); 110 printf "%02x ",ord(substr($out,$i,1)) if ($debug); 114 syswrite(OUTFILE, $out); 120 my $out = get_hunk($offset, $length); 125 printf "%02x ",ord(substr($out,$i,1)) if ($debug); 131 my $size = ord(substr($out,$i,1))*256+ord(substr($out,$i+1,1)); 132 syswrite(OUTFILE, substr($out,$i+1,1)); [all …]
|
D | xen-hypercalls.sh | 3 out="$1" 13 print "HYPERCALL("substr(v[i], 14)")"}' | sort -u >$out
|
D | Makefile.headersinst | 30 src-headers := $(filter-out $(no-export-headers), $(src-headers)) 32 gen-headers := $(filter-out $(no-export-headers), $(gen-headers)) 39 gen-headers := $(filter-out $(duplicated), $(gen-headers)) 50 unwanted := $(filter-out $(all-headers), $(old-headers)) 55 new-dirs := $(filter-out $(existing-dirs), $(wanted-dirs))
|
D | sorttable.h | 275 goto out; in do_sort() 285 goto out; in do_sort() 294 goto out; in do_sort() 299 goto out; in do_sort() 304 goto out; in do_sort() 309 goto out; in do_sort() 346 goto out; in do_sort() 361 out: in do_sort()
|
D | Makefile.asm-generic | 29 mandatory-y := $(filter-out $(generated-y), $(mandatory-y)) 37 unwanted := $(filter-out $(generic-y) $(generated-y),$(old-headers))
|
D | Makefile.lib | 29 obj-m := $(filter-out $(obj-y),$(obj-m)) 33 lib-y := $(filter-out $(obj-y), $(sort $(lib-y) $(lib-m))) 50 obj-m := $(filter-out %/, $(obj-m)) 56 obj-y := $(filter-out %/, $(obj-y)) 78 …$(filter $(m),$(call suffix-search,$(m),$(2))) $(call real-search,$(filter-out $(m),$(call suffix-… 141 _c_flags = $(filter-out $(CFLAGS_REMOVE_$(target-stem).o), \ 142 $(filter-out $(ccflags-remove-y), \ 145 _a_flags = $(filter-out $(AFLAGS_REMOVE_$(target-stem).o), \ 146 $(filter-out $(asflags-remove-y), \
|
D | Makefile.clean | 40 __clean-files := $(filter-out $(no-clean-files), $(__clean-files)) 47 $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(__clean-files))) \
|
D | Makefile.build | 119 …cmd_cc_s_c = $(CC) $(filter-out $(DEBUG_CFLAGS) $(CC_FLAGS_LTO), $(c_flags)) -fverbose-asm -S -o $… 289 --whole-archive $(filter-out FORCE,$^) 384 targets += $(filter-out $(subdir-builtin), $(real-obj-y)) 385 targets += $(filter-out $(subdir-modorder), $(real-obj-m)) 418 $(foreach n, $(filter-out FORCE,$^), \ 482 targets := $(filter-out $(PHONY), $(targets)) 511 unknown-single := $(filter-out $(addsuffix /%, $(subdir-ym)), \ 512 $(filter-out $(curdir-single), $(KBUILD_SINGLE_TARGETS))) 569 obj-dirs := $(strip $(filter-out $(existing-dirs), $(obj-dirs)))
|
D | Kconfig.include | 42 # Get the compiler name, version, and error out if it is not supported. 48 # Get the assembler name, version, and error out if it is not supported. 54 # Get the linker name, version, and error out if it is not supported. 60 # Get the assembler name, version, and error out if it is not supported.
|
D | export_report.pl | 85 open (my $out, '>', $opt{'o'}) 88 select $out;
|
D | sorttable.c | 84 goto out; in mmap_file() 88 goto out; in mmap_file() 94 goto out; in mmap_file() 99 out: in mmap_file()
|
D | Makefile.modfinal | 27 $(CC) $(filter-out $(CC_FLAGS_CFI) $(CC_FLAGS_FTRACE), \
|
D | Makefile.gcc-plugins | 57 GCC_PLUGINS_CFLAGS := $(filter-out %/sancov_plugin.so, $(GCC_PLUGINS_CFLAGS))
|
D | Makefile.extrawarn | 53 KBUILD_CFLAGS += -Wno-tautological-constant-out-of-range-compare
|
D | Kbuild.include | 29 real-prereqs = $(filter-out $(PHONY), $^) 115 $(if $(filter-out $(PHONY), $@), \ 133 cmd-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(cmd_$@))), \ 152 newer-prereqs = $(filter-out $(PHONY),$?)
|
D | recordmcount.h | 660 goto out; /* Nothing to be done; don't append! */ in do_func() 673 goto out; in do_func() 686 goto out; in do_func() 693 out: in do_func()
|
D | Makefile.modpost | 134 ifneq ($(findstring i,$(filter-out --%,$(MAKEFLAGS))),)
|
/scripts/gcc-plugins/ |
D | Makefile | 33 plugin-multi := $(filter-out $(plugin-single), $(GCC_PLUGIN))
|
/scripts/coccinelle/api/ |
D | kfree_sensitive.cocci | 20 # kmalloc_oob_in_memset uses memset to explicitly trigger out-of-bounds access
|