Searched refs:tempString (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserialize.y289 char * tempString;
299 tempString = (char *)malloc(length + 1);
300 if (tempString == 0) {
304 bcopy(&parseBuffer[start], tempString, length);
305 tempString[length] = 0;
306 yylval = (object_t *)tempString;
313 char * tempString;
327 tempString = (char *)malloc(length + 1);
328 if (tempString == 0) {
340 tempString[t
[all...]
H A DOSUnserializeXML.y260 char tempString[128];
263 snprintf(tempString, 128, "OSUnserializeXML: %s near line %d\n", s, state->lineNumber);
264 *(state->errorString) = OSString::withCString(tempString);
385 char * tempString;
403 tempString = (char *)malloc(length + 1);
404 if (tempString == 0) {
409 // copy out string in tempString
416 tempString[j++] = c;
423 tempString[j++] = '<';
429 tempString[
[all...]
H A DOSUnserialize.cpp1248 char * tempString;
1258 tempString = (char *)malloc(length + 1);
1259 if (tempString == 0) {
1263 bcopy(&parseBuffer[start], tempString, length);
1264 tempString[length] = 0;
1265 yylval = (object_t *)tempString;
1272 char * tempString;
1286 tempString = (char *)malloc(length + 1);
1287 if (tempString == 0) {
1299 tempString[t
1245 char * tempString; local
1269 char * tempString; local
[all...]

Completed in 50 milliseconds