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

  /src/lib/libintl/
libintl_local.h 93 struct mosysdepstr_h { struct
122 struct mosysdepstr_h **mo_sysdep_otable; /* original text */
123 struct mosysdepstr_h **mo_sysdep_ttable; /* translated text */
gettext.c 403 get_sysdep_string_table(struct mosysdepstr_h **table_h, uint32_t *ofstable,
420 l = sizeof(struct mosysdepstr_h) +
422 table_h[i] = (struct mosysdepstr_h *)malloc(l);
440 expand_sysdep(struct mohandle *mohandle, struct mosysdepstr_h *str)
536 (struct mosysdepstr_h **)calloc(mohandle->mo.mo_sysdep_nstring,
537 sizeof(struct mosysdepstr_h *));
547 (struct mosysdepstr_h **)calloc(mohandle->mo.mo_sysdep_nstring,
548 sizeof(struct mosysdepstr_h *));
756 free_sysdep_table(struct mosysdepstr_h **table, uint32_t nstring)
801 struct mosysdepstr_h *sysdep_otable, *sysdep_ttable
    [all...]

Completed in 13 milliseconds