Lines Matching refs:mosysdepstr_h
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;