Home
last modified time | relevance | path

Searched refs:FIO_setTestMode (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.h97 void FIO_setTestMode(FIO_prefs_t* const prefs, int testMode);
H A Dzstdcli.c1237 …if (operation==zom_test) { FIO_setTestMode(prefs, 1); outFileName=nulmark; FIO_setRemoveSrcFile(pr… in main()
H A Dfileio.c485 void FIO_setTestMode(FIO_prefs_t* const prefs, int testMode) { in FIO_setTestMode() function