Searched refs:gExitStrLength (Results 1 – 2 of 2) sorted by relevance
112 int gExitStrLength; // Length of exit string variable760 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()
119 int gExitStrLength; // Length of exit string variable923 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()