Searched refs:LSTRCHR (Results 1 – 11 of 11) sorted by relevance
/external/srec/portable/include/ |
D | ptypes.h | 232 #define LSTRCHR strchr macro 382 #define LSTRCHR wcschr macro
|
/external/srec/tools/make_g2g/ |
D | make_g2g.c | 108 p = LSTRCHR(outFilename,L(',')); in main()
|
/external/srec/srec/Semproc/include/ |
D | SR_SemprocDefinitions.h | 196 #define IS_END_SCOPE(wW) ((_tMp=LSTRCHR(wW,END_SCOPE_MARKER))!=0 && _tMp[1]==0)
|
/external/srec/srec/EventLog/src/ |
D | EventLogImpl.c | 346 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/ |
D | SymbolTable.c | 179 dot = LSTRCHR(key, L('.')); in ST_getKeyValue()
|
D | SemanticGraphImpl.c | 856 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/ |
D | LCHAR.c | 73 index = LSTRCHR(text, source); in lstrreplace()
|
D | PFileSystem.c | 86 ending = LSTRCHR(beginning, L('/')); in PFileSystemLinearToPathTokens()
|
/external/srec/shared/src/ |
D | SessionTypeImpl.c | 907 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/ |
D | VocabularyImpl.c | 509 if( (squote=LSTRCHR(curr,LSINGLEQUOTE))==NULL) {} in SR_VocabularyGetPronunciationImpl()
|
/external/srec/srec/Grammar/src/ |
D | SR_GrammarImpl.c | 387 addWords = atoi(LSTRCHR(tok, L('=')) + sizeof(LCHAR)); in SR_GrammarLoad()
|