Home
last modified time | relevance | path

Searched refs:LANG (Results 1 – 25 of 111) sorted by relevance

12345

/freebsd/tools/test/sort/bigtest/
H A Dkcmd26 export LANG=${lang}
31 echo ${LANG} ${KEYS}
36 echo ${LANG} ${KEYS} crash >> test.log
41 echo ${LANG} ${KEYS} error >> test.log
46 echo ${LANG} ${KEYS} -c error >> test.log
53 echo ${LANG} ${KEYS} -t " " crash >> test.log
58 echo ${LANG} ${KEYS} error -t " " >> test.log
70 echo ${LANG} ${KEYS} -t "|" crash >> test.log
87 echo ${LANG} ${KEYS} -t 0 crash >> test.log
105 echo ${LANG} ${KEYS} ${f1} ${c1}
[all …]
/freebsd/contrib/ncurses/misc/
H A Dcsort33 LANG=C; export LANG
H A Dncurses-config.in34 LANG=C; export LANG
/freebsd/bin/sh/tests/builtins/
H A Dlocale1.012 unset LANG LC_ALL LC_COLLATE LC_CTYPE LC_MONETARY LC_NUMERIC LC_TIME LC_MESSAGES
32 case $(LC_ALL=C LANG=nl_NL.ISO8859-1 command . /var/empty/foo 2>&1) in
51 case $(export LANG=nl_NL.ISO8859-1; command . /var/empty/foo 2>&1) in
69 case $(LANG=nl_NL.ISO8859-1 command . /var/empty/foo 2>&1) in
94 case $(LANG=nl_NL.ISO8859-1 command . /var/empty/foo 2>&1; command . /var/empty/foo 2>&1) in
/freebsd/crypto/openssl/test/recipes/
H A D02-test_localetest.t22 $ENV{LANG} = "C";
25 $ENV{LANG} = "tr_TR.UTF-8";
/freebsd/contrib/ncurses/man/
H A DMKterminfo.sh46 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
/freebsd/contrib/dialog/
H A Drename.sh38 LANG=C; export LANG
/freebsd/contrib/ncurses/progs/
H A DMKtermsort.sh40 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
/freebsd/tools/test/sort/regression/
H A DMakefile16 @LANG=C;${SORT} data/${f} >output/${f}
22 @LANG=C;${SORT} -${opt} data/${f} >output/${f}${opt}
/freebsd/crypto/heimdal/doc/
H A Dmdate-sh21 LANG=C
22 export LANG
/freebsd/contrib/netbsd-tests/bin/expr/
H A Dt_expr.sh45 export LANG=nonexistent
48 export LANG=ru_RU.KOI8-R
/freebsd/usr.sbin/bsdconfig/share/
H A Dcommon.subr465 # consideration when displaying $file (suffix ".$LC_ALL" or ".$LANG" will
477 local lang="${LANG:-$LC_ALL}"
509 # Include a language file. Automatically takes $LANG and $LC_ALL into
510 # consideration when including $file (suffix ".$LC_ALL" or ".$LANG" will
514 # $LANG or $LC_ALL in the environment) and (b) the language file does not
523 local lang="${LANG:-$LC_ALL}"
568 local lang="${LANG:-$LC_ALL}"
599 # If $LANG or $LC_ALL (in order of preference, respectively) is set,
624 local __lang="${LANG:-$LC_ALL}"
722 local __lang="${LANG:-$LC_ALL}" __file="$__indexfile"
[all …]
/freebsd/contrib/dialog/samples/
H A Dsetup-utf85 case none"$LANG$LC_ALL$LC_CTYPE" in
/freebsd/contrib/netbsd-tests/usr.bin/awk/
H A Dt_awk.sh86 export LANG=en_US.UTF-8
100 export LANG=ru_RU.KOI8-R
/freebsd/contrib/file/tests/
H A Dgedcom.testfile8 1 LANG Italian
/freebsd/tools/test/stress2/tools/
H A Dministat.sh36 export LANG=C
H A Dfast.sh40 export LANG=C
H A Dvmstat.sh31 export LANG=en_US.ISO8859-1
/freebsd/contrib/diff/
H A DABOUT-NLS102 only have to set the `LANG' environment variable to the appropriate
106 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'
/freebsd/contrib/file/magic/scripts/
H A Dcreate_filemagic_flac8 LANG=C
/freebsd/usr.bin/awk/tests/bugs-fixed/
H A Dbug_fix_test.sh28 export LANG=C.UTF-8
/freebsd/contrib/bc/gen/
H A Dstrgen.sh30 export LANG=C
/freebsd/crypto/openssh/
H A Dfreebsd-namespace.sh13 export LANG=C
/freebsd/tools/test/stress2/misc/
H A Dsnap10.sh52 egrep -v "WARNING|WRITE" $log | LANG=C grep -q "[A-Z][A-Z]" &&
H A Dsplit.sh52 export LANG=C

12345