Searched refs:LANG (Results 1 – 25 of 143) sorted by relevance
123456
28 export LANG=${lang}33 echo ${LANG} ${KEYS}38 echo ${LANG} ${KEYS} crash >> test.log43 echo ${LANG} ${KEYS} error >> test.log48 echo ${LANG} ${KEYS} -c error >> test.log55 echo ${LANG} ${KEYS} -t " " crash >> test.log60 echo ${LANG} ${KEYS} error -t " " >> test.log65 echo $? ${LANG} ${KEYS} -t " " -c error >> test.log72 echo ${LANG} ${KEYS} -t "|" crash >> test.log77 echo ${LANG} ${KEYS} error -t "|" >> test.log[all …]
17 LANG= en_US.ISO8859-141 cp -p ${DOCDIR}/${LANG}/$${j}/$${i}/article.$${k} ${IMAGEDIR}/$${j}-$${i}.$${k} ; \47 cp -p ${DOCDIR}/${LANG}/$${j}/article.$${k} ${IMAGEDIR}/$${j}.$${k} ; \
13 unset LANG LC_ALL LC_COLLATE LC_CTYPE LC_MONETARY LC_NUMERIC LC_TIME LC_MESSAGES33 case $(LC_ALL=C LANG=nl_NL.ISO8859-1 command . /var/empty/foo 2>&1) in52 case $(export LANG=nl_NL.ISO8859-1; command . /var/empty/foo 2>&1) in70 case $(LANG=nl_NL.ISO8859-1 command . /var/empty/foo 2>&1) in95 case $(LANG=nl_NL.ISO8859-1 command . /var/empty/foo 2>&1; command . /var/empty/foo 2>&1) in
32 LANG=C; export LANG
33 LANG=C; export LANG
45 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
50 LANG=C51 export LANG
38 LANG=C; export LANG
39 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
17 @LANG=C;${SORT} data/${f} >output/${f}23 @LANG=C;${SORT} -${opt} data/${f} >output/${f}${opt}
21 LANG=C22 export LANG
45 export LANG=nonexistent48 export LANG=ru_RU.KOI8-R
102 LANG= C macro103 .export LANG LC_ALL
95 LANG= C96 .export LANG LC_ALL
459 # Display a language help-file. Automatically takes $LANG and $LC_ALL into460 # consideration when displaying $file (suffix ".$LC_ALL" or ".$LANG" will463 # If a language has been requested by setting either $LANG or $LC_ALL in the472 local lang="${LANG:-$LC_ALL}"504 # Include a language file. Automatically takes $LANG and $LC_ALL into505 # consideration when including $file (suffix ".$LC_ALL" or ".$LANG" will509 # $LANG or $LC_ALL in the environment) and (b) the language file does not518 local lang="${LANG:-$LC_ALL}"532 # $LANG or $LC_ALL (in order of preference, respectively) is set, ".encoding"563 local lang="${LANG:-$LC_ALL}"[all …]
103 done | env LANG=C sort >> ${.CURDIR}/Makefile.man114 done | env LANG=C sort >> ${.CURDIR}/Makefile.man
86 export LANG=en_US.UTF-8100 export LANG=ru_RU.KOI8-R
102 only have to set the `LANG' environment variable to the appropriate106 prompt, merely execute `setenv LANG de_DE' (in `csh'),107 `export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash').127 `LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG'128 for the purpose of message handling, but you still need to have `LANG'132 available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.141 In the `LANGUAGE' environment variable, but not in the `LANG'
5 case none"$LANG$LC_ALL$LC_CTYPE" in
10 LANG=ru_RU.UTF-8
8 1 LANG Italian
7 case "${LC_ALL-${LC_CTYPE-${LANG}}}" in