OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:refkey
(Results
1 - 1
of
1
) sorted by null
/external/srec/tools/parseStringTest/
parseStringTest.c
544
LCHAR
refkey
[MAX_LINE_LENGTH];
local
608
sprintf(
refkey
, "%s.%s", rootrule, p);
609
p = strchr(
refkey
, '=');
621
if (!strcmp(keys_available[j],
refkey
)) break;
623
rc = semanticResults[i]->getValue(semanticResults[i],
refkey
, value, &len);
629
pfprintf(fout, "%s|%s|%s|%s|", trans,
refkey
, refval, value);
Completed in 374 milliseconds