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

  /external/zlib/src/test/
minigzip.c 547 char *bname, outmode[20]; local
549 strcpy(outmode, "wb6 ");
570 outmode[3] = 'f';
572 outmode[3] = 'h';
574 outmode[3] = 'R';
577 outmode[2] = (*argv)[1];
582 if (outmode[3] == ' ')
583 outmode[3] = 0;
592 file = gzdopen(fileno(stdout), outmode);
618 file = gzdopen(fileno(stdout), outmode);
    [all...]
  /external/openssl/apps/
smime.c 93 const char *inmode = "r", *outmode = "w"; local
521 outmode = "wb";
526 outmode = "wb";
652 if (!(out = BIO_new_file(outfile, outmode)))
cms.c 108 const char *inmode = "r", *outmode = "w"; local
684 outmode = "wb";
689 outmode = "wb";
871 if (!(out = BIO_new_file(outfile, outmode)))
    [all...]
  /build/core/
definitions.mk     [all...]

Completed in 3362 milliseconds