/external/webkit/WebCore/WebCore.gyp/scripts/ |
action_maketokenizer.py | 88 outfile = open(output, 'wb') 90 p2 = subprocess.Popen(['perl', maketokenizer], stdin=p1.stdout, stdout=outfile)
|
/external/webkit/WebKitTools/Scripts/ |
update-sources-list.py | 85 outfile = os.path.join(wkroot, "WebCore/sources.inc") 86 sourcefile = open(outfile, "w")
|
/external/openssl/apps/ |
gendh.c | 98 char *outfile=NULL; local 123 outfile= *(++argv); 176 if (outfile == NULL) 188 if (BIO_write_filename(out,outfile) <= 0) 190 perror(outfile);
|
rand.c | 85 char *outfile = NULL; local 110 if ((argv[i+1] != NULL) && (outfile == NULL)) 111 outfile = argv[++i]; 192 if (outfile != NULL) 193 r = BIO_write_filename(out, outfile);
|
dsa.c | 107 char *infile,*outfile,*prog; local 128 outfile=NULL; 155 outfile= *(++argv); 197 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 269 if (outfile == NULL) 281 if (BIO_write_filename(out,outfile) <= 0) 283 perror(outfile); 291 perror(outfile); 314 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
ec.c | 99 char *infile, *outfile, *prog, *engine; local 118 outfile = NULL; 145 outfile= *(++argv); 213 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog); 314 if (outfile == NULL) 326 if (BIO_write_filename(out, outfile) <= 0) 328 perror(outfile); 344 perror(outfile); 378 "outfile\n");
|
rsa.c | 110 char *infile,*outfile,*prog; local 128 outfile=NULL; 155 outfile= *(++argv); 201 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 281 if (outfile == NULL) 293 if (BIO_write_filename(out,outfile) <= 0) 295 perror(outfile); 303 perror(outfile); 377 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
CA.sh | 34 outfile=$2 42 echo $line >>$outfile 45 echo $line >>$outfile 51 echo $line >$outfile
|
crl2p7.c | 92 char *infile,*outfile,*prog,*certfile; local 108 outfile=NULL; 139 outfile= *(++argv); 160 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 242 if (outfile == NULL) 254 if (BIO_write_filename(out,outfile) <= 0) 256 perror(outfile); 266 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
dh.c | 98 char *infile,*outfile,*prog; local 116 outfile=NULL; 143 outfile= *(++argv); 173 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 213 if (outfile == NULL) 225 if (BIO_write_filename(out,outfile) <= 0) 227 perror(outfile); 334 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
genrsa.c | 101 char *outfile=NULL; local 136 outfile= *(++argv); 241 if (outfile == NULL) 253 if (BIO_write_filename(out,outfile) <= 0) 255 perror(outfile); 306 cb_data.prompt_info = outfile;
|
pkcs7.c | 92 char *infile,*outfile,*prog; local 109 outfile=NULL; 136 outfile= *(++argv); 164 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 222 if (outfile == NULL) 234 if (BIO_write_filename(out,outfile) <= 0) 236 perror(outfile); 300 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
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");
|
gendsa.c | 86 char *outfile=NULL; local 112 outfile= *(++argv); 236 if (outfile == NULL) 248 if (BIO_write_filename(out,outfile) <= 0) 250 perror(outfile);
|
pkcs8.c | 73 char **args, *infile = NULL, *outfile = NULL; local 198 outfile = *args; 256 if (outfile) 258 if (!(out = BIO_new_file (outfile, "wb"))) 261 "Can't open output file %s\n", outfile);
|
sess_id.c | 96 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");
|
dhparam.c | 162 char *infile,*outfile,*prog; local 179 outfile=NULL; 206 outfile= *(++argv); 420 if (outfile == NULL) 432 if (BIO_write_filename(out,outfile) <= 0) 434 perror(outfile); 521 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
/external/zlib/contrib/untgz/ |
untgz.c | 393 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 = NULL [all...] |
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
picoloadphones.lua | 30 local outfile = io.open(arg[2], "wb")
31 if not outfile then
160 if specid[i] == 0 then outfile:write("\0")
161 else outfile:write(string.format("%c", specid[i]))
166 if nr == 0 then outfile:write("\0")
167 else outfile:write(string.format("%c", nr))
175 outfile:close()
|
picoloaddbg.lua | 32 local outfile = io.open(arg[2], "wb")
33 if not outfile then
171 outfile:write(string.sub(symtab[i], j, j))
173 outfile:write("\0")
178 outfile:write("\0\0\0\0\0\0\0\0")
187 outfile:close()
|
/external/icu4c/tools/genpname/ |
gensvpa.pl | 44 $outfile = "$destdir/SyntheticPropertyValueAliases.txt"; 49 $outFH = IO::File->new($outfile,"w") 50 or die "could not open the file $outfile for reading: $! \n";
|
/external/dropbear/libtomcrypt/demos/ |
encrypt.c | 18 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/jhead/ |
jpgfile.c | 531 FILE * outfile; local 539 outfile = fopen(FileName,"wb"); 540 if (outfile == NULL){ 546 fputc(0xff,outfile); 547 fputc(0xd8,outfile); 556 fwrite(JfifHead, 18, 1, outfile); 563 fputc(0xff,outfile); 564 fputc((unsigned char)Sections[a].Type, outfile); 565 nWrite = fwrite(Sections[a].Data, 1, Sections[a].Size, outfile); 575 nWrite = fwrite(Sections[a].Data, 1,Sections[a].Size, outfile); [all...] |
/external/icu4c/tools/gendraft/ |
genheaders.pl | 102 ($infile,$outfile,$destDir, $symbolAppend, $symbolDef, $exclude) = @_; 104 $headerDef = getHeaderDef($outfile); 106 $outfile = $destDir."/".$outfile; 110 $outFH = IO::File->new($outfile,"w") 111 or die "could not open the file $outfile for writing: $! \n"; 113 #print "$headerDef>>> $outfile\n";
|
/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);
|