Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/i18n/
H A Dgettext.c103 char tmp_domain[TEXTDOMAINMAX + 1]; in textdomain() local
107 res = _textdomain_u(domain, tmp_domain); in textdomain()
/titanic_44/usr/src/cmd/msgfmt/
H A Dxgettext.c1824 struct domain_st *tmp_domain = new_domain(); in read_po() local
1828 tmp_domain->dname = strdup(tmpstr); in read_po()
1829 tmp_domain->gettext_head = ehead; in read_po()
1831 print_one_domain(tmp_domain); in read_po()