Home
last modified time | relevance | path

Searched refs:XCALLOC (Results 1 – 11 of 11) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dits.c732 result = XCALLOC (1, struct its_value_list_ty); in its_translate_rule_eval()
869 result = XCALLOC (1, struct its_value_list_ty); in its_localization_note_rule_eval()
1017 result = XCALLOC (1, struct its_value_list_ty); in its_element_within_text_rule_eval()
1105 result = XCALLOC (1, struct its_value_list_ty); in its_preserve_space_rule_eval()
1197 result = XCALLOC (1, struct its_value_list_ty); in its_extension_context_rule_eval()
1255 result = XCALLOC (1, struct its_value_list_ty); in its_extension_escape_rule_eval()
1345 result->namespaces = XCALLOC (i + 1, xmlNs *); in its_rule_parse()
1390 result = XCALLOC (1, struct its_rule_list_ty); in its_rule_list_alloc()
1514 result = XCALLOC (1, struct its_value_list_ty); in its_rule_list_eval()
Dsearch-path.c121 array.ptr = XCALLOC (count + 1, char *); in get_search_path()
Dmsgl-header.c206 char *new_header = XCALLOC (strlen (header) + 1, char); in message_list_delete_header_field()
Dlocating-rule.c421 result = XCALLOC (1, struct locating_rule_list_ty); in locating_rule_list_alloc()
Dmsgl-check.c112 array = XCALLOC (nplurals_value, unsigned char); in check_plural_eval()
525 unsigned char *array = XCALLOC (2, unsigned char); in check_plural()
Dwrite-po.c706 fmtdir = XCALLOC (len, char); in wrap()
713 fmtdirattr = XCALLOC (len, char); in wrap()
DChangeLog.13315 * msgl-check.c (check_plural_eval): Use XCALLOC instead of xcalloc.
/third_party/gettext/gnulib-local/lib/
Dmem-hash-map.c98 htab->table = XCALLOC (init_size + 1, hash_entry); in hash_init()
247 htab->table = XCALLOC (1 + htab->size, hash_entry); in resize()
Dxalloc.h125 #define XCALLOC(N,T) \ macro
Dmarkup.c840 attr_names = XCALLOC (context->cur_attr + 2, const char *); in emit_start_element()
841 attr_values = XCALLOC (context->cur_attr + 2, const char *); in emit_start_element()
/third_party/gettext/gnulib-local/
DChangeLog.01621 * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
1624 * lib/hash.c (hash_init, resize): Use XCALLOC instead of xcalloc.