HomeSort by relevance Sort by last modified time
    Searched refs:EOFMARK (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lua.c 244 #define EOFMARK "<eof>"
245 #define marklen (sizeof(EOFMARK)/sizeof(char) - 1)
251 if (lmsg >= marklen && strcmp(msg + lmsg - marklen, EOFMARK) == 0) {
  /external/syslinux/com32/lua/src/
lua.c 251 #define EOFMARK "<eof>"
252 #define marklen (sizeof(EOFMARK)/sizeof(char) - 1)
258 if (lmsg >= marklen && strcmp(msg + lmsg - marklen, EOFMARK) == 0) {

Completed in 68 milliseconds