Searched refs:categoryname (Results 1 – 3 of 3) sorted by relevance
314 const char *categoryname)436 const char *categoryname; in DCIGETTEXT() local562 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() argument1149 retval = _nl_locale_name (category, categoryname); in guess_category_value()
703 _nl_locale_name (int category, const char *categoryname) in _nl_locale_name() argument719 retval = getenv (categoryname); in _nl_locale_name()750 retval = getenv (categoryname); in _nl_locale_name()
154 const char *_nl_locale_name (int category, const char *categoryname);