Searched refs:outfile (Results 1 - 25 of 141) sorted by relevance

123456

/external/e2fsprogs/lib/ss/
H A Dct_c.awk4 rootname, rootname > outfile
5 print "#include <ss/ss.h>" > outfile
6 print "" >outfile
13 printf "static char const * const ssu%05d[] = {\n", cmdnum > outfile
26 printf "%s\"%s\",\n", cmdtab, cmd > outfile
41 print " (char const *)0" > outfile
42 print "};" > outfile
43 printf "extern void %s __SS_PROTO;\n", subr > outfile
58 print "#__ERROR_IN_FILE__" > outfile
62 printf "static ss_request_entry ssu%05d[] = {\n", cmdnum+1 > outfile
[all...]
/external/e2fsprogs/lib/et/
H A Det_c.awk3 outfn = outfile
124 print "/*" > outfile
125 print " * " outfn ":" > outfile
126 print " * This file is automatically generated; please do not edit it." > outfile
127 print " */" > outfile
129 print "" > outfile
130 print "#include <stdlib.h>" > outfile
131 print "" > outfile
132 print "#define N_(a) a" > outfile
133 print "" > outfile
[all...]
H A Det_h.awk3 outfn = outfile
128 print "/*" > outfile
129 print " * " outfn ":" > outfile
130 print " * This file is automatically generated; please do not edit it." > outfile
131 print " */" > outfile
132 print "" > outfile
133 print "#include <et/com_err.h>" > outfile
134 print "" > outfile
144 curr_sign*curr_low > outfile
147 curr_low > outfile
[all...]
/external/jpeg/
H A Dckconfig.c294 FILE *outfile; local
297 if ((outfile = fopen("jconfig.h", "w")) == NULL) {
303 fprintf(outfile, "/* jconfig.h --- generated by ckconfig.c */\n");
304 fprintf(outfile, "/* see jconfig.doc for explanations */\n\n");
306 fprintf(outfile, "#define HAVE_PROTOTYPES\n");
308 fprintf(outfile, "#undef HAVE_PROTOTYPES\n");
311 fprintf(outfile, "#define HAVE_UNSIGNED_CHAR\n");
313 fprintf(outfile, "#undef HAVE_UNSIGNED_CHAR\n");
316 fprintf(outfile, "#define HAVE_UNSIGNED_SHORT\n");
318 fprintf(outfile, "#unde
[all...]
H A Djdatadst.c28 FILE * outfile; /* target stream */ member in struct:__anon6480
85 if (JFWRITE(dest->outfile, dest->buffer, OUTPUT_BUF_SIZE) !=
113 if (JFWRITE(dest->outfile, dest->buffer, datacount) != datacount)
116 fflush(dest->outfile);
118 if (ferror(dest->outfile))
130 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile) argument
150 dest->outfile = outfile;
/external/lldb/test/settings/
H A Dmain.cpp28 std::ofstream outfile; local
30 outfile.open("output1.txt");
32 outfile.open("output2.txt");
37 outfile << "argv[1] matches\n";
40 outfile << "argv[2] matches\n";
43 outfile << "argv[3] matches\n";
50 outfile << "Environment variable 'MY_ENV_VAR' successfully passed.\n";
59 outfile << "The host environment variable 'MY_HOST_ENV_VAR1' successfully passed.\n";
66 outfile << "The host environment variable 'MY_HOST_ENV_VAR2' successfully passed.\n";
73 outfile
[all...]
/external/libvpx/libvpx/
H A Divfenc.h22 void ivf_write_file_header(FILE *outfile,
27 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size);
29 void ivf_write_frame_size(FILE *outfile, size_t frame_size);
H A Divfenc.c16 void ivf_write_file_header(FILE *outfile, argument
36 fwrite(header, 1, 32, outfile);
39 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size) { argument
45 fwrite(header, 1, 12, outfile);
48 void ivf_write_frame_size(FILE *outfile, size_t frame_size) { argument
52 fwrite(header, 1, 4, outfile);
/external/pcre/dist/
H A Dperltest.pl57 $outfile = "OUTFILE";
59 else { $outfile = "STDOUT"; }
61 printf($outfile "Perl $] Regular Expressions\n\n");
70 printf $outfile "$_" if $infile ne "STDIN";
79 printf $outfile "$_" if $infile ne "STDIN";
123 printf $outfile "Error: $@";
156 printf $outfile "$_\n" if $infile ne "STDIN";
196 printf $outfile "Error: $@\n";
201 printf $outfile "No match";
203 { printf $outfile (", mar
[all...]
H A Dpcretest.c289 #define PCRE_PRINTINT8(re, outfile, debug_lengths) \
290 pcre_printint(re, outfile, debug_lengths)
383 #define PCRE_PRINTINT16(re, outfile, debug_lengths) \
384 pcre16_printint(re, outfile, debug_lengths)
475 #define PCRE_PRINTINT32(re, outfile, debug_lengths) \
476 pcre32_printint(re, outfile, debug_lengths)
703 #define PCRE_PRINTINT(re, outfile, debug_lengths) \
705 PCRE_PRINTINT32(re, outfile, debug_lengths); \
707 PCRE_PRINTINT16(re, outfile, debug_lengths); \
709 PCRE_PRINTINT8(re, outfile, debug_length
1033 static FILE *outfile; variable
[all...]
/external/elfutils/src/tests/
H A Drun-strip-groups.sh46 outfile=$infile.stripped
50 tempfiles $outfile $dbgfile
52 testrun ${abs_top_builddir}/src/strip -o $outfile -f $dbgfile $infile
54 testrun ${abs_top_builddir}/src/elflint -q $outfile
H A Dtest-subr.sh57 outfile="$1"
59 remove_files="$remove_files $outfile"
60 testrun "$@" > $outfile 2>&1 || :
65 outfile="${1##*/}.out"
66 testrun_out $outfile "$@"
67 diff -u $outfile -
/external/libpcap/
H A Drunlex.sh38 outfile=lex.yy.c
47 outfile=`echo "$1" | sed 's/-o\(.*\)/\1/'`
118 ${LEX} $flags -o"$outfile" "$@"
139 # Is the outfile where we think it is?
141 outfile_base=`basename "$outfile"`
142 if [ "$outfile_base" != "$outfile" -a \( ! -r "$outfile" \) -a -r "$outfile_base" ]
148 mv "$outfile_base" "$outfile"
182 mv lex.yy.c "$outfile"
223 header_file=`dirname "$outfile"`/`basenam
[all...]
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_def.sh51 echo " $sym" >> ${outfile}
57 printf " %-40s DATA\n" "$sym" >> ${outfile}
67 --out=*) outfile="$optval"
76 outfile=${outfile:-/dev/stdout}
79 echo "LIBRARY ${name}" > ${outfile}
80 echo "EXPORTS" >> ${outfile}
H A Dgen_msvs_sln.sh27 --out=outfile Redirect output to a file
36 [ -f "${outfile}" ] && rm -f ${outfile}{,.mk}
43 [ -f "${outfile}" ] && rm -f ${outfile}{,.mk}
225 $nows_sln_config: $outfile
226 ${TAB}\$(MSBUILD_TOOL) $outfile -build "$config"
229 $nows_sln_config: $outfile
230 ${TAB}\$(MSBUILD_TOOL) $outfile -m -t:Build \\
235 $nows_sln_config: $outfile
[all...]
/external/expat/tests/
H A Dxmltest.sh39 $XMLWF -p "$file" > outfile || return $?
40 read outdata < outfile
54 $XMLWF -p -d "$OUTPUT$reldir" "$file" > outfile || return $?
55 read outdata < outfile
58 diff -u "$OUTPUT$reldir$file" "out/$file" > outfile
59 if [ -s outfile ] ; then
60 cp outfile "$OUTPUT$reldir$file.diff"
103 rm outfile
112 rm outfile
131 rm outfile
[all...]
/external/toybox/scripts/
H A Dmkstatus.py46 outfile=open("www/status.gen", "w") variable
47 outfile.write("<a name=all><h2><a href=#all>All commands</a></h2><blockquote><p>\n")
84 outfile.write(out+"\n")
87 outfile.write("</p></blockquote>\n")
89 outfile.write("<a name=todo><h2><a href=#todo>TODO</a></h2><blockquote><p>%s</p></blockquote>\n" % "\n".join(pending))
90 outfile.write("<a name=done><h2><a href=#done>Done</a></h2><blockquote><p>%s</p></blockquote>\n" % "\n".join(done))
92 outfile.write("<hr><h2>Categories of remaining todo items</h2>")
108 outfile.write("<a name=%s><h2><a href=#%s>%s<a></h2><blockquote><p>" % (i,i,k))
109 outfile.write(" ".join(todo))
110 outfile
[all...]
/external/vboot_reference/futility/
H A Dcmd_vbutil_key.c46 "Usage: " MYNAME " %s --pack <outfile> [PARAMETERS]\n"
70 static int Pack(const char *infile, const char *outfile, uint64_t algorithm, argument
76 if (!infile || !outfile) {
83 if (0 != PublicKeyWrite(outfile, pubkey)) {
93 if (0 != PrivateKeyWrite(outfile, privkey)) {
106 static int Unpack(const char *infile, const char *outfile) argument
126 if (outfile) {
127 if (0 != PublicKeyWrite(outfile, pubkey)) {
147 if (outfile) {
148 if (0 != PrivateKeyWrite(outfile, privke
168 char *outfile = NULL; local
[all...]
H A Dcmd_create.c38 static char *infile, *outfile, *outext; variable
123 if (0 != PrivateKeyWrite(outfile, privkey)) {
127 fprintf(stderr, "wrote %s\n", outfile);
143 if (0 != PublicKeyWrite(outfile, pubkey)) {
147 fprintf(stderr, "wrote %s\n", outfile);
209 if (vb2_private_key_write(privkey, outfile)) {
213 fprintf(stderr, "wrote %s\n", outfile);
250 if (vb2_public_key_write(pubkey, outfile)) {
254 fprintf(stderr, "wrote %s\n", outfile);
368 outfile
[all...]
/external/eigen/bench/btl/generic_bench/utils/
H A Dxy_file.hh66 ofstream outfile (filename.c_str(),ios::out) ;
70 outfile << X[i] << " " << Y[i] << endl;
72 outfile.close();
/external/toybox/toys/posix/
H A Dsplit.c8 * - should splitting an empty file produce an empty outfile? (Went with "no".)
35 char *outfile;
60 char *s = TT.outfile + strlen(TT.outfile);
71 outfd = xcreate(TT.outfile, O_RDWR|O_CREAT|O_TRUNC, st.st_mode & 0777);
93 free(TT.outfile);
103 TT.outfile = xmprintf("%s%*c", (toys.optc == 2) ? toys.optargs[1] : "x",
/external/elfutils/src/libcpu/
H A Di386_gendis.c48 FILE *outfile; variable
53 outfile = stdout;
/external/libvpx/libvpx/examples/
H A Dsimple_decoder.c96 fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name);
102 FILE *outfile = NULL; local
117 if (!(outfile = fopen(argv[2], "wb")))
141 vpx_img_write(img, outfile);
155 fclose(outfile);
/external/icu/icu4c/source/tools/gensprep/
H A DfilterRFC3454.pl69 $outfile = $destDir."/".$destFileName;
71 unlink($outfile);
72 $outFH = IO::File->new($outfile,"a")
73 or die "could not open the file $outfile for writing: $! \n";
95 createUnassignedTable($inFH,$outfile);
98 createMapToNothing($inFH,$outfile);
101 createCaseMapNorm($inFH,$outfile);
104 createCaseMapNoNorm($inFH,$outfile);
107 createProhibitedTable($inFH,$outfile,$line);
110 createProhibitedTable($inFH,$outfile,
[all...]
/external/vboot_reference/utility/
H A Dbmpblk_font.c45 {"outfile", 1, 0, OPT_OUTFILE },
64 " --outfile <filename> Output file (default is %s)\n"
120 char* outfile = DEFAULT_OUTFILE; local
137 outfile = optarg;
153 printf("outfile is %s\n", outfile);
156 ofp = fopen(outfile, "wb");
158 fatal("Unable to open %s: %s\n", outfile, strerror(errno));
163 error("Can't write header to %s: %s\n", outfile, strerror(errno));
205 error("Can't write entry to %s: %s\n", outfile, strerro
[all...]

Completed in 1664 milliseconds

123456