Searched refs:msgptr (Results 1 – 2 of 2) sorted by relevance
/external/tesseract/ccutil/ |
D | errcode.cpp | 51 char *msgptr = msg; in error() local 55 msgptr += sprintf (msgptr, "%s:", caller); in error() 57 msgptr += sprintf (msgptr, "Error:%s", message); in error() 59 msgptr += sprintf (msgptr, ":"); in error() 63 msgptr += _vsnprintf (msgptr, MAX_MSG - 2 - (msgptr - msg), format, args); in error() 68 msgptr += vsprintf (msgptr, format, args); in error() 70 msgptr += sprintf (msgptr, "\n"); in error() 76 msgptr += sprintf (msgptr, "\n"); in error()
|
/external/jpeg/ |
D | jerror.c | 162 const char * msgptr; in format_message() local 183 msgptr = msgtext; in format_message() 184 while ((ch = *msgptr++) != '\0') { in format_message() 186 if (*msgptr == 's') isstring = TRUE; in format_message()
|