Home
last modified time | relevance | path

Searched refs:LSTRCHR (Results 1 – 11 of 11) sorted by relevance

/external/srec/portable/include/
Dptypes.h232 #define LSTRCHR strchr macro
382 #define LSTRCHR wcschr macro
/external/srec/tools/make_g2g/
Dmake_g2g.c108 p = LSTRCHR(outFilename,L(',')); in main()
/external/srec/srec/Semproc/include/
DSR_SemprocDefinitions.h196 #define IS_END_SCOPE(wW) ((_tMp=LSTRCHR(wW,END_SCOPE_MARKER))!=0 && _tMp[1]==0)
/external/srec/srec/EventLog/src/
DEventLogImpl.c346 if (LSTRCHR(token, L('=')) != NULL) in SR_EventLog_Token()
352 if (value && LSTRCHR(value, L('\n')) != NULL) in SR_EventLog_Token()
541 if (LSTRCHR(event, L('=')) != NULL) in SR_EventLog_Event()
/external/srec/srec/Semproc/src/
DSymbolTable.c179 dot = LSTRCHR(key, L('.')); in ST_getKeyValue()
DSemanticGraphImpl.c856 start = LSTRCHR(union_script, L('\'')); in find_in_union_of_scripts()
862 end = LSTRCHR(start, L('\'')); /* point to last \' */ in find_in_union_of_scripts()
868 start = LSTRCHR(script, L('\'')); in find_in_union_of_scripts()
/external/srec/portable/src/
DLCHAR.c73 index = LSTRCHR(text, source); in lstrreplace()
DPFileSystem.c86 ending = LSTRCHR(beginning, L('/')); in PFileSystemLinearToPathTokens()
/external/srec/shared/src/
DSessionTypeImpl.c907 ending = LSTRCHR(line, '='); in importKeyValueFile()
920 ending = LSTRCHR(value, L(';')); in importKeyValueFile()
925 ending = LSTRCHR(value, L('\n')); in importKeyValueFile()
940 if ((ending = LSTRCHR(value, '\\')) == (value + LSTRLEN(value) - 1)) in importKeyValueFile()
/external/srec/srec/Vocabulary/src/
DVocabularyImpl.c509 if( (squote=LSTRCHR(curr,LSINGLEQUOTE))==NULL) {} in SR_VocabularyGetPronunciationImpl()
/external/srec/srec/Grammar/src/
DSR_GrammarImpl.c387 addWords = atoi(LSTRCHR(tok, L('=')) + sizeof(LCHAR)); in SR_GrammarLoad()