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

  /src/lib/libintl/
libintl_local.h 54 uint32_t mo_sysdep_nstring; /* number of strings */ member in struct:mo
120 uint32_t mo_sysdep_nstring; /* number of sysdep strings */ member in struct:mo_h
gettext.c 508 mohandle->mo.mo_sysdep_nstring = flip(mo->mo_sysdep_nstring, magic);
510 if (mohandle->mo.mo_sysdep_nstring == 0)
516 (mohandle->mo.mo_nstring + mohandle->mo.mo_sysdep_nstring))
536 (struct mosysdepstr_h **)calloc(mohandle->mo.mo_sysdep_nstring,
543 mohandle->mo.mo_sysdep_nstring, magic,
547 (struct mosysdepstr_h **)calloc(mohandle->mo.mo_sysdep_nstring,
554 mohandle->mo.mo_sysdep_nstring, magic,
559 for (i=0; i<mohandle->mo.mo_sysdep_nstring; i++) {
786 mohandle->mo.mo_sysdep_nstring);
    [all...]

Completed in 12 milliseconds