HomeSort by relevance Sort by last modified time
    Searched refs:outfile (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/e2fsprogs/lib/ss/
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/jpeg/
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...]
jdatadst.c 28 FILE * outfile; /* target stream */ member in struct:__anon2717
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)
150 dest->outfile = outfile;
wrbmp.c 297 FILE * outfile = dest->pub.output_file; local
304 putc(GETJSAMPLE(colormap[2][i]), outfile); local
305 putc(GETJSAMPLE(colormap[1][i]), outfile); local
306 putc(GETJSAMPLE(colormap[0][i]), outfile); local
308 putc(0, outfile);
313 putc(GETJSAMPLE(colormap[0][i]), outfile); local
314 putc(GETJSAMPLE(colormap[0][i]), outfile); local
315 putc(GETJSAMPLE(colormap[0][i]), outfile); local
317 putc(0, outfile);
323 putc(i, outfile);
347 register FILE * outfile = dest->pub.output_file; local
    [all...]
example.c 91 FILE * outfile; /* target file */ local
114 if ((outfile = fopen(filename, "wb")) == NULL) {
118 jpeg_stdio_dest(&cinfo, outfile);
169 fclose(outfile);
  /external/e2fsprogs/lib/et/
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 "static const char * const text[] = {" > outfile
138 # printf "\t\t\"%s\"\n", text > outfile
    [all...]
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...]
  /build/tools/soslim/
cmdline.h 7 char **outfile,
main.c 43 char *outfile = NULL; local
55 &outfile,
69 FAILIF(print_symtab && (outfile || symsfile_name || shady),
70 "You cannot provide --print and --outfile, --filter options, or "
72 FAILIF(dry_run && outfile,
126 elf_fd = open(infile, ((outfile == NULL && dry_run == 0) ? O_RDWR : O_RDONLY));
133 ((outfile == NULL && dry_run == 0) ? ELF_C_RDWR : ELF_C_READ),
158 if (outfile != NULL) {
164 newelf_fd = open (outfile, O_RDWR | O_CREAT | O_TRUNC,
167 outfile, strerror(errno), errno)
    [all...]
cmdline.c 19 {"outfile", required_argument, 0, 'o'},
62 char **outfile,
73 ASSERT(outfile);
74 *outfile = NULL;
127 case 'o': SET_STRING_OPTION(outfile); break;
  /development/tools/yuv420sp2rgb/
cmdline.h 7 char **outfile,
cmdline.c 40 "\t%s infile --height <height> --width <width> --output <outfile> -t <ppm|grb|argb> [ --gray ] [ --rotate <degrees> ] [ --verbose ]\n"
58 char **outfile,
67 ASSERT(outfile); *outfile = NULL;
118 SET_STRING_OPTION(outfile);
yuv420sp2rgb.c 192 const char *outfile,
234 INFO("Opening output file %s\n", outfile);
235 ofd = open(outfile, O_RDWR | O_CREAT, 0664);
237 outfile, strerror(errno), errno);
244 INFO("Truncating output file %s to %d bytes\n", outfile, outsize);
249 INFO("Memory mapping output file %s\n", outfile);
272 char *infile, *outfile, *type; local
279 &outfile,
291 if (!outfile) {
314 INFO("output file: [%s]\n", outfile);
    [all...]
  /external/dropbear/
dropbearconvert.c 34 const char* outfile);
63 const char* outfile; local
100 outfile = argv[4];
102 return do_convert(intype, infile, outtype, outfile);
111 const char* outfile) {
137 if (import_write(outfile, key, NULL, outtype) != 1) {
138 fprintf(stderr, "Error writing key to '%s'\n", outfile);
140 fprintf(stderr, "Wrote key to '%s'\n", outfile);
  /build/tools/droiddoc/src/
DocFile.java 58 String outfile)
65 + "' outfile='" + outfile + "'");
128 ClearPage.write(hdf, "docpage.cs", outfile);
130 if (outfile.indexOf("sdk/") != -1) {
132 if ((outfile.indexOf("index.html") != -1) || (outfile.indexOf("features.html") != -1)) {
133 ClearPage.write(hdf, "sdkpage.cs", outfile);
135 ClearPage.write(hdf, "docpage.cs", outfile);
137 } else if (outfile.indexOf("guide/") != -1)
    [all...]
  /external/expat/tests/
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 "$OUTPUT$reldir$file" "out/$file" > outfile
59 if [ -s outfile ] ; then
60 cp outfile "$OUTPUT$reldir$file.diff"
103 rm outfile
112 rm outfile
130 rm outfile
    [all...]
  /external/bzip2/
format.pl 36 #my $outfile = 'fmt-manual.xml';
37 my $outfile = shift;
38 #print "Infile: $infile, Outfile: $outfile\n";
39 # check we can write to outfile
40 open( OUTFILE,">$outfile" ) or
41 die "Can't output $outfile $! for writing";
47 print OUTFILE $prev;
65 print OUTFILE $curr
    [all...]
  /external/icu4c/tools/gensprep/
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...]
  /bootable/recovery/tools/ota/
convert-to-bmp.py 11 outfile = sys.argv[2] variable
13 if not outfile.endswith(".bmp"):
18 im.save(outfile)
67 f = open(outfile, "wb")
  /external/srec/tools/grxmlcompile/
netw_dump.cpp 49 std::ofstream outfile; local
57 outfile.open ( fileName.c_str() );
63 outfile << arc[loc]->fromId << std::endl;
66 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << std::endl;
84 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << inLabel.c_str() << std::endl;
90 outfile.close();
107 std::ofstream outfile; local
110 outfile.open ( fileName.c_str() );
172 outfile << arc[loc]->fromId << std::endl;
174 outfile << arc[loc]->fromId << Separator << arc[loc]->toId << Separator << inLabel.c_str() << Separator < (…)
192 std::ofstream outfile; local
272 std::ofstream outfile; local
    [all...]
  /external/zlib/examples/
gun.c 116 int outfile; member in struct:outd
136 if (me->outfile != -1)
141 ret = (int)write(me->outfile, buf, ret);
187 /* Decompress a compress (LZW) file from indp to outfile. The compress magic
197 int outfile, z_stream *strm)
217 outd.outfile = outfile;
362 /* Decompress a gzip file from infile to outfile. strm is assumed to have been
365 to the output file. If outfile is -1, then the gzip stream(s) integrity is
374 local int gunpipe(z_stream *strm, int infile, int outfile)
542 int infile, outfile; local
    [all...]
  /external/openssl/crypto/rc4/
rc4.c 77 char *infile=NULL,*outfile=NULL,*keystr=NULL; local
96 outfile= *(++argv);
133 if (outfile == NULL)
137 out=fopen(outfile,"w");
  /external/openssl/apps/
nseq.c 72 char **args, *infile = NULL, *outfile = NULL; local
92 outfile = *args;
116 if (outfile) {
117 if (!(out = BIO_new_file (outfile, "w"))) {
119 "Can't open output file %s\n", outfile);
  /external/e2fsprogs/lib/ext2fs/
test_io.c 48 FILE *outfile; member in struct:test_private_data
114 FILE *f = data->outfile;
135 f = data->outfile;
209 data->outfile = NULL;
211 data->outfile = fopen(value, "w");
212 if (!data->outfile)
213 data->outfile = stderr;
257 if (data->outfile && data->outfile != stderr)
258 fclose(data->outfile);
    [all...]
  /external/zlib/
minigzip.c 197 local char outfile[MAX_NAME_LEN]; local
201 strcpy(outfile, file);
202 strcat(outfile, GZ_SUFFIX);
209 out = gzopen(outfile, mode);
211 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile);
227 char *infile, *outfile; local
236 outfile = buf;
237 outfile[len-3] = '\0';
239 outfile = file;
248 out = fopen(outfile, "wb")
    [all...]

Completed in 773 milliseconds

1 2 3 4