Searched refs:LANG (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-11-stable/contrib/dialog/samples/
H A Dsetup-utf85 case none"$LANG$LC_ALL$LC_CTYPE" in
/freebsd-11-stable/contrib/ncurses/misc/
H A Dcsort32 LANG=C; export LANG
H A Dncurses-config.in33 LANG=C; export LANG
/freebsd-11-stable/contrib/ncurses/man/
H A DMKterminfo.sh45 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
/freebsd-11-stable/contrib/libstdc++/scripts/
H A Dextract_symvers50 LANG=C
51 export LANG
/freebsd-11-stable/tools/test/sort/bigtest/
H A Dkcmd28 export LANG=${lang}
33 echo ${LANG} ${KEYS}
38 echo ${LANG} ${KEYS} crash >> test.log
43 echo ${LANG} ${KEYS} error >> test.log
48 echo ${LANG} ${KEYS} -c error >> test.log
55 echo ${LANG} ${KEYS} -t " " crash >> test.log
60 echo ${LANG} ${KEYS} error -t " " >> test.log
65 echo $? ${LANG} ${KEYS} -t " " -c error >> test.log
72 echo ${LANG} ${KEYS} -t "|" crash >> test.log
77 echo ${LANG}
[all...]
/freebsd-11-stable/contrib/dialog/
H A Drename.sh38 LANG=C; export LANG
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Dneqn.sh7 case "${LC_ALL-${LC_CTYPE-${LANG}}}" in
/freebsd-11-stable/contrib/ncurses/progs/
H A DMKtermsort.sh39 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
/freebsd-11-stable/release/doc/share/examples/
H A DMakefile.relnotesng17 LANG= en_US.ISO8859-1
41 cp -p ${DOCDIR}/${LANG}/$${j}/$${i}/article.$${k} ${IMAGEDIR}/$${j}-$${i}.$${k} ; \
47 cp -p ${DOCDIR}/${LANG}/$${j}/article.$${k} ${IMAGEDIR}/$${j}.$${k} ; \
/freebsd-11-stable/tools/test/sort/regression/
H A DMakefile17 @LANG=C;${SORT} data/${f} >output/${f}
18 @#LANG=C;${GNUSORT} data/${f} >ref/${f}
23 @LANG=C;${SORT} -${opt} data/${f} >output/${f}${opt}
24 @#LANG=C;${GNUSORT} -${opt} data/${f} >ref/${f}${opt}
/freebsd-11-stable/crypto/heimdal/doc/
H A Dmdate-sh21 LANG=C
22 export LANG
/freebsd-11-stable/contrib/netbsd-tests/bin/expr/
H A Dt_expr.sh41 atf_set "descr" "Test that expr(1) works with non-C LANG (PR bin/2486)"
45 export LANG=nonexistent
48 export LANG=ru_RU.KOI8-R
/freebsd-11-stable/contrib/groff/src/roff/nroff/
H A Dnroff.sh19 case "${LC_ALL-${LC_CTYPE-${LANG}}}" in
/freebsd-11-stable/usr.bin/bmake/unit-tests/
H A DMakefile102 LANG= C macro
103 .export LANG LC_ALL
/freebsd-11-stable/contrib/bmake/unit-tests/
H A DMakefile.in95 LANG= C
96 .export LANG LC_ALL
/freebsd-11-stable/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-11-stable/secure/lib/libcrypto/
H A DMakefile.inc103 done | env LANG=C sort >> ${.CURDIR}/Makefile.man
114 done | env LANG=C sort >> ${.CURDIR}/Makefile.man
/freebsd-11-stable/release/tools/
H A Dgce.conf74 AcceptEnv LANG
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh59 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
/freebsd-11-stable/contrib/gperf/doc/
H A DMakefile.in53 MAKEINFO = LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo
H A Dhelp2man158 @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp31 #define LANGBUILTIN(ID, TYPE, ATTRS, LANG) \
32 {#ID, TYPE, ATTRS, nullptr, LANG, nullptr},
H A DARM.cpp836 #define LANGBUILTIN(ID, TYPE, ATTRS, LANG) \
837 {#ID, TYPE, ATTRS, nullptr, LANG, nullptr},
/freebsd-11-stable/contrib/byacc/
H A Dconfigure69 $as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
5359 unset LANG
5420 LC_ALL=C LC_CTYPE=C LANG=C LANGUAGE=C nroff -man conftest.in >conftest.out
5450 LC_ALL=C LC_CTYPE=C LANG=C LANGUAGE=C nroff -man conftest.in >conftest.out
5854 $as_unset LANG || test "${LANG+set}" != set || { LANG
[all...]

Completed in 319 milliseconds

123