OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:copy_of_trans
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/parseStringTest/
parseStringTest.c
142
char
copy_of_trans
[256], *p;
local
143
strcpy(
copy_of_trans
, trans);
147
for (p = strtok(
copy_of_trans
, " "); p; p = strtok(NULL, " "))
/external/srec/srec/Grammar/src/
SR_GrammarImpl.c
672
char
copy_of_trans
[512];
local
673
strcpy(
copy_of_trans
, transcription);
675
if (CA_CheckTranscription(impl->syntax, (LCHAR*)
copy_of_trans
, 0) == 0)
676
rc = impl->semproc->checkParse(impl->semproc, impl->semgraph,
copy_of_trans
, result, resultCount);
Completed in 1474 milliseconds