Searched refs:outmode (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | minigzip.c | 563 char *bname, outmode[20]; local 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); [all …]
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | minigzip.c | 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); [all …]
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | ChangeLog | 696 - Remove trailing space in minigzip.c outmode (VC++ can't deal with it)
|