Home
last modified time | relevance | path

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

/third_party/gettext/gettext-tools/src/
Dwrite-po.c1568 char *allocated_charset; in msgdomain_list_print_po() local
1605 allocated_charset = NULL; in msgdomain_list_print_po()
1616 allocated_charset = (char *) xmalloca (len + 1); in msgdomain_list_print_po()
1617 memcpy (allocated_charset, charsetstr, len); in msgdomain_list_print_po()
1618 allocated_charset[len] = '\0'; in msgdomain_list_print_po()
1619 charset = allocated_charset; in msgdomain_list_print_po()
1645 if (allocated_charset != NULL) in msgdomain_list_print_po()
1646 freea (allocated_charset); in msgdomain_list_print_po()