Home
last modified time | relevance | path

Searched refs:LSTRCAT (Results 1 – 17 of 17) sorted by relevance

/external/srec/portable/src/
DPFileSystem.c232 LSTRCAT(path, tokens[i]); in PFileSystemGetAbsolutePath()
315 LSTRCAT(relativePath, L("/")); in PFileSystemGetFS()
317 LSTRCAT(relativePath, path + LSTRLEN(bestKey)); in PFileSystemGetFS()
420 LSTRCAT(absolutePath, L("/")); in PFileSystemChdir()
432 LSTRCAT(absolutePath, L("/")); in PFileSystemChdir()
486 LSTRCAT(clone, L("../")); in PFileSystemGetParentDirectory()
DPANSIFileSystemImpl.c131 LSTRCAT(key, L("/")); in PANSIFileSystemAddPathImpl()
155 LSTRCAT(value, L("/")); in PANSIFileSystemAddPathImpl()
198 LSTRCAT(path, L("/")); in PANSIFileSystemRemovePathImpl()
DPANSIFileImpl.c67 LSTRCAT(impl->Interface.filename, filename); in PANSIFileCreateImpl()
/external/srec/tools/dictTest/
DdictTest.c195 LSTRCAT ( parfilename, env_lang ); in main()
196 LSTRCAT ( parfilename, L("/baseline.par") ); in main()
230 LSTRCAT ( parfilename, env_lang ); in main()
231 LSTRCAT ( parfilename, L("/baseline.par") ); in main()
/external/srec/srec/EventLog/src/
DEventLogImpl.c253 LSTRCAT(impl->logFilename, L("/")); in SR_EventLogCreate()
254 LSTRCAT(impl->logFilename, timeStr); in SR_EventLogCreate()
268 LSTRCAT(impl->logFilename, L("/SWIevent-")); in SR_EventLogCreate()
269 LSTRCAT(impl->logFilename, timeStr); in SR_EventLogCreate()
270 LSTRCAT(impl->logFilename, L(".log")); in SR_EventLogCreate()
488 LSTRCAT(header, bar); in logIt()
489 LSTRCAT(header, header2); in logIt()
/external/srec/portable/include/
Dptypes.h227 #define LSTRCAT strcat macro
381 #define LSTRCAT wcscat macro
/external/srec/srec/Vocabulary/src/
DVocabulary.c220 LSTRCAT(multi, m[(int)*single]); in SR_Vocabulary_etiinf_conv_multichar()
221 if (*(single+1)) LSTRCAT(multi, " "); in SR_Vocabulary_etiinf_conv_multichar()
/external/srec/tools/make_g2g/
Dmake_g2g.c110 LSTRCAT(outFilename,L(".g2g")); in main()
/external/srec/shared/src/
DLStringImpl.c68 LSTRCAT(impl->value, value); in LString_Append()
DSessionTypeImpl.c657 LSTRCAT(key, *argv + 1); in ESR_SessionTypeImportCommandLineImpl()
/external/srec/srec/Semproc/src/
DSemanticProcessorImpl.c684 LSTRCAT(meaning, L("meaning")); in SR_SemanticProcessor_CheckParseByWordID()
727 LSTRCAT(meaning, L(" ")); in SR_SemanticProcessor_CheckParseByWordID()
1000 LSTRCAT(meaning, L("meaning")); in SR_SemanticProcessor_CheckParse()
1033 LSTRCAT(meaning, L(" ")); in SR_SemanticProcessor_CheckParse()
1034 LSTRCAT(meaning, dst); in SR_SemanticProcessor_CheckParse()
DExpressionEvaluator.c54 LSTRCAT(resultBuf, operands[i]); in EE_concat()
DSemanticGraphImpl.c302 LSTRCAT(filename, ".script"); in SR_SemanticGraph_LoadFromTextFiles()
385 LSTRCAT(filename, ".P.txt"); in SR_SemanticGraph_LoadFromTextFiles()
1012 LSTRCAT(union_script, ptra); in make_union_of_scripts()
/external/srec/srec/Nametag/src/
DNametagsImpl.c102 LSTRCAT(devicePath, filename); in SR_NametagsLoadImpl()
222 LSTRCAT(devicePath, filename); in SR_NametagsSaveImpl()
/external/srec/srec/Recognizer/src/
DRecognizerResultImpl.c206 LSTRCAT(value, lValue); in SR_RecognizerResult_GetValue()
DRecognizerImpl.c2212 LSTRCAT(label, wordk); in SR_RecognizerCreateResultImpl()
2213 LSTRCAT(label, L(" ")); in SR_RecognizerCreateResultImpl()
/external/srec/srec/test/SRecTest/src/
DSRecTest.c2078 LSTRCAT(file_path,L("/")); in srec_test_open_nist_file()