Home
last modified time | relevance | path

Searched refs:XMALLOC (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/gettext/gettext-tools/src/
Dcldr-plural.y44 XMALLOC (struct cldr_plural_rule_ty); in new_rule()
54 XMALLOC (struct cldr_plural_condition_ty); in new_leaf_condition()
66 XMALLOC (struct cldr_plural_condition_ty); in new_branch_condition()
79 XMALLOC (struct cldr_plural_relation_ty); in new_relation()
90 XMALLOC (struct cldr_plural_expression_ty); in new_expression()
116 XMALLOC (struct cldr_plural_range_ty); in new_range()
226 XMALLOC (struct cldr_plural_range_list_ty);
357 lval->oval = XMALLOC (struct cldr_plural_operand_ty);
Dxg-arglist-context.c147 flag_context_list_ty *list = XMALLOC (flag_context_list_ty); in flag_context_list_table_add()
205 list = XMALLOC (flag_context_list_ty); in flag_context_list_table_add()
234 flag_context_list_ty *copy = XMALLOC (flag_context_list_ty); in flag_context_list_table_add()
Dxg-mixed-string.c69 struct mixed_string *ms = XMALLOC (struct mixed_string); in mixed_string_alloc_simple()
105 struct mixed_string *ms = XMALLOC (struct mixed_string); in mixed_string_alloc_utf8()
129 struct mixed_string *ms = XMALLOC (struct mixed_string); in mixed_string_clone()
281 struct mixed_string *ms = XMALLOC (struct mixed_string); in mixed_string_concat()
344 struct mixed_string *ms = XMALLOC (struct mixed_string); in mixed_string_concat_free1()
623 struct mixed_string *ms = XMALLOC (struct mixed_string); in mixed_string_buffer_result()
Dmessage.c131 mp = XMALLOC (message_ty); in message_alloc()
277 mlp = XMALLOC (message_list_ty); in message_list_alloc()
646 mllp = XMALLOC (message_list_list_ty); in message_list_list_alloc()
756 mdp = XMALLOC (msgdomain_ty); in msgdomain_alloc()
776 mdlp = XMALLOC (msgdomain_list_ty); in msgdomain_list_alloc()
859 result = XMALLOC (msgdomain_list_ty); in msgdomain_list_copy()
872 msgdomain_ty *result_mdp = XMALLOC (msgdomain_ty); in msgdomain_list_copy()
Dx-scheme.c1149 op->token = XMALLOC (struct token); in read_object()
1265 op->token = XMALLOC (struct token); in read_object()
1277 op->token = XMALLOC (struct token); in read_object()
1346 op->token = XMALLOC (struct token); in read_object()
1372 op->token = XMALLOC (struct token); in read_object()
Dformat-qt-plural.c75 result = XMALLOC (struct spec); in format_parse()
Dformat-smalltalk.c100 result = XMALLOC (struct spec); in format_parse()
Dformat-qt.c118 result = XMALLOC (struct spec); in format_parse()
Dformat-csharp.c167 result = XMALLOC (struct spec); in format_parse()
Dformat-lua.c93 result = XMALLOC (struct spec); in format_parse()
Dxg-arglist-callshape.c185 struct callshapes *shapes = XMALLOC (struct callshapes); in insert_keyword_callshape()
Dstr-list.c50 slp = XMALLOC (string_list_ty); in string_list_alloc()
Dformat-perl-brace.c139 result = XMALLOC (struct spec); in format_parse()
Dx-librep.c798 op->token = XMALLOC (struct token); in read_object()
1054 op->token = XMALLOC (struct token); in read_object()
Dformat-c.c72 struct spec *safe_result = XMALLOC (struct spec); in format_parse()
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dfile-ostream.oo.c102 file_ostream_t stream = XMALLOC (struct file_ostream_representation); in file_ostream_create()
Dmemory-ostream.oo.c93 memory_ostream_t stream = XMALLOC (struct memory_ostream_representation); in memory_ostream_create()
Dterm-styled-ostream.oo.c159 result = XMALLOC (CRXStyle); in crx_style_new()
488 attr = XMALLOC (attributes_t); in match()
644 stream = XMALLOC (struct term_styled_ostream_representation); in term_styled_ostream_create()
Dnoop-styled-ostream.oo.c114 XMALLOC (struct noop_styled_ostream_representation); in noop_styled_ostream_create()
Dhtml-styled-ostream.oo.c130 XMALLOC (struct html_styled_ostream_representation); in html_styled_ostream_create()
Dglibconfig.in.h186 #define g_slice_new(t) XMALLOC (t)
Diconv-ostream.oo.c189 iconv_ostream_t stream = XMALLOC (struct iconv_ostream_representation); in iconv_ostream_create()
/third_party/gettext/gnulib-local/lib/
Dxalloc.h91 #define XMALLOC(T) \ macro
/third_party/gettext/gettext-tools/libgettextpo/
Dgettext-po.c82 file = XMALLOC (struct po_file); in po_file_create()
121 file = XMALLOC (struct po_file); in po_file_read()
167 file = XMALLOC (struct po_file); in po_file_read_v2()
208 file = XMALLOC (struct po_file); in po_file_read()
462 iterator = XMALLOC (struct po_message_iterator); in po_message_iterator()
/third_party/gettext/gettext-tools/libgrep/
Dm-regex.c68 cregex = XMALLOC (struct compiled_regex); in compile()

1234