Searched refs:errorMsg (Results 1 – 2 of 2) sorted by relevance
36 void stop(char *errorMsg) { in stop() argument37 printf("%s\n", errorMsg); in stop()
320 static const char errorMsg[] = "error: numeric value overflows 32-bit unsigned int"; in readU32FromChar() local322 if (readU32FromCharChecked(stringPtr, &result)) { errorOut(errorMsg); } in readU32FromChar()365 static const char errorMsg[] = "error: numeric value overflows size_t"; in readSizeTFromChar() local367 if (readSizeTFromCharChecked(stringPtr, &result)) { errorOut(errorMsg); } in readSizeTFromChar()