Home
last modified time | relevance | path

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

12

/scripts/kconfig/
A Dparser.y616 putc('"', out); in print_quoted_string()
621 fputs("\\\"", out); in print_quoted_string()
624 fputs(str, out); in print_quoted_string()
625 putc('"', out); in print_quoted_string()
668 fputc('\n', out); in print_symbol()
677 fputc('\n', out); in print_symbol()
682 fputc('\n', out); in print_symbol()
687 fputc('\n', out); in print_symbol()
692 fputc('\n', out); in print_symbol()
697 fputc('\n', out); in print_symbol()
[all …]
A Dconfdata.c569 char *out; in escape_string_value() local
605 return out; in escape_string_value()
762 FILE *out; in conf_write_defconfig() local
765 if (!out) in conf_write_defconfig()
800 fclose(out); in conf_write_defconfig()
806 FILE *out; in conf_write() local
839 if (!out) in conf_write()
893 fclose(out); in conf_write()
923 FILE *out; in conf_write_autoconf_cmd() local
938 if (!out) { in conf_write_autoconf_cmd()
[all …]
A Dpreprocess.c506 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()
A Dlkc.h34 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/
A Dasn1_compiler.c564 FILE *out, *hdr; in main() local
643 if (!out) { in main()
654 render(out, hdr); in main()
1268 if (out) { in render_opcode()
1282 if (out) { in render_more()
1319 fprintf(out, "\n"); in render()
1320 if (ferror(out)) { in render()
1344 fprintf(out, "\n"); in render()
1351 if (ferror(out)) { in render()
1369 fprintf(out, "\n"); in render()
[all …]
A Dxen-hypercalls.sh3 out="$1"
13 print "HYPERCALL("substr(v[i], 14)")"}' | sort -u >$out
A Drecordmcount.c193 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 …]
A Dextract_xc3028.pl47 my ($chunklength, $buf, $rcount, $out);
57 $out .= $buf;
60 return $out;
105 my $out = get_hunk($offset, $length);
114 syswrite(OUTFILE, $out);
120 my $out = get_hunk($offset, $length);
131 my $size = ord(substr($out,$i,1))*256+ord(substr($out,$i+1,1));
146 my $out;
912 my $out;
1689 my $out;
[all …]
A 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))
A Dtest_doc_build.py176 def log(self, out, verbose, is_info=True): argument
177 out = out.removesuffix('\n')
181 print(out)
183 print(out, file=sys.stderr)
186 self.fp.write(out + "\n")
194 out = line.decode("utf-8", errors="backslashreplace")
195 self.log(out, verbose, is_info)
197 self.stdout += out
199 self.stderr += out
A DMakefile.build50 obj-m := $(filter-out $(obj-y),$(obj-m))
54 lib-y := $(filter-out $(obj-y), $(sort $(lib-y) $(lib-m)))
71 obj-m := $(filter-out %/, $(obj-m))
77 obj-y := $(filter-out %/, $(obj-y))
179 …cmd_cc_s_c = $(CC) $(filter-out $(DEBUG_CFLAGS) $(CC_FLAGS_LTO), $(c_flags)) -fverbose-asm -S -o $…
335 --out-dir $(dir $@) --emit=dep-info=$(depfile)
432 targets += $(filter-out $(subdir-builtin), $(real-obj-y))
433 targets += $(filter-out $(subdir-modorder), $(real-obj-m))
568 targets += $(filter-out $(single-subdir-goals), $(MAKECMDGOALS))
569 targets := $(filter-out $(PHONY), $(targets))
[all …]
A Dfaddr2line110 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')
A DMakefile.compiler83 $(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))
A DMakefile.lib26 _c_flags = $(filter-out $(CFLAGS_REMOVE_$(target-stem).o), \
27 $(filter-out $(ccflags-remove-y), \
30 _rust_flags = $(filter-out $(RUSTFLAGS_REMOVE_$(target-stem).o), \
31 $(filter-out $(rustflags-remove-y), \
34 _a_flags = $(filter-out $(AFLAGS_REMOVE_$(target-stem).o), \
35 $(filter-out $(asflags-remove-y), \
224 $(if $(filter-out .,$(elem)), \
A Dsorttable.c327 goto out; in mmap_file()
331 goto out; in mmap_file()
337 goto out; in mmap_file()
342 out: in mmap_file()
845 goto out; in sort_mcount_loc()
852 goto out; in sort_mcount_loc()
879 out: in sort_mcount_loc()
1013 goto out; in do_sort()
1023 goto out; in do_sort()
1032 goto out; in do_sort()
[all …]
A DKconfig.include43 # 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…
A DMakefile.modpost59 ifneq ($(findstring i,$(filter-out --%,$(MAKEFLAGS))),)
99 ksym-wl := $(if $(filter-out /%, $(ksym-wl)),$(if $(wildcard $(ksym-wl)),,$(srctree)/))$(ksym-wl)
A DMakefile.asm-headers43 mandatory-y := $(filter-out $(generated-y), $(mandatory-y))
52 unwanted := $(filter-out $(generic-y) $(generated-y) $(syscall-y),$(old-headers))
A DMakefile.clean34 __clean-files := $(filter-out $(no-clean-files), $(__clean-files))
A DKbuild.include53 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/lib/kdoc/
A Dkdoc_re.py239 out = ""
245 out += line[cur_pos:start]
254 out += new_sub
268 out += line[cur_pos:l]
270 return out
/scripts/crypto/
A Dgen-hash-testvecs.py21 out = []
24 out.append((seed >> 16) % 256)
25 return bytes(out)
/scripts/package/debian/
A Drules9 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/
A Dpolgen.c29 goto out; in policy_to_buffer()
58 out: in policy_to_buffer()
/scripts/gcc-plugins/
A DMakefile6 SEED=$$(cat $(filter-out FORCE,$^) </dev/null); \
40 plugin-multi := $(filter-out $(plugin-single), $(GCC_PLUGIN))

Completed in 33 milliseconds

12