Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregcomp.c814 char *codeset_name; in init_dfa() local
842 codeset_name = nl_langinfo (CODESET); in init_dfa()
844 codeset_name = getenv ("LC_ALL"); in init_dfa()
845 if (codeset_name == NULL || codeset_name[0] == '\0') in init_dfa()
846 codeset_name = getenv ("LC_CTYPE"); in init_dfa()
847 if (codeset_name == NULL || codeset_name[0] == '\0') in init_dfa()
848 codeset_name = getenv ("LANG"); in init_dfa()
849 if (codeset_name == NULL) in init_dfa()
850 codeset_name = ""; in init_dfa()
851 else if (strchr (codeset_name, '.') != NULL) in init_dfa()
[all …]