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

  /external/zlib/
minigzip.c 356 char *bname, outmode[20]; local
358 strcpy(outmode, "wb6 ");
379 outmode[3] = 'f';
381 outmode[3] = 'h';
383 outmode[3] = 'R';
386 outmode[2] = (*argv)[1];
391 if (outmode[3] == ' ')
392 outmode[3] = 0;
401 file = gzdopen(fileno(stdout), outmode);
427 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
674 outmode = "wb";
679 outmode = "wb";
861 if (!(out = BIO_new_file(outfile, outmode)))
    [all...]
  /build/core/
definitions.mk     [all...]

Completed in 1557 milliseconds