Home
last modified time | relevance | path

Searched refs:out (Results 1 – 25 of 33) sorted by relevance

12

/scripts/kconfig/
Dparser.y572 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 …]
Dconfdata.c755 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 …]
Dpreprocess.c502 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()
Dlkc.h44 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/
Dasn1_compiler.c555 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 …]
Drecordmcount.c185 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 …]
Dextract_xc3028.pl47 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 …]
Dxen-hypercalls.sh3 out="$1"
13 print "HYPERCALL("substr(v[i], 14)")"}' | sort -u >$out
DMakefile.headersinst30 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))
Dsorttable.h275 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()
DMakefile.asm-generic29 mandatory-y := $(filter-out $(generated-y), $(mandatory-y))
37 unwanted := $(filter-out $(generic-y) $(generated-y),$(old-headers))
DMakefile.lib29 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), \
DMakefile.clean40 __clean-files := $(filter-out $(no-clean-files), $(__clean-files))
47 $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(__clean-files))) \
DMakefile.build119 …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)))
DKconfig.include42 # 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.
Dexport_report.pl85 open (my $out, '>', $opt{'o'})
88 select $out;
Dsorttable.c84 goto out; in mmap_file()
88 goto out; in mmap_file()
94 goto out; in mmap_file()
99 out: in mmap_file()
DMakefile.modfinal27 $(CC) $(filter-out $(CC_FLAGS_CFI) $(CC_FLAGS_FTRACE), \
DMakefile.gcc-plugins57 GCC_PLUGINS_CFLAGS := $(filter-out %/sancov_plugin.so, $(GCC_PLUGINS_CFLAGS))
DMakefile.extrawarn53 KBUILD_CFLAGS += -Wno-tautological-constant-out-of-range-compare
DKbuild.include29 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),$?)
Drecordmcount.h660 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()
DMakefile.modpost134 ifneq ($(findstring i,$(filter-out --%,$(MAKEFLAGS))),)
/scripts/gcc-plugins/
DMakefile33 plugin-multi := $(filter-out $(plugin-single), $(GCC_PLUGIN))
/scripts/coccinelle/api/
Dkfree_sensitive.cocci20 # kmalloc_oob_in_memset uses memset to explicitly trigger out-of-bounds access

12