/external/e2fsprogs/lib/et/ |
D | et_c.awk | 3 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 …]
|
D | et_h.awk | 3 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/ |
D | ckconfig.c | 294 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, "#undef HAVE_UNSIGNED_SHORT\n"); [all …]
|
D | wrbmp.c | 297 FILE * outfile = dest->pub.output_file; in write_colormap() local 304 putc(GETJSAMPLE(colormap[2][i]), outfile); in write_colormap() 305 putc(GETJSAMPLE(colormap[1][i]), outfile); in write_colormap() 306 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 308 putc(0, outfile); in write_colormap() 313 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 314 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 315 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 317 putc(0, outfile); in write_colormap() 323 putc(i, outfile); in write_colormap() [all …]
|
D | jdatadst.c | 28 FILE * outfile; /* target stream */ member 85 if (JFWRITE(dest->outfile, dest->buffer, OUTPUT_BUF_SIZE) != in empty_output_buffer() 113 if (JFWRITE(dest->outfile, dest->buffer, datacount) != datacount) in term_destination() 116 fflush(dest->outfile); in term_destination() 118 if (ferror(dest->outfile)) in term_destination() 130 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile) in jpeg_stdio_dest() argument 150 dest->outfile = outfile; in jpeg_stdio_dest()
|
/external/icu/icu4c/source/tools/gensprep/ |
D | filterRFC3454.pl | 69 $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,$line); [all …]
|
/external/e2fsprogs/lib/ss/ |
D | ct_c.awk | 4 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/pcre/dist/ |
D | perltest.pl | 57 $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 (", mark = %s", &pchars($REGERROR)); } [all …]
|
D | pcretest.c | 289 #define PCRE_PRINTINT8(re, outfile, debug_lengths) \ argument 290 pcre_printint(re, outfile, debug_lengths) 383 #define PCRE_PRINTINT16(re, outfile, debug_lengths) \ argument 384 pcre16_printint(re, outfile, debug_lengths) 475 #define PCRE_PRINTINT32(re, outfile, debug_lengths) \ argument 476 pcre32_printint(re, outfile, debug_lengths) 703 #define PCRE_PRINTINT(re, outfile, debug_lengths) \ argument 705 PCRE_PRINTINT32(re, outfile, debug_lengths); \ 707 PCRE_PRINTINT16(re, outfile, debug_lengths); \ 709 PCRE_PRINTINT8(re, outfile, debug_lengths) [all …]
|
/external/lldb/test/settings/ |
D | main.cpp | 28 std::ofstream outfile; in main() local 30 outfile.open("output1.txt"); in main() 32 outfile.open("output2.txt"); in main() 37 outfile << "argv[1] matches\n"; in main() 40 outfile << "argv[2] matches\n"; in main() 43 outfile << "argv[3] matches\n"; in main() 50 outfile << "Environment variable 'MY_ENV_VAR' successfully passed.\n"; in main() 59 outfile << "The host environment variable 'MY_HOST_ENV_VAR1' successfully passed.\n"; in main() 66 outfile << "The host environment variable 'MY_HOST_ENV_VAR2' successfully passed.\n"; in main() 73 outfile.close(); in main()
|
/external/vboot_reference/futility/ |
D | cmd_vbutil_key.c | 70 static int Pack(const char *infile, const char *outfile, uint64_t algorithm, in Pack() argument 76 if (!infile || !outfile) { in Pack() 83 if (0 != PublicKeyWrite(outfile, pubkey)) { in Pack() 93 if (0 != PrivateKeyWrite(outfile, privkey)) { in Pack() 106 static int Unpack(const char *infile, const char *outfile) in Unpack() argument 126 if (outfile) { in Unpack() 127 if (0 != PublicKeyWrite(outfile, pubkey)) { in Unpack() 147 if (outfile) { in Unpack() 148 if (0 != PrivateKeyWrite(outfile, privkey)) { in Unpack() 168 char *outfile = NULL; in do_vbutil_key() local [all …]
|
D | cmd_create.c | 38 static char *infile, *outfile, *outext; variable 123 if (0 != PrivateKeyWrite(outfile, privkey)) { in vb1_make_keypair() 127 fprintf(stderr, "wrote %s\n", outfile); in vb1_make_keypair() 143 if (0 != PublicKeyWrite(outfile, pubkey)) { in vb1_make_keypair() 147 fprintf(stderr, "wrote %s\n", outfile); in vb1_make_keypair() 209 if (vb2_private_key_write(privkey, outfile)) { in vb2_make_keypair() 213 fprintf(stderr, "wrote %s\n", outfile); in vb2_make_keypair() 250 if (vb2_public_key_write(pubkey, outfile)) { in vb2_make_keypair() 254 fprintf(stderr, "wrote %s\n", outfile); in vb2_make_keypair() 368 outfile = (char *)malloc(len); in do_create() [all …]
|
D | cmd_load_fmap.c | 94 char *outfile = 0; in do_load_fmap() local 106 outfile = optarg; in do_load_fmap() 141 if (outfile) in do_load_fmap() 142 futil_copy_file_or_die(infile, outfile); in do_load_fmap() 144 outfile = infile; in do_load_fmap() 146 fd = open(outfile, O_RDWR); in do_load_fmap() 149 outfile, strerror(errno)); in do_load_fmap() 194 outfile, strerror(errno)); in do_load_fmap()
|
/external/libpcap/ |
D | runlex.sh | 38 outfile=lex.yy.c 47 outfile=`echo "$1" | sed 's/-o\(.*\)/\1/'` 118 ${LEX} $flags -o"$outfile" "$@" 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"`/`basename "$outfile" .c`.h
|
/external/expat/tests/ |
D | xmltest.sh | 39 $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/libvpx/libvpx/build/make/ |
D | gen_msvs_sln.sh | 27 --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 .nodevenv.once 246 outfile=/dev/stdout 252 --out=*) outfile="${optval}"; mkoutfile="${optval}".mk [all …]
|
D | gen_msvs_def.sh | 51 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}
|
/external/zlib/src/examples/ |
D | gun.c | 120 int outfile; member 140 if (me->outfile != -1) in out() 145 ret = (int)write(me->outfile, buf, ret); in out() 201 int outfile, z_stream *strm) in lunpipe() argument 222 outd.outfile = outfile; in lunpipe() 383 local int gunpipe(z_stream *strm, int infile, int outfile) in gunpipe() argument 415 ret = lunpipe(have, next, indp, outfile, strm); in gunpipe() 467 outd.outfile = outfile; in gunpipe() 551 int infile, outfile; in gunzip() local 566 outfile = -1; in gunzip() [all …]
|
/external/toybox/scripts/ |
D | mkstatus.py | 46 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" % … 90 outfile.write("<a name=done><h2><a href=#done>Done</a></h2><blockquote><p>%s</p></blockquote>\n" % … 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.write("</p></blockquote>\n")
|
/external/vboot_reference/utility/ |
D | bmpblk_font.c | 120 char* outfile = DEFAULT_OUTFILE; in main() local 137 outfile = optarg; in main() 153 printf("outfile is %s\n", outfile); in main() 156 ofp = fopen(outfile, "wb"); in main() 158 fatal("Unable to open %s: %s\n", outfile, strerror(errno)); in main() 163 error("Can't write header to %s: %s\n", outfile, strerror(errno)); in main() 205 error("Can't write entry to %s: %s\n", outfile, strerror(errno)); in main() 209 error("Can't write image to %s: %s\n", outfile, strerror(errno)); in main() 213 error("Can't write padding to %s: %s\n", outfile, strerror(errno)); in main() 227 (void) unlink(outfile); in main()
|
/external/elfutils/src/libcpu/ |
D | i386_parse.y | 209 extern FILE *outfile; 1082 fprintf (outfile, "%s\n \"%s", in print_op_str() 1106 fprintf (outfile, " FCT_%s,\n", (*(struct argstring **) nodep)->str); in print_op_fct() 1124 fprintf (outfile, "#define MNEMONIC_BITS %zu\n", best_mnemonic_bits); in instrtable_out() 1126 fprintf (outfile, "#define MNEMONIC_BITS %ld\n", in instrtable_out() 1129 fprintf (outfile, "#define SUFFIX_BITS %d\n", nbitsuf); in instrtable_out() 1132 fprintf (outfile, "#define FCT%d_BITS %d\n", i + 1, nbitfct[i]); in instrtable_out() 1134 fprintf (outfile, "#define STR%d_BITS %d\n", i + 1, nbitstr[i]); in instrtable_out() 1135 fprintf (outfile, "#define OFF%d_1_BITS %d\n", i + 1, nbitoff[i][0]); in instrtable_out() 1136 fprintf (outfile, "#define OFF%d_1_BIAS %d\n", i + 1, minoff[i][0]); in instrtable_out() [all …]
|
/external/libvpx/libvpx/ |
D | ivfenc.c | 16 void ivf_write_file_header(FILE *outfile, in ivf_write_file_header() argument 36 fwrite(header, 1, 32, outfile); in ivf_write_file_header() 39 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size) { in ivf_write_frame_header() argument 45 fwrite(header, 1, 12, outfile); in ivf_write_frame_header() 48 void ivf_write_frame_size(FILE *outfile, size_t frame_size) { in ivf_write_frame_size() argument 52 fwrite(header, 1, 4, outfile); in ivf_write_frame_size()
|
/external/e2fsprogs/lib/ext2fs/ |
D | test_io.c | 54 FILE *outfile; member 138 FILE *f = data->outfile; in test_dump_block() 159 f = data->outfile; in test_abort() 235 data->outfile = NULL; in test_open() 237 data->outfile = fopen(value, "w"); in test_open() 238 if (!data->outfile) in test_open() 239 data->outfile = stderr; in test_open() 286 if (data->outfile && data->outfile != stderr) in test_close() 287 fclose(data->outfile); in test_close() 312 fprintf(data->outfile, in test_set_blksize() [all …]
|
/external/toybox/toys/posix/ |
D | split.c | 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", in split_main()
|
/external/libvpx/libvpx/examples/ |
D | vp8_multi_resolution_encoder.c | 114 static void write_ivf_file_header(FILE *outfile, in write_ivf_file_header() argument 135 (void) fwrite(header, 1, 32, outfile); in write_ivf_file_header() 138 static void write_ivf_frame_header(FILE *outfile, in write_ivf_frame_header() argument 152 (void) fwrite(header, 1, 12, outfile); in write_ivf_frame_header() 157 FILE *infile, *outfile[NUM_ENCODERS]; in main() local 217 outfile[i] = NULL; in main() 221 if(!(outfile[i] = fopen(argv[i+4], "wb"))) in main() 306 if(outfile[i]) in main() 307 write_ivf_file_header(outfile[i], &cfg[i], 0); in main() 384 write_ivf_frame_header(outfile[i], pkt[i]); in main() [all …]
|