Searched refs:identifier_to_locale_alloc (Results 1 – 7 of 7) sorted by relevance
2002 void *(*identifier_to_locale_alloc) (size_t) = xmalloc; variable2044 char *ret = (char *) identifier_to_locale_alloc (4 * idlen + 1); in identifier_to_locale()2087 ret = (char *) identifier_to_locale_alloc (ret_alloc); in identifier_to_locale()2146 char *ret = (char *) identifier_to_locale_alloc (10 * idlen + 1); in identifier_to_locale()
422 extern void *(*identifier_to_locale_alloc) (size_t);
1022 identifier_to_locale_alloc = alloc_for_identifier_to_locale; in general_init()
29524 (identifier_to_locale_alloc, identifier_to_locale_free): Define.29526 * pretty-print.h (identifier_to_locale_alloc,29529 (general_init): Set identifier_to_locale_alloc and
1165 identifier_to_locale_alloc = alloc_for_identifier_to_locale; in general_init()