| /external/jpeg/ |
| wrtarga.c | 171 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/lzma/Java/SevenZip/ |
| LzmaAlone.java | 30 public String OutFile;
134 OutFile = s;
193 java.io.File outFile = new java.io.File(params.OutFile);
196 java.io.BufferedOutputStream outStream = new java.io.BufferedOutputStream(new java.io.FileOutputStream(outFile));
|
| /external/openssl/apps/ |
| gendh.c | 95 char *outfile=NULL; local 120 outfile= *(++argv); 173 if (outfile == NULL) 185 if (BIO_write_filename(out,outfile) <= 0) 187 perror(outfile);
|
| pkey.c | 72 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);
|
| rand.c | 82 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);
|
| dsaparam.c | 118 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); 417 BIO_printf(bio_err,"bad output format specified for outfile\n"); 444 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
| rsa.c | 110 char *infile,*outfile,*prog; local 130 outfile=NULL; 157 outfile= *(++argv); 213 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 306 if (outfile == NULL) 318 if (BIO_write_filename(out,outfile) <= 0) 320 perror(outfile); 328 perror(outfile); 426 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
| crl.c | 109 char *infile=NULL,*outfile=NULL; local 175 outfile= *(++argv); 354 if (outfile == NULL) 366 if (BIO_write_filename(out,outfile) <= 0) 368 perror(outfile); 387 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
| genrsa.c | 100 char *outfile=NULL; local 135 outfile= *(++argv); 238 if (outfile == NULL) 250 if (BIO_write_filename(out,outfile) <= 0) 252 perror(outfile); 296 cb_data.prompt_info = outfile;
|
| spkac.c | 88 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/oprofile/pp/ |
| opreport_options.cpp | 57 string outfile; member in namespace:__anon27128 72 popt::option(outfile, "output-file", 'o', 147 if (outfile.empty()) 150 static ofstream os(outfile.c_str()); 152 cerr << "Couldn't open \"" << outfile
|
| /external/qemu/distrib/jpeg-6b/ |
| wrtarga.c | 171 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);
|
| /ndk/sources/host-tools/make-3.81/ |
| vmsjobs.c | 472 FILE *outfile; local 484 outfile = open_tmpfile (&comname, "sys$scratch:CMDXXXXXX.COM"); 485 if (outfile == 0) 490 fprintf (outfile, "$ assign/user %s sys$input\n", ifile); 497 fprintf (outfile, "$ define sys$error %s\n", efile); 504 fprintf (outfile, "$ define sys$output %s\n", ofile); 523 fwrite (p, 1, q - p, outfile); 524 fputc ('$', outfile); 525 fputc (' ', outfile); 550 fwrite (p, 1, sep - p, outfile); [all...] |
| /external/chromium_org/third_party/openssl/openssl/apps/ |
| dsaparam.c | 118 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); 417 BIO_printf(bio_err,"bad output format specified for outfile\n"); 444 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
| rsa.c | 110 char *infile,*outfile,*prog; local 130 outfile=NULL; 157 outfile= *(++argv); 213 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 306 if (outfile == NULL) 318 if (BIO_write_filename(out,outfile) <= 0) 320 perror(outfile); 328 perror(outfile); 426 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
| crl.c | 109 char *infile=NULL,*outfile=NULL; local 175 outfile= *(++argv); 354 if (outfile == NULL) 366 if (BIO_write_filename(out,outfile) <= 0) 368 perror(outfile); 387 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
| genrsa.c | 100 char *outfile=NULL; local 135 outfile= *(++argv); 238 if (outfile == NULL) 250 if (BIO_write_filename(out,outfile) <= 0) 252 perror(outfile); 296 cb_data.prompt_info = outfile;
|
| spkac.c | 88 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/elfutils/libcpu/ |
| i386_parse.c | 310 extern FILE *outfile; [all...] |
| /external/libvpx/libvpx/ |
| vp8_scalable_patterns.c | 75 static void write_ivf_file_header(FILE *outfile, 96 (void) fwrite(header, 1, 32, outfile); 100 static void write_ivf_frame_header(FILE *outfile, 114 (void) fwrite(header, 1, 12, outfile); 120 FILE *infile, *outfile[VPX_TS_MAX_LAYERS]; local 143 die("Usage: %s <infile> <outfile> <width> <height> <rate_num> " 619 if (!(outfile[i] = fopen(file_name, "wb"))) 621 write_ivf_file_header(outfile[i], &cfg, 0); 666 write_ivf_frame_header(outfile[i], pkt); 668 outfile[i]) [all...] |
| /external/zlib/src/test/ |
| minigzip.c | 461 local char outfile[MAX_NAME_LEN]; local 465 if (strlen(file) + strlen(GZ_SUFFIX) >= sizeof(outfile)) { 471 snprintf(outfile, sizeof(outfile), "%s%s", file, GZ_SUFFIX); 473 strcpy(outfile, file); 474 strcat(outfile, GZ_SUFFIX); 482 out = gzopen(outfile, mode); 484 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile); 500 char *infile, *outfile; local 518 outfile = buf [all...] |
| /external/chromium_org/build/android/gyp/ |
| apk_install.py | 52 with open(metadata_path, 'w') as outfile: 53 outfile.write(metadata)
|
| /external/chromium_org/build/android/gyp/util/ |
| build_utils.py | 73 with open(path, 'w') as outfile: 74 outfile.write(new_dump)
|
| /external/chromium_org/chrome/tools/build/win/ |
| version.bat | 13 set OutFile=%~4
62 | sed "s/@LASTCHANGE@/%LASTCHANGE%/" > %OutFile%
|
| /external/chromium_org/native_client_sdk/src/tools/ |
| fix_deps.py | 79 with open(output_filename, 'w') as outfile: 81 outfile.write(line)
|