Searched refs:errorMsg (Results 1 – 3 of 3) sorted by relevance
384 static const char errorMsg[] = "error: numeric value overflows 32-bit unsigned int"; in readU32FromChar() local386 if (readU32FromCharChecked(stringPtr, &result)) { errorOut(errorMsg); } in readU32FromChar()396 static const char errorMsg[] = "error: numeric value overflows 32-bit int"; in readIntFromChar() local403 if (readU32FromCharChecked(stringPtr, &result)) { errorOut(errorMsg); } in readIntFromChar()446 static const char errorMsg[] = "error: numeric value overflows size_t"; in readSizeTFromChar() local448 if (readSizeTFromCharChecked(stringPtr, &result)) { errorOut(errorMsg); } in readSizeTFromChar()
36 void stop(char *errorMsg) { in stop() argument37 printf("%s\n", errorMsg); in stop()
21863 goto errorMsg; in Jim_FormatString()21869 goto errorMsg; in Jim_FormatString()21875 goto errorMsg; in Jim_FormatString()21914 goto errorMsg; in Jim_FormatString()21945 goto errorMsg; in Jim_FormatString()21989 goto errorMsg; in Jim_FormatString()22165 errorMsg: in Jim_FormatString()