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

  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
loadmsgcat.c 968 struct sysdep_string_desc *inmem_trans_sysdep_tab; local
1082 inmem_trans_sysdep_tab = (struct sysdep_string_desc *) mem;
1149 inmem_trans_sysdep_tab[k] (for j == 1). */
1154 : inmem_trans_sysdep_tab)
1233 domain->trans_sysdep_tab = inmem_trans_sysdep_tab;
  /src/external/gpl2/texinfo/dist/intl/
loadmsgcat.c 1084 struct sysdep_string_desc *inmem_trans_sysdep_tab; local
1198 inmem_trans_sysdep_tab = (struct sysdep_string_desc *) mem;
1265 inmem_trans_sysdep_tab[k] (for j == 1). */
1270 : inmem_trans_sysdep_tab)
1349 domain->trans_sysdep_tab = inmem_trans_sysdep_tab;
  /src/external/gpl3/gcc.old/dist/intl/
loadmsgcat.c 1077 struct sysdep_string_desc *inmem_trans_sysdep_tab; local
1162 inmem_trans_sysdep_tab = (struct sysdep_string_desc *) mem;
1184 inmem_trans_sysdep_tab[i-n_sysdep_strings] (for
1257 domain->trans_sysdep_tab = inmem_trans_sysdep_tab;

Completed in 24 milliseconds