| /scripts/kconfig/ |
| D | parser.y | 629 static void print_quoted_string(FILE *out, const char *str) in print_quoted_string() argument 634 putc('"', out); in print_quoted_string() 638 fprintf(out, "%.*s", len, str); in print_quoted_string() 639 fputs("\\\"", out); in print_quoted_string() 642 fputs(str, out); in print_quoted_string() 643 putc('"', out); in print_quoted_string() 646 static void print_symbol(FILE *out, const struct menu *menu) in print_symbol() argument 652 fprintf(out, "\nchoice\n"); in print_symbol() 654 fprintf(out, "\nconfig %s\n", sym->name); in print_symbol() 657 fputs(" bool\n", out); in print_symbol() [all …]
|
| D | confdata.c | 569 char *out; in escape_string_value() local 585 out = xmalloc(len); in escape_string_value() 586 out[0] = '\0'; in escape_string_value() 588 strcat(out, "\""); in escape_string_value() 593 strncat(out, p, len); in escape_string_value() 599 strcat(out, "\\"); in escape_string_value() 600 strncat(out, p++, 1); in escape_string_value() 603 strcat(out, "\""); in escape_string_value() 605 return out; in escape_string_value() 762 FILE *out; in conf_write_defconfig() local [all …]
|
| D | preprocess.c | 506 char *expansion, *out; in __expand_string() local 509 out = xmalloc(1); in __expand_string() 510 *out = 0; in __expand_string() 521 out = xrealloc(out, out_len); in __expand_string() 522 strncat(out, in, in_len); in __expand_string() 523 strcat(out, expansion); in __expand_string() 537 out = xrealloc(out, out_len); in __expand_string() 538 strncat(out, in, in_len); in __expand_string() 543 return out; in __expand_string()
|
| D | lkc.h | 34 void zconfdump(FILE *out); 45 static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) in xfwrite() argument 49 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 | xen-hypercalls.sh | 3 out="$1" 13 print "HYPERCALL("substr(v[i], 14)")"}' | sort -u >$out
|
| D | recordmcount.c | 193 goto out; in mmap_file() 197 goto out; in mmap_file() 206 goto out; in mmap_file() 212 goto out; in mmap_file() 216 out: in mmap_file() 519 goto out; in do_file() 529 goto out; in do_file() 561 goto out; in do_file() 569 goto out; in do_file() 614 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 | 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 | 360 goto out; in do_sort() 370 goto out; in do_sort() 379 goto out; in do_sort() 388 goto out; in do_sort() 396 goto out; in do_sort() 401 goto out; in do_sort() 406 goto out; in do_sort() 411 goto out; in do_sort() 448 goto out; in do_sort() 463 out: in do_sort()
|
| D | Makefile.lib | 18 obj-m := $(filter-out $(obj-y),$(obj-m)) 22 lib-y := $(filter-out $(obj-y), $(sort $(lib-y) $(lib-m))) 39 obj-m := $(filter-out %/, $(obj-m)) 45 obj-y := $(filter-out %/, $(obj-y)) 115 _c_flags = $(filter-out $(CFLAGS_REMOVE_$(target-stem).o), \ 116 $(filter-out $(ccflags-remove-y), \ 119 _rust_flags = $(filter-out $(RUSTFLAGS_REMOVE_$(target-stem).o), \ 120 $(filter-out $(rustflags-remove-y), \ 123 _a_flags = $(filter-out $(AFLAGS_REMOVE_$(target-stem).o), \ 124 $(filter-out $(asflags-remove-y), \
|
| D | faddr2line | 110 local out=$(${READELF} --file-header --section-headers --symbols --wide $objfile) 115 …ELF_FILEHEADER=$(echo "${out}" | sed -n '/There are [0-9]* section headers, starting at offset\|Se… 116 …ELF_SECHEADERS=$(echo "${out}" | sed -n '/There are [0-9]* section headers, starting at offset\|Se… 117 ELF_SYMS=$(echo "${out}" | sed -n '/Symbol table .* contains [0-9]* entries:/,$p')
|
| D | export_report.pl | 85 open (my $out, '>', $opt{'o'}) 88 select $out;
|
| D | Makefile.compiler | 83 $(1) --sysroot=/dev/null $(filter-out --sysroot=/dev/null --target=%,$(2)) $(3)\ 84 --crate-type=rlib --out-dir=$(TMPOUT) --emit=obj=- - >/dev/null,$(3),$(4))
|
| D | sorttable.c | 94 goto out; in mmap_file() 98 goto out; in mmap_file() 104 goto out; in mmap_file() 109 out: in mmap_file()
|
| D | Kconfig.include | 43 # Get the C compiler name, version, and error out if it is not supported. 49 # Get the assembler name, version, and error out if it is not supported. 55 # Get the linker name, version, and error out if it is not supported. 77 … .tmp_$$" EXIT; mkdir .tmp_$$; $(RUSTC) $(1) --crate-type=rlib /dev/null --out-dir=.tmp_$$ -o .tmp…
|
| D | Makefile.build | 99 …cmd_cc_s_c = $(CC) $(filter-out $(DEBUG_CFLAGS) $(CC_FLAGS_LTO), $(c_flags)) -fverbose-asm -S -o $… 213 is-standard-object = $(if $(filter-out y%, $(OBJECT_FILES_NON_STANDARD_$(target-stem).o)$(OBJECT_FI… 277 --out-dir $(dir $@) --emit=dep-info=$(depfile) 384 targets += $(filter-out $(subdir-builtin), $(real-obj-y)) 385 targets += $(filter-out $(subdir-modorder), $(real-obj-m)) 520 targets += $(filter-out $(single-subdir-goals), $(MAKECMDGOALS)) 521 targets := $(filter-out $(PHONY), $(targets)) 536 obj-dirs := $(strip $(filter-out $(existing-dirs), $(obj-dirs)))
|
| D | Makefile.modfinal | 30 cmd_cc_o_c = $(CC) $(filter-out $(CC_FLAGS_CFI), $(c_flags)) -c -o $@ $< 59 newer_prereqs_except = $(filter-out $(PHONY) $(1),$?)
|
| D | Makefile.modpost | 61 ifneq ($(findstring i,$(filter-out --%,$(MAKEFLAGS))),) 138 ksym-wl := $(if $(filter-out /%, $(ksym-wl)),$(if $(wildcard $(ksym-wl)),,$(srctree)/))$(ksym-wl) 203 mod-protect-list := $(if $(filter-out /%, $(mod-protect-list)),$(if $(wildcard $(mod-protect-list))…
|
| D | Makefile.asm-headers | 43 mandatory-y := $(filter-out $(generated-y), $(mandatory-y)) 52 unwanted := $(filter-out $(generic-y) $(generated-y) $(syscall-y),$(old-headers))
|
| D | Makefile.clean | 34 __clean-files := $(filter-out $(no-clean-files), $(__clean-files))
|
| D | Kbuild.include | 53 real-prereqs = $(filter-out $(PHONY), $^) 71 ifneq ($(filter-out 4.0 4.1, $(MAKE_VERSION)),) 148 $(if $(filter-out $(PHONY), $@), \ 169 cmd-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(savedcmd_$@))), \ 188 newer-prereqs = $(filter-out $(PHONY),$?) 268 ifneq ($(and $(filter notintermediate, $(.FEATURES)),$(filter-out 4.4,$(MAKE_VERSION))),)
|
| /scripts/package/debian/ |
| D | rules | 9 ifneq (,$(filter-out parallel=1,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))) 25 CROSS_COMPILE ?= $(filter-out $(DEB_BUILD_GNU_TYPE)-, $(DEB_HOST_GNU_TYPE)-) 33 image-package = $(filter linux-image-% user-%, $(filter-out %-dbg, $(all-packages)))
|
| /scripts/ipe/polgen/ |
| D | polgen.c | 29 goto out; in policy_to_buffer() 58 out: in policy_to_buffer()
|
| /scripts/gcc-plugins/ |
| D | Makefile | 6 SEED=$$(cat $(filter-out FORCE,$^) </dev/null); \ 40 plugin-multi := $(filter-out $(plugin-single), $(GCC_PLUGIN))
|