Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/programs/
H A Dfileio.h100 void FIO_setTestMode(FIO_prefs_t* const prefs, int testMode);
H A Dzstdcli.c1352 …if (operation==zom_test) { FIO_setTestMode(prefs, 1); outFileName=nulmark; FIO_setRemoveSrcFile(pr… in main()
H A Dfileio.c507 void FIO_setTestMode(FIO_prefs_t* const prefs, int testMode) { in FIO_setTestMode() function