Searched defs:outfile (Results 1 - 25 of 80) sorted by relevance

1234

/external/elfutils/libcpu/
H A Di386_gendis.c45 FILE *outfile; variable
50 outfile = stdout;
/external/doclava/src/com/google/doclava/
H A DDocFile.java75 public static void writePage(String docfile, String relative, String outfile) { argument
79 * System.out.println("docfile='" + docfile + "' relative='" + relative + "'" + "' outfile='" +
80 * outfile + "'");
142 ClearPage.write(hdf, "docpage.cs", outfile);
144 String filename = outfile;
169 ClearPage.write(hdf, "sdkpage.cs", outfile);
171 ClearPage.write(hdf, "docpage.cs", outfile);
/external/dropbear/
H A Ddropbearconvert.c34 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);
110 do_convert(int intype, const char* infile, int outtype, const char* outfile) argument
/external/jpeg/
H A Djdatadst.c28 FILE * outfile; /* target stream */ member in struct:__anon7147
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;
H A Dexample.c91 FILE * outfile; /* target file */ local
114 if ((outfile = fopen(filename, "wb")) == NULL) {
118 jpeg_stdio_dest(&cinfo, outfile);
169 fclose(outfile);
H A Dwrtarga.c171 FILE *outfile; local
189 outfile = dest->pub.output_file;
191 putc(GETJSAMPLE(cinfo->colormap[2][i]), outfile);
192 putc(GETJSAMPLE(cinfo->colormap[1][i]), outfile);
193 putc(GETJSAMPLE(cinfo->colormap[0][i]), outfile);
/external/openssl/apps/
H A Dnseq.c72 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);
H A Dpkeyparam.c71 char **args, *infile = NULL, *outfile = NULL; local
106 outfile = *args;
158 if (outfile)
160 if (!(out = BIO_new_file (outfile, "w")))
163 "Can't open output file %s\n", outfile);
H A Dgendsa.c83 char *outfile=NULL; local
109 outfile= *(++argv);
233 if (outfile == NULL)
245 if (BIO_write_filename(out,outfile) <= 0)
247 perror(outfile);
H A Drand.c82 char *outfile = NULL; local
107 if ((argv[i+1] != NULL) && (outfile == NULL))
108 outfile = argv[++i];
189 if (outfile != NULL)
190 r = BIO_write_filename(out, outfile);
H A Dcrl2p7.c91 char *infile,*outfile,*prog,*certfile; local
107 outfile=NULL;
138 outfile= *(++argv);
159 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
241 if (outfile == NULL)
253 if (BIO_write_filename(out,outfile) <= 0)
255 perror(outfile);
265 BIO_printf(bio_err,"bad output format specified for outfile\n");
H A Ddh.c95 char *infile,*outfile,*prog; local
113 outfile=NULL;
140 outfile= *(++argv);
170 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
210 if (outfile == NULL)
222 if (BIO_write_filename(out,outfile) <= 0)
224 perror(outfile);
331 BIO_printf(bio_err,"bad output format specified for outfile\n");
H A Dgendh.c95 char *outfile=NULL; local
120 outfile= *(++argv);
173 if (outfile == NULL)
185 if (BIO_write_filename(out,outfile) <= 0)
187 perror(outfile);
H A Dpkcs7.c89 char *infile,*outfile,*prog; local
106 outfile=NULL;
133 outfile= *(++argv);
163 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
221 if (outfile == NULL)
233 if (BIO_write_filename(out,outfile) <= 0)
235 perror(outfile);
302 BIO_printf(bio_err,"bad output format specified for outfile\n");
H A Dpkey.c72 char **args, *infile = NULL, *outfile = NULL; local
149 outfile = *args;
210 if (outfile)
212 if (!(out = BIO_new_file (outfile, "wb")))
215 "Can't open output file %s\n", outfile);
H A Dspkac.c88 char *infile = NULL,*outfile = NULL,*prog; local
120 outfile= *(++argv);
209 if (outfile) out = BIO_new_file(outfile, "w");
267 if (outfile) out = BIO_new_file(outfile, "w");
/external/openssl/crypto/rc4/
H A Drc4.c77 char *infile=NULL,*outfile=NULL,*keystr=NULL; local
96 outfile= *(++argv);
133 if (outfile == NULL)
137 out=fopen(outfile,"w");
/external/qemu/distrib/jpeg-6b/
H A Djdatadst.c28 FILE * outfile; /* target stream */ member in struct:__anon11001
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;
H A Dexample.c91 FILE * outfile; /* target file */ local
114 if ((outfile = fopen(filename, "wb")) == NULL) {
118 jpeg_stdio_dest(&cinfo, outfile);
169 fclose(outfile);
H A Dwrtarga.c171 FILE *outfile; local
189 outfile = dest->pub.output_file;
191 putc(GETJSAMPLE(cinfo->colormap[2][i]), outfile);
192 putc(GETJSAMPLE(cinfo->colormap[1][i]), outfile);
193 putc(GETJSAMPLE(cinfo->colormap[0][i]), outfile);
/external/dropbear/libtomcrypt/demos/
H A Dencrypt.c18 printf("Usage: %s [-d](ecrypt) cipher infile outfile\nCiphers:\n", name);
103 char *infile, *outfile, *cipher; local
118 outfile = argv[4];
123 outfile = argv[3];
133 fdout = fopen(outfile,"wb");
/external/libvpx/examples/
H A Ddecoder_tmpl.c46 FILE *infile, *outfile; local
60 if(!(outfile = fopen(argv[2], "wb")))
98 fclose(outfile);
/external/srec/tools/grxmlcompile/
H A Dhashmap.cpp158 ofstream outfile; local
159 outfile.open ( fileName.c_str() );
162 outfile << pos->first << " " << pos->second << std::endl;
164 outfile.close();
/external/checkpolicy/
H A Dcheckmodule.c162 char *file = txtfile, *outfile = NULL; local
183 outfile = optarg;
292 if (outfile &&
293 write_binary_policy(&modpolicydb, outfile, argv[0]) == -1) {
/external/chromium/net/tools/tld_cleanup/
H A Dtld_cleanup.cc53 // 'outfile', with each rule terminated by a LF. The file must already have
55 bool WriteRules(const RuleMap& rules, FilePath outfile) { argument
87 int written = file_util::WriteFile(outfile, data.data(), data.size());

Completed in 482 milliseconds

1234