OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:moentry_h
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libintl/
libintl_local.h
78
struct
moentry_h
{
struct
105
struct
moentry_h
*mo_otable; /* O: original text table offset */
106
struct
moentry_h
*mo_ttable; /* T: translated text table offset */
gettext.c
580
struct
moentry_h
*p;
660
l = sizeof(struct
moentry_h
) * mohandle->mo.mo_nstring;
661
mohandle->mo.mo_otable = (struct
moentry_h
*)malloc(l);
666
mohandle->mo.mo_ttable = (struct
moentry_h
*)malloc(l);
Completed in 251 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025