Searched refs:single_locale (Results 1 – 1 of 1) sorted by relevance
439 char *single_locale; in DCIGETTEXT() local575 single_locale = (char *) alloca (strlen (categoryvalue) + 1); in DCIGETTEXT()576 ADD_BLOCK (block_list, single_locale); in DCIGETTEXT()592 single_locale[0] = 'C'; in DCIGETTEXT()593 single_locale[1] = '\0'; in DCIGETTEXT()597 char *cp = single_locale; in DCIGETTEXT()604 if (ENABLE_SECURE && IS_PATH_WITH_DIR (single_locale)) in DCIGETTEXT()611 if (strcmp (single_locale, "C") == 0 in DCIGETTEXT()612 || strcmp (single_locale, "POSIX") == 0) in DCIGETTEXT()617 domain = _nl_find_domain (dirname, single_locale, xdomainname, binding); in DCIGETTEXT()