Home
last modified time | relevance | path

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

/external/srec/srec/crec/
Dtext_parser.c127 char copy_of_transcription[MAX_LOCAL_LEN]; in FST_CheckPath_Complex() local
131 strcpy(copy_of_transcription, transcription); in FST_CheckPath_Complex()
132 for (num_spaces = 0, p = copy_of_transcription; *p; p++) in FST_CheckPath_Complex()
150 ASSERT(strlen(copy_of_transcription) < max_literal_len); in FST_CheckPath_Complex()
151 strcpy(literal, copy_of_transcription); in FST_CheckPath_Complex()
162 for (p = strtok(copy_of_transcription, " "); p; p = strtok(NULL, " ")) in FST_CheckPath_Complex()
177 rc = FST_CheckPath_Simple(context, copy_of_transcription); in FST_CheckPath_Complex()
180 ASSERT(strlen(copy_of_transcription) < max_literal_len); in FST_CheckPath_Complex()
181 strcpy(literal, copy_of_transcription); in FST_CheckPath_Complex()