Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/programs/
H A Dzstdcli.c352 static const char errorMsg[] = "error: numeric value overflows 32-bit unsigned int"; in readU32FromChar() local
364 static const char errorMsg[] = "error: numeric value overflows 32-bit int"; in readIntFromChar() local
414 static const char errorMsg[] = "error: numeric value overflows size_t"; in readSizeTFromChar() local
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp36 void stop(char *errorMsg) { in stop()