Searched refs:sysdep_string_desc (Results 1 – 13 of 13) sorted by relevance
74 struct sysdep_string_desc struct106 const struct sysdep_string_desc *orig_sysdep_tab;108 const struct sysdep_string_desc *trans_sysdep_tab;
1083 struct sysdep_string_desc *inmem_orig_sysdep_tab; in _nl_load_domain()1084 struct sysdep_string_desc *inmem_trans_sysdep_tab; in _nl_load_domain()1183 * sizeof (struct sysdep_string_desc); in _nl_load_domain()1195 inmem_orig_sysdep_tab = (struct sysdep_string_desc *) mem; in _nl_load_domain()1197 * sizeof (struct sysdep_string_desc); in _nl_load_domain()1198 inmem_trans_sysdep_tab = (struct sysdep_string_desc *) mem; in _nl_load_domain()1200 * sizeof (struct sysdep_string_desc); in _nl_load_domain()1267 struct sysdep_string_desc *inmem_tab_entry = in _nl_load_domain()
80 struct sysdep_string_desc struct112 const struct sysdep_string_desc *orig_sysdep_tab;114 const struct sysdep_string_desc *trans_sysdep_tab;
1076 struct sysdep_string_desc *inmem_orig_sysdep_tab;1077 struct sysdep_string_desc *inmem_trans_sysdep_tab;1116 * sizeof (struct sysdep_string_desc)1160 inmem_orig_sysdep_tab = (struct sysdep_string_desc *) mem;1161 mem += n_sysdep_strings * sizeof (struct sysdep_string_desc);1162 inmem_trans_sysdep_tab = (struct sysdep_string_desc *) mem;1163 mem += n_sysdep_strings * sizeof (struct sysdep_string_desc);
118 struct sysdep_string_desc struct170 const struct sysdep_string_desc *orig_sysdep_tab;172 const struct sysdep_string_desc *trans_sysdep_tab;
967 struct sysdep_string_desc *inmem_orig_sysdep_tab; in _nl_load_domain()968 struct sysdep_string_desc *inmem_trans_sysdep_tab; in _nl_load_domain()1067 * sizeof (struct sysdep_string_desc); in _nl_load_domain()1079 inmem_orig_sysdep_tab = (struct sysdep_string_desc *) mem; in _nl_load_domain()1081 * sizeof (struct sysdep_string_desc); in _nl_load_domain()1082 inmem_trans_sysdep_tab = (struct sysdep_string_desc *) mem; in _nl_load_domain()1084 * sizeof (struct sysdep_string_desc); in _nl_load_domain()1151 struct sysdep_string_desc *inmem_tab_entry = in _nl_load_domain()
1507 * gettextP.h (struct sysdep_string_desc): New type.