OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:msgidx
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/libdwfl/
dwfl_error.c
122
static const uint_fast16_t
msgidx
[] =
variable
129
#define nmsgidx (sizeof
msgidx
/ sizeof
msgidx
[0])
239
return _(&msgstr[
msgidx
[(unsigned int) error < nmsgidx
/external/elfutils/libelf/
elf_error.c
289
static const uint_fast16_t
msgidx
[ELF_E_NUM] =
variable
335
#define nmsgidx ((int) (sizeof (
msgidx
) / sizeof (
msgidx
[0])))
376
assert (
msgidx
[last_error] < sizeof (msgstr));
377
return last_error != 0 ? _(msgstr +
msgidx
[last_error]) : NULL;
382
assert (
msgidx
[error == -1 ? last_error : error] < sizeof (msgstr));
383
return _(msgstr +
msgidx
[error == -1 ? last_error : error]);
Completed in 37 milliseconds