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

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

Completed in 81 milliseconds