Searched refs:outfile (Results 251 - 275 of 556) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/apps/
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 Dgenpkey.c79 char **args, *outfile = NULL; local
143 outfile = *args;
224 if (outfile)
226 if (!(out = BIO_new_file (outfile, "wb")))
229 "Can't open output file %s\n", outfile);
H A Dpkcs8.c73 char **args, *infile = NULL, *outfile = NULL; local
199 outfile = *args;
257 if (outfile)
259 if (!(out = BIO_new_file (outfile, "wb")))
262 "Can't open output file %s\n", outfile);
H A Dsess_id.c96 char *infile=NULL,*outfile=NULL,*context=NULL; local
132 outfile= *(++argv);
208 if (outfile == NULL)
220 if (BIO_write_filename(out,outfile) <= 0)
222 perror(outfile);
248 BIO_printf(bio_err,"bad output format specified for outfile\n");
263 BIO_printf(bio_err,"bad output format specified for outfile\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/jpeg/
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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/apps/
H A Dgendsa.c83 char *outfile = NULL; local
109 outfile = *(++argv);
235 if (outfile == NULL) {
244 if (BIO_write_filename(out, outfile) <= 0) {
245 perror(outfile);
H A Dgenpkey.c80 char **args, *outfile = NULL; local
135 outfile = *args;
208 if (outfile) {
209 if (!(out = BIO_new_file(outfile, "wb"))) {
210 BIO_printf(bio_err, "Can't open output file %s\n", outfile);
H A Dpkcs8.c74 char **args, *infile = NULL, *outfile = NULL; local
186 outfile = *args;
246 if (outfile) {
247 if (!(out = BIO_new_file(outfile, "wb"))) {
248 BIO_printf(bio_err, "Can't open output file %s\n", outfile);
H A Dsess_id.c97 char *infile = NULL, *outfile = NULL, *context = NULL; local
129 outfile = *(++argv);
199 if (outfile == NULL) {
208 if (BIO_write_filename(out, outfile) <= 0) {
209 perror(outfile);
232 BIO_printf(bio_err, "bad output format specified for outfile\n");
245 BIO_printf(bio_err, "bad output format specified for outfile\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/apps/
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 Dgenpkey.c79 char **args, *outfile = NULL; local
143 outfile = *args;
224 if (outfile)
226 if (!(out = BIO_new_file (outfile, "wb")))
229 "Can't open output file %s\n", outfile);
H A Dpkcs8.c73 char **args, *infile = NULL, *outfile = NULL; local
199 outfile = *args;
257 if (outfile)
259 if (!(out = BIO_new_file (outfile, "wb")))
262 "Can't open output file %s\n", outfile);
H A Dsess_id.c96 char *infile=NULL,*outfile=NULL,*context=NULL; local
132 outfile= *(++argv);
208 if (outfile == NULL)
220 if (BIO_write_filename(out,outfile) <= 0)
222 perror(outfile);
248 BIO_printf(bio_err,"bad output format specified for outfile\n");
263 BIO_printf(bio_err,"bad output format specified for outfile\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/jpeg/
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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/toolchain/tools/firmware-utils/src/
H A Dlzma2eva.c49 const char *infile, *outfile; local
80 outfile = argv[4];
85 out = fopen(outfile, "w+b");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/utils/
H A Dlog2pcaphex.c227 const char *infile, *outfile; local
244 poptSetOtherOptionHelp(pc, "[<infile> [<outfile>]]");
264 outfile = poptGetArg(pc);
266 if(outfile) {
267 out = fopen(outfile, "w+");
270 fprintf(stderr, "Can't find %s, using stdout...\n", outfile);
274 if(!outfile) out = stdout;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/apps/
H A Ddhparam.c159 char *infile,*outfile,*prog; local
176 outfile=NULL;
203 outfile= *(++argv);
416 if (outfile == NULL)
428 if (BIO_write_filename(out,outfile) <= 0)
430 perror(outfile);
517 BIO_printf(bio_err,"bad output format specified for outfile\n");
H A Ddsaparam.c118 char *infile,*outfile,*prog,*inrand=NULL; local
138 outfile=NULL;
165 outfile= *(++argv);
217 BIO_printf(bio_err,"%s [options] [bits] <infile >outfile\n",prog);
258 if (outfile == NULL)
270 if (BIO_write_filename(out,outfile) <= 0)
272 perror(outfile);
416 BIO_printf(bio_err,"bad output format specified for outfile\n");
438 BIO_printf(bio_err,"bad output format specified for outfile\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/utils/
H A Dlog2pcaphex.c300 const char *infile, *outfile; local
317 poptSetOtherOptionHelp(pc, "[<infile> [<outfile>]]");
337 outfile = poptGetArg(pc);
339 if(outfile) {
340 out = fopen(outfile, "w+");
343 fprintf(stderr, "Can't find %s, using stdout...\n", outfile);
348 if(!outfile) out = stdout;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/utils/
H A Dlog2pcaphex.c227 const char *infile, *outfile; local
244 poptSetOtherOptionHelp(pc, "[<infile> [<outfile>]]");
264 outfile = poptGetArg(pc);
266 if(outfile) {
267 out = fopen(outfile, "w+");
270 fprintf(stderr, "Can't find %s, using stdout...\n", outfile);
274 if(!outfile) out = stdout;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/apps/
H A Ddhparam.c160 char *infile, *outfile, *prog; local
177 outfile = NULL;
200 outfile = *(++argv);
407 if (outfile == NULL) {
416 if (BIO_write_filename(out, outfile) <= 0) {
417 perror(outfile);
498 BIO_printf(bio_err, "bad output format specified for outfile\n");
H A Ddsaparam.c121 char *infile, *outfile, *prog, *inrand = NULL; local
141 outfile = NULL;
164 outfile = *(++argv);
209 BIO_printf(bio_err, "%s [options] [bits] <infile >outfile\n", prog);
251 if (outfile == NULL) {
260 if (BIO_write_filename(out, outfile) <= 0) {
261 perror(outfile);
394 BIO_printf(bio_err, "bad output format specified for outfile\n");
420 BIO_printf(bio_err, "bad output format specified for outfile\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/utils/
H A Dlog2pcaphex.c300 const char *infile, *outfile; local
317 poptSetOtherOptionHelp(pc, "[<infile> [<outfile>]]");
337 outfile = poptGetArg(pc);
339 if(outfile) {
340 out = fopen(outfile, "w+");
343 fprintf(stderr, "Can't find %s, using stdout...\n", outfile);
348 if(!outfile) out = stdout;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/apps/
H A Ddhparam.c160 char *infile, *outfile, *prog; local
177 outfile = NULL;
200 outfile = *(++argv);
407 if (outfile == NULL) {
416 if (BIO_write_filename(out, outfile) <= 0) {
417 perror(outfile);
498 BIO_printf(bio_err, "bad output format specified for outfile\n");
H A Ddsaparam.c121 char *infile, *outfile, *prog, *inrand = NULL; local
141 outfile = NULL;
164 outfile = *(++argv);
209 BIO_printf(bio_err, "%s [options] [bits] <infile >outfile\n", prog);
251 if (outfile == NULL) {
260 if (BIO_write_filename(out, outfile) <= 0) {
261 perror(outfile);
394 BIO_printf(bio_err, "bad output format specified for outfile\n");
420 BIO_printf(bio_err, "bad output format specified for outfile\n");

Completed in 238 milliseconds

<<11121314151617181920>>