HomeSort by relevance Sort by last modified time
    Searched full:tokenbuf (Results 1 - 5 of 5) sorted by null

  /external/srec/srec/Semproc/src/
LexicalAnalyzer.c 74 ESR_ReturnCode LA_nextToken(LexicalAnalyzer *lex, LCHAR *tokenBuf, size_t* tokenLen)
92 tokenBuf[0] = *lex->nextToken;
93 tokenBuf[1] = EO_STRING;
98 q = tokenBuf;
111 *tokenLen = q - tokenBuf;
112 tokenBuf[*tokenLen] = EO_STRING; /* make sure its there */
119 LSTRNCPY(tokenBuf, lex->nextToken, *tokenLen);
120 tokenBuf[*tokenLen] = EO_STRING; /* make sure its there */
  /external/srec/srec/EventLog/include/
SR_EventLogImpl.h 53 LCHAR tokenBuf[MAX_LOG_RECORD];
  /external/srec/srec/EventLog/src/
EventLogImpl.c 207 impl->tokenBuf[0] = 0;
360 LSTRLEN(impl->tokenBuf) < MAX_LOG_RECORD)
373 if (LSTRLEN(buf) + 1 + LSTRLEN(impl->tokenBuf) >= MAX_LOG_RECORD)
378 strcat(impl->tokenBuf, "|");
379 strcat(impl->tokenBuf, buf);
580 logIt(impl, buf, impl->tokenBuf, &writtenSize);
581 impl->tokenBuf[0] = 0;
  /external/clang/lib/Lex/
LiteralSupport.cpp     [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 

Completed in 711 milliseconds