Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/programs/
H A Dzstdcli.c320 static const char errorMsg[] = "error: numeric value overflows 32-bit unsigned int"; in readU32FromChar() local
322 if (readU32FromCharChecked(stringPtr, &result)) { errorOut(errorMsg); } in readU32FromChar()
365 static const char errorMsg[] = "error: numeric value overflows size_t"; in readSizeTFromChar() local
367 if (readSizeTFromCharChecked(stringPtr, &result)) { errorOut(errorMsg); } in readSizeTFromChar()