Searched refs:errorOut (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | zstdcli.c | 340 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() 818 …errorOut("error: only numeric values with optional suffixes K, KB, KiB, M, MB, MiB are allowed"); \ 827 …errorOut("error: only numeric values with optional suffixes K, KB, KiB, M, MB, MiB are allowed"); \
|