Searched refs:XCALLOC (Results 1 – 11 of 11) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | its.c | 732 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()
|
D | search-path.c | 121 array.ptr = XCALLOC (count + 1, char *); in get_search_path()
|
D | msgl-header.c | 206 char *new_header = XCALLOC (strlen (header) + 1, char); in message_list_delete_header_field()
|
D | locating-rule.c | 421 result = XCALLOC (1, struct locating_rule_list_ty); in locating_rule_list_alloc()
|
D | msgl-check.c | 112 array = XCALLOC (nplurals_value, unsigned char); in check_plural_eval() 525 unsigned char *array = XCALLOC (2, unsigned char); in check_plural()
|
D | write-po.c | 706 fmtdir = XCALLOC (len, char); in wrap() 713 fmtdirattr = XCALLOC (len, char); in wrap()
|
D | ChangeLog.1 | 3315 * msgl-check.c (check_plural_eval): Use XCALLOC instead of xcalloc.
|
/third_party/gettext/gnulib-local/lib/ |
D | mem-hash-map.c | 98 htab->table = XCALLOC (init_size + 1, hash_entry); in hash_init() 247 htab->table = XCALLOC (1 + htab->size, hash_entry); in resize()
|
D | xalloc.h | 125 #define XCALLOC(N,T) \ macro
|
D | markup.c | 840 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/ |
D | ChangeLog.0 | 1621 * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros. 1624 * lib/hash.c (hash_init, resize): Use XCALLOC instead of xcalloc.
|