Searched refs:EOFMARK (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
H A Dlua.c244 #define EOFMARK "<eof>" macro
245 #define marklen (sizeof(EOFMARK)/sizeof(char) - 1)
251 if (lmsg >= marklen && strcmp(msg + lmsg - marklen, EOFMARK) == 0) {

Completed in 43 milliseconds