Searched defs:errorMsg (Results 1 – 2 of 2) sorted by relevance
352 static const char errorMsg[] = "error: numeric value overflows 32-bit unsigned int"; in readU32FromChar() local364 static const char errorMsg[] = "error: numeric value overflows 32-bit int"; in readIntFromChar() local414 static const char errorMsg[] = "error: numeric value overflows size_t"; in readSizeTFromChar() local
36 void stop(char *errorMsg) { in stop()