OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:estr
(Results
1 - 2
of
2
) sorted by null
/external/embunit/src/
stdImpl.c
92
const char *
estr
= str;
local
95
c = *
estr
;
96
estr
++;
98
return ((int)(
estr
- str - 1));
/external/ipsec-tools/src/racoon/
racoonctl.c
1057
static char *
estr
[] = { "", "B", "M", "U", "A", "I", };
local
1118
if (ARRAYLEN(
estr
) > pd->etype)
1119
printf("%s ",
estr
[pd->etype]);
Completed in 140 milliseconds