Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/tools/loadrun/
Dloadrun.c881 int abortStrLength = gAbortString ? strlen(gAbortString) : 0; in outputString() local
938 if (gAbortString && !strncmp(gConbineBuf, gAbortString, abortStrLength)) in outputString()
/TwlSDK-5.1.0/build/tools/loadrun.TWL/
Dloadrun.c1081 int abortStrLength = gAbortString ? strlen(gAbortString) : 0; in outputString() local
1141 if (gAbortString && !strncmp(gConbineBuf[console], gAbortString, abortStrLength)) in outputString()