HomeSort by relevance Sort by last modified time
    Searched refs:sysdep_string_desc (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/intl/
gettextP.h 72 struct sysdep_string_desc struct
104 const struct sysdep_string_desc *orig_sysdep_tab;
106 const struct sysdep_string_desc *trans_sysdep_tab;
loadmsgcat.c 1081 struct sysdep_string_desc *inmem_orig_sysdep_tab;
1082 struct sysdep_string_desc *inmem_trans_sysdep_tab;
1181 * sizeof (struct sysdep_string_desc);
1193 inmem_orig_sysdep_tab = (struct sysdep_string_desc *) mem;
1195 * sizeof (struct sysdep_string_desc);
1196 inmem_trans_sysdep_tab = (struct sysdep_string_desc *) mem;
1198 * sizeof (struct sysdep_string_desc);
1265 struct sysdep_string_desc *inmem_tab_entry
    [all...]
  /toolchain/binutils/binutils-2.27/intl/
gettextP.h 80 struct sysdep_string_desc struct
112 const struct sysdep_string_desc *orig_sysdep_tab;
114 const struct sysdep_string_desc *trans_sysdep_tab;
loadmsgcat.c 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);
    [all...]

Completed in 146 milliseconds