Home | History | Annotate | Download | only in test

Lines Matching full:outmode

563     char *bname, outmode[20];
566 snprintf(outmode, sizeof(outmode), "%s", "wb6 ");
568 strcpy(outmode, "wb6 ");
590 outmode[3] = 'f';
592 outmode[3] = 'h';
594 outmode[3] = 'R';
597 outmode[2] = (*argv)[1];
602 if (outmode[3] == ' ')
603 outmode[3] = 0;
612 file = gzdopen(fileno(stdout), outmode);
638 file = gzdopen(fileno(stdout), outmode);
645 file_compress(*argv, outmode);