Searched refs:outmode (Results 1 – 5 of 5) sorted by relevance
547 char *bname, outmode[20]; local549 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 …]
93 const char *inmode = "r", *outmode = "w"; in MAIN() local521 outmode = "wb"; in MAIN()526 outmode = "wb"; in MAIN()652 if (!(out = BIO_new_file(outfile, outmode))) in MAIN()
108 const char *inmode = "r", *outmode = "w"; in MAIN() local682 outmode = "wb"; in MAIN()687 outmode = "wb"; in MAIN()869 if (!(out = BIO_new_file(outfile, outmode))) in MAIN()
22 'm', 'outmode':
590 - Remove trailing space in minigzip.c outmode (VC++ can't deal with it)