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

  /external/zlib/src/test/
minigzip.c 563 char *bname, outmode[20]; local
566 snprintf(outmode, sizeof(outmode), "%s", "wb6 ");
568 strcpy(outmode, "wb6 ");
590 outmode[3] = 'f';
592 outmode[3] = 'h';
594 outmode[3] = 'R';
597 outmode[2] = (*argv)[1];
602 if (outmode[3] == ' ')
603 outmode[3] = 0
    [all...]
  /external/chromium_org/third_party/openssl/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...]
  /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 254 milliseconds