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

  /external/zlib/
minigzip.c 275 char outmode[20]; local
277 strcpy(outmode, "wb6 ");
286 outmode[3] = 'f';
288 outmode[3] = 'h';
290 outmode[3] = 'R';
293 outmode[2] = (*argv)[1];
298 if (outmode[3] == ' ')
299 outmode[3] = 0;
308 file = gzdopen(fileno(stdout), outmode);
317 file_compress(*argv, outmode);
    [all...]
  /external/openssl/apps/
smime.c 90 const char *inmode = "r", *outmode = "w"; local
510 outmode = "wb";
515 outmode = "wb";
620 if (!(out = BIO_new_file(outfile, outmode)))
cms.c 105 const char *inmode = "r", *outmode = "w"; local
667 outmode = "wb";
672 outmode = "wb";
854 if (!(out = BIO_new_file(outfile, outmode)))
    [all...]
  /build/core/
definitions.mk     [all...]

Completed in 126 milliseconds