Searched refs:propstok (Results 1 – 1 of 1) sorted by relevance
2400 char *propstok; in read_asr_conf_file() local2434 propstok = strtok(NULL, " \t\n"); in read_asr_conf_file()2443 if (propstok != NULL) in read_asr_conf_file()2444 el->props = strdup(propstok); in read_asr_conf_file()