Home
last modified time | relevance | path

Searched refs:LANG (Results 1 – 25 of 115) 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
63 echo $? ${LANG} ${KEYS} -t " " -c error >> test.log
70 echo ${LANG} ${KEYS} -t "|" crash >> test.log
75 echo ${LANG} ${KEYS} error -t "|" >> test.log
[all …]
/freebsd/crypto/krb5/src/windows/installer/wix/
H A DMakefile3 LANG=1033 macro
32 lang\strings_$(LANG).wxl \
33 lang\ui_$(LANG).wxi \
34 lang\config_$(LANG).wxi
56 -dBuildLang=$(LANG)
60 -loc lang\strings_$(LANG).wxl -ext WixUtilExtension.dll
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.h206 #define CLANG_LANGBUILTIN_ENTRY(ID, TYPE, ATTRS, LANG) \ argument
208 HeaderDesc::NO_HEADER, LANG},
209 #define CLANG_LIBBUILTIN_ENTRY(ID, TYPE, ATTRS, HEADER, LANG) \ argument
211 HeaderDesc::HEADER, LANG},
216 #define CLANG_TARGET_HEADER_BUILTIN_ENTRY(ID, TYPE, ATTRS, HEADER, LANG, \ argument
220 HeaderDesc::HEADER, 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/contrib/ncurses/misc/
H A Dcsort33 LANG=C; export LANG
/freebsd/crypto/openssl/test/recipes/
H A D02-test_localetest.t22 $ENV{LANG} = "C";
25 $ENV{LANG} = "tr_TR.UTF-8";
/freebsd/tools/build/
H A Dabsolute-symlink.sh24 LANG="C"; export LANG
/freebsd/contrib/dialog/
H A Drename.sh38 LANG=C; export LANG
/freebsd/contrib/ncurses/man/
H A DMKterminfo.sh46 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
/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 DMakefile15 @LANG=C;${SORT} data/${f} >output/${f}
21 @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.subr464 # Display a language help-file. Automatically takes $LANG and $LC_ALL into
465 # consideration when displaying $file (suffix ".$LC_ALL" or ".$LANG" will
468 # If a language has been requested by setting either $LANG or $LC_ALL in the
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}"
537 # $LANG or $LC_ALL (in order of preference, respectively) is set, ".encoding"
568 local lang="${LANG:-$LC_ALL}"
[all …]
/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/dialog/samples/
H A Dsetup-utf85 case none"$LANG$LC_ALL$LC_CTYPE" in
/freebsd/contrib/file/tests/
H A Dgedcom.testfile8 1 LANG Italian
/freebsd/usr.bin/gh-bc/tests/
H A Ddc_tests.sh3 export LANG=C
H A Dbc_tests.sh3 export LANG=C
/freebsd/tools/test/stress2/tools/
H A Dministat.sh36 export LANG=C
H A Dfast.sh40 export LANG=C
/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

12345