Home
last modified time | relevance | path

Searched refs:gExitStrLength (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/build/tools/loadrun/
Dloadrun.c112 int gExitStrLength; // Length of exit string variable
760 gExitStrLength = strlen(OS_EXIT_STRING_1); in procPrintf()
945 if (!strncmp(gConbineBuf, OS_EXIT_STRING_1, gExitStrLength)) in outputString()
948 gExitStatusNum = atoi(gConbineBuf + gExitStrLength); in outputString()
/TwlSDK-5.1.0/build/tools/loadrun.TWL/
Dloadrun.c119 int gExitStrLength; // Length of exit string variable
923 gExitStrLength = strlen(OS_EXIT_STRING_1); in procPrintf()
1148 if (!strncmp(gConbineBuf[console], OS_EXIT_STRING_1, gExitStrLength)) in outputString()
1151 gExitStatusNum = atoi(gConbineBuf[console] + gExitStrLength); in outputString()