HomeSort by: relevance | last modified time | path
    Searched refs:mo_ttable (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libintl/
libintl_local.h 47 uint32_t mo_ttable; /* T: translated text table offset */ member in struct:mo
106 struct moentry_h *mo_ttable; /* T: translated text table offset */ member in struct:mo_h
gettext.c 647 ttable = (struct moentry *)(base + flip(mo->mo_ttable, magic));
666 mohandle->mo.mo_ttable = (struct moentry_h *)malloc(l);
667 if (!mohandle->mo.mo_ttable) {
682 p = mohandle->mo.mo_ttable;
781 free(mohandle->mo.mo_ttable);
824 mohandle->mo.mo_ttable[strno].len;
825 return mohandle->mo.mo_ttable[strno].off;
872 *rlen = mohandle->mo.mo_ttable[middle].len;
873 return (const char *)mohandle->mo.mo_ttable[middle].off;

Completed in 330 milliseconds