Searched refs:LANG (Results 1 – 25 of 151) sorted by relevance
1234567
| /openbsd/src/usr.bin/spell/ |
| D | spell.ksh | 30 LANG=$AMERICAN 55 b) LANG=$BRITISH 78 LANG= 108 $SPELLPROG ${FLAGS[*]} $DICT $LANG $EXTRA | sort -u -k1f - $TMP | \ 113 $SPELLPROG ${FLAGS[*]} $DICT $LANG $EXTRA | sort -u -k1f - $TMP
|
| /openbsd/src/gnu/usr.bin/perl/hints/ |
| D | linux.sh | 202 '') plibpth=`LANG=C LC_ALL=C $gcc $ccflags $ldflags -print-search-dirs | grep libraries | 228 …for d in `LANG=C LC_ALL=C $gcc $ccflags $ldflags -print-search-dirs | grep libraries | cut -f2- -d… 379 if [ "$LANG" = "" -o "$LANG" = "C" ]; then 383 LANG=C
|
| D | freemint.sh | 33 LANG=C; export LANG;
|
| D | interix.sh | 20 '') plibpth=`LANG=C LC_ALL=C $cc -print-search-dirs | grep libraries |
|
| D | darwin.sh | 471 LANG=C; export LANG;
|
| /openbsd/src/lib/libcurses/ |
| D | MKterminfo.sh | 46 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/po/ |
| D | exgettext | 24 LANG=C 27 export LANG LANGUAGE LC_ALL
|
| /openbsd/src/usr.bin/tic/ |
| D | MKtermsort.sh | 41 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
|
| /openbsd/src/gnu/usr.bin/texinfo/doc/ |
| D | mdate-sh | 54 LANG=C 55 export LANG
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | ABOUT-NLS | 102 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'). 120 `LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG' 121 for the purpose of message handling, but you still need to have `LANG' 125 available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. 127 In the `LANGUAGE' environment variable, but not in the `LANG'
|
| /openbsd/src/gnu/usr.bin/perl/dist/I18N-LangTags/t/ |
| D | 80_all_env.t | 25 foreach my $test_var (qw (LANGUAGE LC_ALL LC_MESSAGES LANG)) { 26 $ENV{$_} = '' foreach qw(REQUEST_METHOD LANGUAGE LC_ALL LC_MESSAGES LANG);
|
| /openbsd/src/gnu/usr.bin/texinfo/makeinfo/tests/ |
| D | copying | 6 unset TEXINFO_OUTPUT LANG LANGUAGE
|
| /openbsd/src/usr.bin/calendar/calendars/ru_RU.UTF-8/ |
| D | calendar.history | 10 LANG=ru_RU.UTF-8
|
| D | calendar.pagan | 10 LANG=ru_RU.UTF-8
|
| D | calendar.orthodox | 10 LANG=ru_RU.UTF-8
|
| D | calendar.primety | 12 LANG=ru_RU.UTF-8
|
| D | calendar.common | 10 LANG=ru_RU.UTF-8
|
| /openbsd/src/usr.bin/calendar/calendars/de_DE.UTF-8/ |
| D | calendar.wissenschaft | 10 LANG=de_DE.UTF-8
|
| D | calendar.kirche | 10 LANG=de_DE.UTF-8
|
| D | calendar.feiertag | 10 LANG=de_DE.UTF-8
|
| /openbsd/src/gnu/usr.bin/texinfo/ |
| D | ABOUT-NLS | 102 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'
|
| /openbsd/src/usr.bin/calendar/calendars/hr_HR.UTF-8/ |
| D | calendar.praznici | 10 LANG=hr_HR.UTF-8
|
| /openbsd/src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/ |
| D | 16v6only.t | 53 local $ENV{LANG} = "C"; # avoid locale-dependent error messages
|
| /openbsd/src/usr.bin/calendar/calendars/fr_FR.UTF-8/ |
| D | calendar.jferies | 10 LANG=fr_FR.UTF-8
|
| /openbsd/src/gnu/usr.bin/perl/lib/ |
| D | open.t | 114 $ENV{LC_ALL} = $ENV{LANG} = 'ru_RU.KOI8-R';
|
1234567