Searched refs:gConbineBuf (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/build/tools/loadrun.TWL/ |
| D | loadrun.c | 907 static char gConbineBuf[PRINT_CONSOLE_MAX][PRINT_ONETIME_SIZE * 2 + 2] = {"\0", "\0", "\0", "\0" }; variable 909 static char *gConbineBufPtr[PRINT_CONSOLE_MAX] = {&gConbineBuf[0][0], 910 &gConbineBuf[1][0], 911 &gConbineBuf[2][0], 912 &gConbineBuf[3][0] }; 1111 if (gConbineBufPtr[console] - &gConbineBuf[console][0] > PRINT_ONETIME_SIZE) in outputString() 1113 gConbineBufPtr[console] = &gConbineBuf[console][0]; in outputString() 1141 if (gAbortString && !strncmp(gConbineBuf[console], gAbortString, abortStrLength)) in outputString() 1148 if (!strncmp(gConbineBuf[console], OS_EXIT_STRING_1, gExitStrLength)) in outputString() 1151 gExitStatusNum = atoi(gConbineBuf[console] + gExitStrLength); in outputString() [all …]
|
| /TwlSDK-5.1.0/build/tools/loadrun/ |
| D | loadrun.c | 748 static char gConbineBuf[PRINT_ONETIME_SIZE * 2 + 2] = "\0"; variable 749 static char *gConbineBufPtr = &gConbineBuf[0]; 905 if (gConbineBufPtr - &gConbineBuf[0] > PRINT_ONETIME_SIZE) in outputString() 907 gConbineBufPtr = &gConbineBuf[0]; in outputString() 938 if (gAbortString && !strncmp(gConbineBuf, gAbortString, abortStrLength)) in outputString() 945 if (!strncmp(gConbineBuf, OS_EXIT_STRING_1, gExitStrLength)) in outputString() 948 gExitStatusNum = atoi(gConbineBuf + gExitStrLength); in outputString() 952 gConbineBufPtr = &gConbineBuf[0]; in outputString()
|