| /external/zlib/src/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/chromium_org/third_party/openssl/openssl/apps/ |
| dsa.c | 107 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");
|
| ec.c | 96 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");
|
| nseq.c | 72 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);
|
| pkeyparam.c | 71 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);
|
| crl2p7.c | 91 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");
|
| dh.c | 95 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");
|
| pkcs7.c | 89 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");
|
| /external/openssl/apps/ |
| dsa.c | 107 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");
|
| ec.c | 96 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");
|
| nseq.c | 72 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);
|
| pkeyparam.c | 71 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);
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| pipes.py | 45 sts = t.copy(infile, outfile) 46 If infile or outfile are the empty string, standard input is read or 182 def copy(self, infile, outfile): 183 return os.system(self.makepipeline(infile, outfile)) 185 def makepipeline(self, infile, outfile): 186 cmd = makepipeline(infile, self.steps, outfile) 193 def makepipeline(infile, steps, outfile): 214 if kind[1] == 'f' and not outfile: 216 list[-1][-1] = outfile
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| pipes.py | 45 sts = t.copy(infile, outfile) 46 If infile or outfile are the empty string, standard input is read or 182 def copy(self, infile, outfile): 183 return os.system(self.makepipeline(infile, outfile)) 185 def makepipeline(self, infile, outfile): 186 cmd = makepipeline(infile, self.steps, outfile) 193 def makepipeline(infile, steps, outfile): 214 if kind[1] == 'f' and not outfile: 216 list[-1][-1] = outfile
|
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
| xmlreport.py | 25 def report(self, morfs, outfile=None, config=None): 30 `outfile` is a file object to write the XML to. `config` is a 35 outfile = outfile or sys.stdout 86 outfile.write(self.xml_out.toprettyxml())
|
| /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");
|
| /frameworks/base/packages/Keyguard/scripts/ |
| new_merge.py | 130 def prepareFileForCompare(inFile, outFile, skip="", replace="", withText=""): 131 # Delete the outfile, so we're starting with a new file 132 if (os.path.exists(outFile)): 133 os.remove(outFile) 136 fout = open(outFile, "w")
|
| /frameworks/base/services/java/com/android/server/ |
| SystemBackupAgent.java | 133 File outFile = null; 137 outFile = new File(WALLPAPER_INFO); 140 outFile = new File(WALLPAPER_IMAGE); 146 if (outFile == null) { 149 FullBackup.restoreFile(data, size, type, mode, mtime, outFile);
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
| cfmfile.py | 161 def copydata(self, outfile): 173 offset = outfile.tell() 176 outfile.seek(offset) 182 outfile.write(infile.read(BUFSIZE)) 185 outfile.write(infile.read(l))
|
| /external/chromium_org/native_client_sdk/src/tools/ |
| genhttpfs.py | 35 outfile = open(options.output, 'w') 37 outfile = sys.stdout 67 outfile.write('%s %d %s\n' % (mode, stat.st_size, relname))
|
| /external/smali/baksmali/ |
| build.gradle | 58 def outFile = jar.destinationDir.getPath() + '/' + jar.baseName + '-' + jar.version + '-small' + '.' + jar.extension 60 outputs.file outFile 65 args '-outjars ' + outFile
|
| /frameworks/base/docs/html/tools/help/ |
| zipalign.jd | 46 <p>To align {@code infile.apk} and save it as {@code outfile.apk}:</p> 48 <pre>zipalign [-f] [-v] <alignment> infile.apk outfile.apk</pre> 61 <li>{@code -f} : overwrite existing outfile.zip</li>
|
| /external/libvpx/libvpx/test/ |
| resize_test.cc | 38 int frame_cnt, FILE *const outfile) { 55 (void)fwrite(header, 1, 32, outfile); 58 static void write_ivf_frame_size(FILE *const outfile, const size_t size) { 61 (void)fwrite(header, 1, 4, outfile); 65 FILE *const outfile) { 77 (void)fwrite(header, 1, 12, outfile);
|
| /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
| 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/e2fsprogs/lib/et/ |
| compile_et.sh.in | 49 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et" 56 $AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et"
|