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

/vbox/src/libs/zlib-1.2.6/test/
H A 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...]

Completed in 1608 milliseconds