Searched refs:outf (Results 1 - 10 of 10) sorted by relevance

/external/zlib/src/contrib/iostream3/
H A Dtest.cc13 gzofstream outf; local
17 outf.open("test1.txt.gz");
18 outf << "The quick brown fox sidestepped the lazy canine\n"
20 outf.close();
32 outf.rdbuf()->pubsetbuf(0,0);
33 outf.open("test2.txt.gz");
34 outf << setcompression(Z_NO_COMPRESSION)
37 outf.close();
/external/strace/
H A Dcount.c158 call_summary_pers(FILE *outf) argument
193 fprintf(outf, "%6.6s %11.11s %11.11s %9.9s %9.9s %s\n",
196 fprintf(outf, "%6.6s %11.11s %11.11s %9.9s %9.9s %-16.16s\n",
212 fprintf(outf, "%6.2f %11.6f %11ld %9d %9.9s %s\n",
221 fprintf(outf, "%6.6s %11.11s %11.11s %9.9s %9.9s %-16.16s\n",
227 fprintf(outf, "%6.6s %11.6f %11.11s %9d %9.9s %s\n",
233 call_summary(FILE *outf) argument
245 fprintf(outf,
248 call_summary_pers(outf);
H A Dstrace.c117 FILE *outf; variable
368 tcp->outf = fp;
414 tcp->outf = outf;
584 if (outf != stderr) close (fileno (outf));
598 if (outf!=stderr)
599 close(fileno (outf));
786 outf = stderr;
989 if ((outf
[all...]
H A Ddefs.h353 FILE *outf; /* Output file for this process */ member in struct:tcb
H A Dsyscall.c2562 if (fflush(tcp->outf) == EOF)
2719 if (fflush(tcp->outf) == EOF)
/external/zlib/src/contrib/blast/
H A Dblast.c424 local int outf(void *how, unsigned char *buf, unsigned len) function
435 ret = blast(inf, stdin, outf, stdout);
/external/chromium_org/third_party/openssl/openssl/apps/
H A Denc.c124 char *inf=NULL,*outf=NULL; local
178 outf= *(++argv);
452 if (outf == NULL)
468 if (BIO_write_filename(out,outf) <= 0)
470 perror(outf);
/external/openssl/apps/
H A Denc.c124 char *inf=NULL,*outf=NULL; local
178 outf= *(++argv);
452 if (outf == NULL)
468 if (BIO_write_filename(out,outf) <= 0)
470 perror(outf);
/external/chromium_org/third_party/ply/
H A Dyacc.py2671 outf = open(filename,"wb")
2672 pickle.dump(__tabversion__,outf,pickle_protocol)
2673 pickle.dump(self.lr_method,outf,pickle_protocol)
2674 pickle.dump(signature,outf,pickle_protocol)
2675 pickle.dump(self.lr_action,outf,pickle_protocol)
2676 pickle.dump(self.lr_goto,outf,pickle_protocol)
2684 pickle.dump(outp,outf,pickle_protocol)
2685 outf.close()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1099 milliseconds