Home
last modified time | relevance | path

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

/external/srec/srec/Grammar/src/
DSR_GrammarImpl.c685 char copy_of[512], *word; in SR_GrammarAllowOnly() local
693 strcpy(copy_of, transcription); in SR_GrammarAllowOnly()
695 for (word = strtok(copy_of, " "); word; nw++, word = strtok(NULL, " ")) in SR_GrammarAllowOnly()