Searched refs:yyerror_message (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserialize.y231 static char yyerror_message[128];
236 sprintf(yyerror_message, "OSUnserialize: %s near line %d\n", s, lineNumber);
627 yyerror_message[0] = 0; //just in case
637 *errorString = OSString::withCString(yyerror_message);
H A DOSUnserialize.cpp1190 static char yyerror_message[128];
1195 sprintf(yyerror_message, "OSUnserialize: %s near line %d\n", s, lineNumber);
1586 yyerror_message[0] = 0; //just in case
1596 *errorString = OSString::withCString(yyerror_message);
1187 static char yyerror_message[128]; variable

Completed in 12 milliseconds