Home
last modified time | relevance | path

Searched refs:moentry_h (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/lib/libintl/
H A Dlibintl_local.h78 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 */
H A Dgettext.c580 struct moentry_h *p; in mapit()
660 l = sizeof(struct moentry_h) * mohandle->mo.mo_nstring; in mapit()
661 mohandle->mo.mo_otable = (struct moentry_h *)malloc(l); in mapit()
666 mohandle->mo.mo_ttable = (struct moentry_h *)malloc(l); in mapit()