OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:copy_of_transcription
(Results
1 - 1
of
1
) sorted by null
/external/srec/srec/crec/
text_parser.c
127
char
copy_of_transcription
[MAX_LOCAL_LEN];
local
131
strcpy(
copy_of_transcription
, transcription);
132
for (num_spaces = 0, p =
copy_of_transcription
; *p; p++)
150
ASSERT(strlen(
copy_of_transcription
) < max_literal_len);
151
strcpy(literal,
copy_of_transcription
);
162
for (p = strtok(
copy_of_transcription
, " "); p; p = strtok(NULL, " "))
177
rc = FST_CheckPath_Simple(context,
copy_of_transcription
);
180
ASSERT(strlen(
copy_of_transcription
) < max_literal_len);
181
strcpy(literal,
copy_of_transcription
);
Completed in 36 milliseconds