Home
last modified time | relevance | path

Searched refs:OS_EXIT_STRING_1 (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.1.0/include/nitro/os/common/
Dsystem.h43 #define OS_EXIT_STRING_1 "*** Exit Nitro/Twl program (status=" macro
45 #define OS_EXIT_STRING OS_EXIT_STRING_1 OS_EXIT_STRING_2
/TwlSDK-5.1.0/build/tools/loadrun/
Dloadrun.c760 gExitStrLength = strlen(OS_EXIT_STRING_1); in procPrintf()
945 if (!strncmp(gConbineBuf, OS_EXIT_STRING_1, gExitStrLength)) in outputString()
/TwlSDK-5.1.0/build/tools/loadrun.TWL/
Dloadrun.c923 gExitStrLength = strlen(OS_EXIT_STRING_1); in procPrintf()
1148 if (!strncmp(gConbineBuf[console], OS_EXIT_STRING_1, gExitStrLength)) in outputString()