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

  /src/external/gpl2/grep/dist/intl/
gmo.h 92 struct string_desc struct
gettextP.h 85 struct string_desc *orig_tab;
86 struct string_desc *trans_tab;
loadmsgcat.c 396 domain->orig_tab = (struct string_desc *)
398 domain->trans_tab = (struct string_desc *)
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
gmo.h 108 struct string_desc struct
gettextP.h 163 const struct string_desc *orig_tab;
165 const struct string_desc *trans_tab;
loadmsgcat.c 926 domain->orig_tab = (const struct string_desc *)
928 domain->trans_tab = (const struct string_desc *)
  /src/external/gpl2/texinfo/dist/intl/
gmo.h 110 struct string_desc struct
gettextP.h 98 const struct string_desc *orig_tab;
100 const struct string_desc *trans_tab;
loadmsgcat.c 1042 domain->orig_tab = (const struct string_desc *)
1044 domain->trans_tab = (const struct string_desc *)
  /src/external/gpl3/gcc.old/dist/intl/
gmo.h 107 struct string_desc struct
gettextP.h 105 const struct string_desc *orig_tab;
107 const struct string_desc *trans_tab;
loadmsgcat.c 1036 domain->orig_tab = (const struct string_desc *)
1038 domain->trans_tab = (const struct string_desc *)
  /src/external/gpl2/gettext/dist/gettext-tools/src/
write-mo.c 90 /* An intermediate data structure representing a 'struct string_desc'. */
163 struct string_desc *orig_tab;
164 struct string_desc *trans_tab;
438 offset += nstrings * sizeof (struct string_desc);
440 (struct string_desc *) xmalloc (nstrings * sizeof (struct string_desc));
444 offset += nstrings * sizeof (struct string_desc);
446 (struct string_desc *) xmalloc (nstrings * sizeof (struct string_desc));
528 fwrite (orig_tab, nstrings * sizeof (struct string_desc), 1, output_file)
    [all...]

Completed in 27 milliseconds