Home
last modified time | relevance | path

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

/freebsd/contrib/bc/scripts/
H A Dfunctions.sh361 _gen_nlspath_tmplocale="${_gen_nlspath_locale%%$_gen_nlspath_char*}"
365 _gen_nlspath_charset="${_gen_nlspath_tmplocale#*$_gen_nlspath_char}"
366 _gen_nlspath_tmplocale="${_gen_nlspath_tmplocale%%$_gen_nlspath_char*}"
369 if [ "$_gen_nlspath_charset" = "$_gen_nlspath_tmplocale" ]; then
375 _gen_nlspath_territory="${_gen_nlspath_tmplocale#*$_gen_nlspath_char}"
376 _gen_nlspath_language="${_gen_nlspath_tmplocale%%$_gen_nlspath_char*}"
379 if [ "$_gen_nlspath_territory" = "$_gen_nlspath_tmplocale" ]; then
383 if [ "$_gen_nlspath_language" = "$_gen_nlspath_tmplocale" ]; then