Lines Matching refs:outmode
556 char *bname, outmode[20]; local
558 strcpy(outmode, "wb6 ");
579 outmode[3] = 'f';
581 outmode[3] = 'h';
583 outmode[3] = 'R';
586 outmode[2] = (*argv)[1];
591 if (outmode[3] == ' ')
592 outmode[3] = 0;
601 file = gzdopen(fileno(stdout), outmode);
627 file = gzdopen(fileno(stdout), outmode);
634 file_compress(*argv, outmode);