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

  /external/srec/tools/make_g2g/
make_g2g.c 108 p = LSTRCHR(outFilename,L(','));
  /external/srec/portable/include/
ptypes.h 232 #define LSTRCHR strchr
382 #define LSTRCHR wcschr
  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 856 start = LSTRCHR(union_script, L('\''));
862 end = LSTRCHR(start, L('\'')); /* point to last \' */
868 start = LSTRCHR(script, L('\''));
    [all...]
SymbolTable.c 179 dot = LSTRCHR(key, L('.'));
  /external/srec/portable/src/
LCHAR.c 73 index = LSTRCHR(text, source);
PFileSystem.c 86 ending = LSTRCHR(beginning, L('/'));
  /external/srec/srec/EventLog/src/
EventLogImpl.c 346 if (LSTRCHR(token, L('=')) != NULL)
352 if (value && LSTRCHR(value, L('\n')) != NULL)
541 if (LSTRCHR(event, L('=')) != NULL)
  /external/srec/shared/src/
SessionTypeImpl.c 907 ending = LSTRCHR(line, '=');
920 ending = LSTRCHR(value, L(';'));
925 ending = LSTRCHR(value, L('\n'));
940 if ((ending = LSTRCHR(value, '\\')) == (value + LSTRLEN(value) - 1))
    [all...]
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 509 if( (squote=LSTRCHR(curr,LSINGLEQUOTE))==NULL) {}
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 387 addWords = atoi(LSTRCHR(tok, L('=')) + sizeof(LCHAR));

Completed in 161 milliseconds