Home
last modified time | relevance | path

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

123456

/freebsd-11-stable/tools/test/sort/bigtest/
HDkcmd28 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} ${KEYS} error -t "|" >> test.log
[all …]
/freebsd-11-stable/release/doc/share/examples/
HDMakefile.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/bin/sh/tests/builtins/
HDlocale1.013 unset LANG LC_ALL LC_COLLATE LC_CTYPE LC_MONETARY LC_NUMERIC LC_TIME LC_MESSAGES
33 case $(LC_ALL=C LANG=nl_NL.ISO8859-1 command . /var/empty/foo 2>&1) in
52 case $(export LANG=nl_NL.ISO8859-1; command . /var/empty/foo 2>&1) in
70 case $(LANG=nl_NL.ISO8859-1 command . /var/empty/foo 2>&1) in
95 case $(LANG=nl_NL.ISO8859-1 command . /var/empty/foo 2>&1; command . /var/empty/foo 2>&1) in
/freebsd-11-stable/contrib/ncurses/misc/
HDcsort32 LANG=C; export LANG
HDncurses-config.in33 LANG=C; export LANG
/freebsd-11-stable/contrib/ncurses/man/
HDMKterminfo.sh45 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
/freebsd-11-stable/contrib/libstdc++/scripts/
Dextract_symvers50 LANG=C
51 export LANG
/freebsd-11-stable/contrib/dialog/
HDrename.sh38 LANG=C; export LANG
/freebsd-11-stable/contrib/ncurses/progs/
HDMKtermsort.sh39 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
/freebsd-11-stable/tools/test/sort/regression/
HDMakefile17 @LANG=C;${SORT} data/${f} >output/${f}
23 @LANG=C;${SORT} -${opt} data/${f} >output/${f}${opt}
/freebsd-11-stable/crypto/heimdal/doc/
HDmdate-sh21 LANG=C
22 export LANG
/freebsd-11-stable/contrib/netbsd-tests/bin/expr/
HDt_expr.sh45 export LANG=nonexistent
48 export LANG=ru_RU.KOI8-R
/freebsd-11-stable/usr.bin/bmake/unit-tests/
HDMakefile102 LANG= C macro
103 .export LANG LC_ALL
/freebsd-11-stable/contrib/bmake/unit-tests/
HDMakefile.in95 LANG= C
96 .export LANG LC_ALL
/freebsd-11-stable/usr.sbin/bsdconfig/share/
HDcommon.subr459 # Display a language help-file. Automatically takes $LANG and $LC_ALL into
460 # consideration when displaying $file (suffix ".$LC_ALL" or ".$LANG" will
463 # If a language has been requested by setting either $LANG or $LC_ALL in the
472 local lang="${LANG:-$LC_ALL}"
504 # Include a language file. Automatically takes $LANG and $LC_ALL into
505 # consideration when including $file (suffix ".$LC_ALL" or ".$LANG" will
509 # $LANG or $LC_ALL in the environment) and (b) the language file does not
518 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 …]
/freebsd-11-stable/secure/lib/libcrypto/
HDMakefile.inc103 done | env LANG=C sort >> ${.CURDIR}/Makefile.man
114 done | env LANG=C sort >> ${.CURDIR}/Makefile.man
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/awk/
HDt_awk.sh86 export LANG=en_US.UTF-8
100 export LANG=ru_RU.KOI8-R
/freebsd-11-stable/contrib/diff/
HDABOUT-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-11-stable/contrib/dialog/samples/
HDsetup-utf85 case none"$LANG$LC_ALL$LC_CTYPE" in
/freebsd-11-stable/usr.bin/calendar/calendars/ru_RU.UTF-8/
HDcalendar.military10 LANG=ru_RU.UTF-8
HDcalendar.holiday10 LANG=ru_RU.UTF-8
HDcalendar.orthodox10 LANG=ru_RU.UTF-8
HDcalendar.pagan10 LANG=ru_RU.UTF-8
/freebsd-11-stable/contrib/file/tests/
HDgedcom.testfile8 1 LANG Italian
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
HDneqn.sh7 case "${LC_ALL-${LC_CTYPE-${LANG}}}" in

123456