Home
last modified time | relevance | path

Searched refs:errorMsg (Results 1 – 3 of 3) 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
354 if (readU32FromCharChecked(stringPtr, &result)) { errorOut(errorMsg); } in readU32FromChar()
364 static const char errorMsg[] = "error: numeric value overflows 32-bit int"; in readIntFromChar() local
371 if (readU32FromCharChecked(stringPtr, &result)) { errorOut(errorMsg); } in readIntFromChar()
414 static const char errorMsg[] = "error: numeric value overflows size_t"; in readSizeTFromChar() local
416 if (readSizeTFromCharChecked(stringPtr, &result)) { errorOut(errorMsg); } in readSizeTFromChar()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp36 void stop(char *errorMsg) { in stop() argument
37 printf("%s\n", errorMsg); in stop()
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c21874 goto errorMsg; in Jim_FormatString()
21880 goto errorMsg; in Jim_FormatString()
21886 goto errorMsg; in Jim_FormatString()
21925 goto errorMsg; in Jim_FormatString()
21956 goto errorMsg; in Jim_FormatString()
22000 goto errorMsg; in Jim_FormatString()
22176 errorMsg: in Jim_FormatString()