OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:known_translation_t
(Results
1 - 1
of
1
) sorted by null
/external/e2fsprogs/intl/
dcigettext.c
221
struct
known_translation_t
struct
258
const struct
known_translation_t
*s1;
259
const struct
known_translation_t
*s2;
262
s1 = (const struct
known_translation_t
*) p1;
263
s2 = (const struct
known_translation_t
*) p2;
443
struct
known_translation_t
*search;
444
struct
known_translation_t
**foundp = NULL;
481
search = (struct
known_translation_t
*)
482
alloca (offsetof (struct
known_translation_t
, msgid) + msgid_len);
487
foundp = (struct
known_translation_t
**) tfind (search, &root, transcmp)
[
all
...]
Completed in 549 milliseconds