Home
last modified time | relevance | path

Searched refs:outmode (Results 1 – 5 of 5) sorted by relevance

/external/zlib/src/test/
Dminigzip.c547 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/
Dsmime.c93 const char *inmode = "r", *outmode = "w"; in MAIN() local
521 outmode = "wb"; in MAIN()
526 outmode = "wb"; in MAIN()
652 if (!(out = BIO_new_file(outfile, outmode))) in MAIN()
Dcms.c108 const char *inmode = "r", *outmode = "w"; in MAIN() local
682 outmode = "wb"; in MAIN()
687 outmode = "wb"; in MAIN()
869 if (!(out = BIO_new_file(outfile, outmode))) in MAIN()
/external/emma/core/res/com/vladium/emma/instr/
Dinstr_usage.res22 'm', 'outmode':
/external/zlib/src/
DChangeLog590 - Remove trailing space in minigzip.c outmode (VC++ can't deal with it)