Lines Matching refs:outmode
566 char *bname, outmode[20]; local
569 snprintf(outmode, sizeof(outmode), "%s", "wb6 ");
571 strcpy(outmode, "wb6 ");
593 outmode[3] = 'f';
595 outmode[3] = 'h';
597 outmode[3] = 'R';
600 outmode[2] = (*argv)[1];
605 if (outmode[3] == ' ')
606 outmode[3] = 0;
615 file = gzdopen(fileno(stdout), outmode);
641 file = gzdopen(fileno(stdout), outmode);
648 file_compress(*argv, outmode);