Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/programs/
H A Dzstdcli.c340 static void errorOut(const char* msg) in errorOut() function
386 if (readU32FromCharChecked(stringPtr, &result)) { errorOut(errorMsg); } in readU32FromChar()
403 if (readU32FromCharChecked(stringPtr, &result)) { errorOut(errorMsg); } in readIntFromChar()
448 if (readSizeTFromCharChecked(stringPtr, &result)) { errorOut(errorMsg); } in readSizeTFromChar()
818errorOut("error: only numeric values with optional suffixes K, KB, KiB, M, MB, MiB are allowed"); \
827errorOut("error: only numeric values with optional suffixes K, KB, KiB, M, MB, MiB are allowed"); \