OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FIO_setPassThroughFlag
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/programs/
fileio.h
103
void
FIO_setPassThroughFlag
(FIO_prefs_t* const prefs, int value);
zstdcli.c
923
if (exeNameMatch(programName, ZSTD_CAT)) { operation=zom_decompress; FIO_overwriteMode(prefs); forceStdout=1; followLinks=1;
FIO_setPassThroughFlag
(prefs, 1); outFileName=stdoutmark; g_displayLevel=1; } /* supports multiple formats */
924
if (exeNameMatch(programName, ZSTD_ZCAT)) { operation=zom_decompress; FIO_overwriteMode(prefs); forceStdout=1; followLinks=1;
FIO_setPassThroughFlag
(prefs, 1); outFileName=stdoutmark; g_displayLevel=1; } /* behave like zcat, also supports multiple formats */
930
if (exeNameMatch(programName, ZSTD_GZCAT)) { operation=zom_decompress; FIO_overwriteMode(prefs); forceStdout=1; followLinks=1;
FIO_setPassThroughFlag
(prefs, 1); outFileName=stdoutmark; g_displayLevel=1; } /* behave like gzcat, also supports multiple formats */
980
if (!strcmp(argument, "--pass-through")) {
FIO_setPassThroughFlag
(prefs, 1); continue; }
981
if (!strcmp(argument, "--no-pass-through")) {
FIO_setPassThroughFlag
(prefs, 0); continue; }
fileio.c
484
void
FIO_setPassThroughFlag
(FIO_prefs_t* const prefs, int value) {
Completed in 68 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026