Searched refs:outfile (Results 151 - 175 of 556) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/toolchain/tools/firmware-utils/src/
H A Dmkzynfw.c481 write_out_data(FILE *outfile, uint8_t *data, size_t len, argument
486 fwrite(data, len, 1, outfile);
501 write_out_padding(FILE *outfile, size_t len, uint8_t padc, argument
512 if (write_out_data(outfile, buf, buflen, css))
523 write_out_data_align(FILE *outfile, uint8_t *data, size_t len, size_t align, argument
529 res = write_out_data(outfile, data, len, css);
534 res = write_out_padding(outfile, padlen, 0xFF, css);
541 write_out_header(FILE *outfile, struct zyn_rombin_hdr *hdr) argument
546 if (fseek(outfile, 0, SEEK_SET) != 0) {
563 return write_out_data(outfile, (uint8_
568 write_out_mmap(FILE *outfile, struct fw_mmap *mmap, struct csum_state *css) argument
625 write_out_file(FILE *outfile, char *name, size_t len, struct csum_state *css) argument
668 write_out_block(FILE *outfile, struct fw_block *block, struct csum_state *css) argument
688 write_out_image(FILE *outfile) argument
949 FILE *outfile; local
[all...]
H A Dmkcsysimg.c503 write_out_data(FILE *outfile, uint8_t *data, size_t len, argument
508 fwrite(data, len, 1, outfile);
523 write_out_padding(FILE *outfile, size_t len, uint8_t padc, argument
535 err = write_out_data(outfile, buf, buflen, css);
567 block_writeout_hdr(FILE *outfile, struct csys_block *block) argument
581 res = write_out_data(outfile, (uint8_t *)&hdr, sizeof(hdr),NULL);
588 block_writeout_file(FILE *outfile, struct csys_block *block) argument
623 res = write_out_data(outfile, buf, buflen, block->css);
636 block_writeout_data(FILE *outfile, struct csys_block *block) argument
641 res = block_writeout_file(outfile, bloc
655 block_writeout_csum(FILE *outfile, struct csys_block *block) argument
672 block_writeout(FILE *outfile, struct csys_block *block) argument
708 write_out_blocks(FILE *outfile) argument
1044 FILE *outfile; local
[all...]
H A Dmkmylofw.c448 write_out_data(FILE *outfile, uint8_t *data, size_t len, uint32_t *crc) argument
452 fwrite(data, len, 1, outfile);
467 write_out_desc(FILE *outfile, struct mylo_fw_blockdesc *desc, uint32_t *crc) argument
469 return write_out_data(outfile, (uint8_t *)desc,
475 write_out_padding(FILE *outfile, size_t len, uint8_t padc, uint32_t *crc) argument
486 if (write_out_data(outfile, buff, buflen, crc))
497 write_out_file(FILE *outfile, struct fw_block *block, uint32_t *crc) argument
519 if (write_out_data(outfile, (uint8_t *)&ph, sizeof(ph), crc) != 0)
542 if (write_out_data(outfile, buff, buflen, crc) != 0)
552 if (write_out_padding(outfile, le
561 write_out_header(FILE *outfile, uint32_t *crc) argument
588 write_out_partitions(FILE *outfile, uint32_t *crc) argument
615 write_out_blocks(FILE *outfile, uint32_t *crc) argument
1123 FILE *outfile; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/zlib/contrib/untgz/
H A Duntgz.c393 FILE *outfile = NULL; local
482 outfile = fopen(fname,"wb");
483 if (outfile == NULL) {
490 outfile = fopen(fname,"wb");
493 if (outfile != NULL)
499 outfile = NULL;
531 if (outfile != NULL)
533 if (fwrite(&buffer,sizeof(char),bytes,outfile) != bytes)
537 fclose(outfile);
538 outfile
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/zlib/contrib/untgz/
H A Duntgz.c393 FILE *outfile = NULL; local
482 outfile = fopen(fname,"wb");
483 if (outfile == NULL) {
490 outfile = fopen(fname,"wb");
493 if (outfile != NULL)
499 outfile = NULL;
531 if (outfile != NULL)
533 if (fwrite(&buffer,sizeof(char),bytes,outfile) != bytes)
537 fclose(outfile);
538 outfile
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/contrib/untgz/
H A Duntgz.c393 FILE *outfile = NULL; local
482 outfile = fopen(fname,"wb");
483 if (outfile == NULL) {
490 outfile = fopen(fname,"wb");
493 if (outfile != NULL)
499 outfile = NULL;
531 if (outfile != NULL)
533 if (fwrite(&buffer,sizeof(char),bytes,outfile) != bytes)
537 fclose(outfile);
538 outfile
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/zlib/contrib/untgz/
H A Duntgz.c393 FILE *outfile = NULL; local
482 outfile = fopen(fname,"wb");
483 if (outfile == NULL) {
490 outfile = fopen(fname,"wb");
493 if (outfile != NULL)
499 outfile = NULL;
531 if (outfile != NULL)
533 if (fwrite(&buffer,sizeof(char),bytes,outfile) != bytes)
537 fclose(outfile);
538 outfile
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/contrib/untgz/
H A Duntgz.c393 FILE *outfile = NULL; local
482 outfile = fopen(fname,"wb");
483 if (outfile == NULL) {
490 outfile = fopen(fname,"wb");
493 if (outfile != NULL)
499 outfile = NULL;
531 if (outfile != NULL)
533 if (fwrite(&buffer,sizeof(char),bytes,outfile) != bytes)
537 fclose(outfile);
538 outfile
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/zlib/contrib/untgz/
H A Duntgz.c393 FILE *outfile = NULL; local
482 outfile = fopen(fname,"wb");
483 if (outfile == NULL) {
490 outfile = fopen(fname,"wb");
493 if (outfile != NULL)
499 outfile = NULL;
531 if (outfile != NULL)
533 if (fwrite(&buffer,sizeof(char),bytes,outfile) != bytes)
537 fclose(outfile);
538 outfile
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/apps/
H A Ddsa.c107 char *infile,*outfile,*prog; local
130 outfile=NULL;
157 outfile= *(++argv);
205 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
293 if (outfile == NULL)
305 if (BIO_write_filename(out,outfile) <= 0)
307 perror(outfile);
315 perror(outfile);
351 BIO_printf(bio_err,"bad output format specified for outfile\n");
H A Dec.c96 char *infile, *outfile, *prog, *engine; local
115 outfile = NULL;
142 outfile= *(++argv);
210 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
311 if (outfile == NULL)
323 if (BIO_write_filename(out, outfile) <= 0)
325 perror(outfile);
341 perror(outfile);
375 "outfile\n");
H A DCA.sh34 outfile=$2
42 echo $line >>$outfile
45 echo $line >>$outfile
51 echo $line >$outfile
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/apps/
H A Ddsa.c108 char *infile, *outfile, *prog; local
131 outfile = NULL;
154 outfile = *(++argv);
198 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
290 if (outfile == NULL) {
299 if (BIO_write_filename(out, outfile) <= 0) {
300 perror(outfile);
307 perror(outfile);
346 BIO_printf(bio_err, "bad output format specified for outfile\n");
H A Dec.c97 char *infile, *outfile, *prog, *engine; local
116 outfile = NULL;
139 outfile = *(++argv);
197 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
284 if (outfile == NULL) {
293 if (BIO_write_filename(out, outfile) <= 0) {
294 perror(outfile);
309 perror(outfile);
336 BIO_printf(bio_err, "bad output format specified for " "outfile\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/apps/
H A Ddsa.c108 char *infile, *outfile, *prog; local
131 outfile = NULL;
154 outfile = *(++argv);
198 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
290 if (outfile == NULL) {
299 if (BIO_write_filename(out, outfile) <= 0) {
300 perror(outfile);
307 perror(outfile);
346 BIO_printf(bio_err, "bad output format specified for outfile\n");
H A Dec.c97 char *infile, *outfile, *prog, *engine; local
116 outfile = NULL;
139 outfile = *(++argv);
197 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
284 if (outfile == NULL) {
293 if (BIO_write_filename(out, outfile) <= 0) {
294 perror(outfile);
309 perror(outfile);
336 BIO_printf(bio_err, "bad output format specified for " "outfile\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/apps/
H A Ddsa.c107 char *infile,*outfile,*prog; local
130 outfile=NULL;
157 outfile= *(++argv);
205 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
293 if (outfile == NULL)
305 if (BIO_write_filename(out,outfile) <= 0)
307 perror(outfile);
315 perror(outfile);
351 BIO_printf(bio_err,"bad output format specified for outfile\n");
H A Dec.c96 char *infile, *outfile, *prog, *engine; local
115 outfile = NULL;
142 outfile= *(++argv);
210 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
311 if (outfile == NULL)
323 if (BIO_write_filename(out, outfile) <= 0)
325 perror(outfile);
341 perror(outfile);
375 "outfile\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/apps/
H A Ddsa.c108 char *infile, *outfile, *prog; local
131 outfile = NULL;
154 outfile = *(++argv);
198 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
290 if (outfile == NULL) {
299 if (BIO_write_filename(out, outfile) <= 0) {
300 perror(outfile);
307 perror(outfile);
346 BIO_printf(bio_err, "bad output format specified for outfile\n");
H A Dec.c97 char *infile, *outfile, *prog, *engine; local
116 outfile = NULL;
139 outfile = *(++argv);
197 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
284 if (outfile == NULL) {
293 if (BIO_write_filename(out, outfile) <= 0) {
294 perror(outfile);
309 perror(outfile);
336 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 Ddsa.c107 char *infile,*outfile,*prog; local
130 outfile=NULL;
157 outfile= *(++argv);
205 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
293 if (outfile == NULL)
305 if (BIO_write_filename(out,outfile) <= 0)
307 perror(outfile);
315 perror(outfile);
351 BIO_printf(bio_err,"bad output format specified for outfile\n");
H A Dec.c96 char *infile, *outfile, *prog, *engine; local
115 outfile = NULL;
142 outfile= *(++argv);
210 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
311 if (outfile == NULL)
323 if (BIO_write_filename(out, outfile) <= 0)
325 perror(outfile);
341 perror(outfile);
375 "outfile\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/examples/logon/ntlogon/
H A Dntlogon.py245 outfile = 'logon.bat' # Default batch file name
290 outfile = user + '.bat' # Setup the output file name
337 oFile = open(outdir + outfile, 'w')
339 print 'Unable to open logon script file: ' + outdir + outfile
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/examples/logon/ntlogon/
H A Dntlogon.py245 outfile = 'logon.bat' # Default batch file name
290 outfile = user + '.bat' # Setup the output file name
337 oFile = open(outdir + outfile, 'w')
339 print 'Unable to open logon script file: ' + outdir + outfile
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/docs/examples/
H A Dsmooth-gtk-thread.c72 FILE *outfile; local
90 outfile = fopen(urls[j], "w");
97 curl_easy_setopt(curl, CURLOPT_WRITEDATA, outfile);
105 fclose(outfile);

Completed in 148 milliseconds

1234567891011>>