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

  /src/lib/libintl/
libintl_local.h 127 struct mohandle { struct
138 struct mohandle mohandle; member in struct:domainbinding
gettext.c 70 static int validate(void *, struct mohandle *);
371 validate(void *arg, struct mohandle *mohandle)
376 if (p < (char *)mohandle->addr ||
377 p > (char *)mohandle->addr + mohandle->len)
440 expand_sysdep(struct mohandle *mohandle, struct mosysdepstr_h *str)
457 mohandle->mo.mo_sysdep_segs[str->segs[i].ref].len;
471 memcpy(dst, mohandle->mo.mo_sysdep_segs[str->segs[i].ref].str
585 struct mohandle *mohandle = &db->mohandle; local in function:mapit
774 struct mohandle *mohandle = &db->mohandle; local in function:unmapit
798 struct mohandle *mohandle = &db->mohandle; local in function:lookup_hash
853 struct mohandle *mohandle = &db->mohandle; local in function:lookup_bsearch
    [all...]

Completed in 27 milliseconds