Home
last modified time | relevance | path

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

/external/e2fsprogs/intl/
Ddcigettext.c314 const char *categoryname)
436 const char *categoryname; in DCIGETTEXT() local
562 categoryname = category_to_name (category); in DCIGETTEXT()
563 categoryvalue = guess_category_value (category, categoryname); in DCIGETTEXT()
566 xdomainname = (char *) alloca (strlen (categoryname) in DCIGETTEXT()
570 stpcpy (mempcpy (stpcpy (stpcpy (xdomainname, categoryname), "/"), in DCIGETTEXT()
1131 guess_category_value (int category, const char *categoryname) in guess_category_value() argument
1149 retval = _nl_locale_name (category, categoryname); in guess_category_value()
Dlocalename.c703 _nl_locale_name (int category, const char *categoryname) in _nl_locale_name() argument
719 retval = getenv (categoryname); in _nl_locale_name()
750 retval = getenv (categoryname); in _nl_locale_name()
DgettextP.h154 const char *_nl_locale_name (int category, const char *categoryname);