HomeSort by relevance Sort by last modified time
    Searched refs:outf (Results 1 - 6 of 6) sorted by null

  /external/zlib/contrib/iostream3/
test.cc 13 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/
strace.c 85 FILE *outf; variable
204 outf = stderr;
369 if ((outf = popen(outfname + 1, "w")) == NULL) {
377 else if ((outf = fopen(outfname, "w")) == NULL) {
383 if ((f=fcntl(fileno(outf), F_GETFD)) < 0 ) {
388 if (fcntl(fileno(outf), F_SETFD, f|FD_CLOEXEC) < 0 ) {
399 setvbuf(outf, buf, _IOLBF, BUFSIZ);
408 tcp->outf = outf;
561 if (outf != stderr) close (fileno (outf))
    [all...]
syscall.c     [all...]
defs.h 277 FILE *outf; /* Output file for this process */ member in struct:tcb
  /external/zlib/contrib/blast/
blast.c 422 local int outf(void *how, unsigned char *buf, unsigned len) function
433 ret = blast(inf, stdin, outf, stdout);
  /external/openssl/apps/
enc.c 127 char *inf=NULL,*outf=NULL; local
180 outf= *(++argv);
450 if (outf == NULL)
464 if (BIO_write_filename(out,outf) <= 0)
466 perror(outf);

Completed in 455 milliseconds