Home
last modified time | relevance | path

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

/external/srec/srec/Vocabulary/src/
DVocabularyImpl.c40 #define LSTRDUP(src) LSTRCPY(CALLOC(LSTRLEN(src)+1, sizeof(LCHAR), "srec.Vocabulary.LSTRDUP"), (src… macro
246 impl->filename = LSTRDUP( filename); in SR_VocabularyLoadImpl()
250 impl->filename = LSTRDUP( filename); in SR_VocabularyLoadImpl()
364 phrase_pron_dups[i] = LSTRDUP( phrase_pron_ptr[i]); in append_to_each_with_joiner()