OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCALE_FR
(Results
1 - 24
of
24
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/tests/
gettext-4
14
: ${
LOCALE_FR
=fr_FR}
15
{ test $
LOCALE_FR
!= none && LC_ALL=$
LOCALE_FR
./testlocale; } || {
31
./gettext-4-prg $
LOCALE_FR
|| exit 1
lang-librep
79
: ${
LOCALE_FR
=fr_FR}
81
if test $
LOCALE_FR
!= none; then
82
LC_ALL=$
LOCALE_FR
./testlocale
85
77)
LOCALE_FR
=none;;
97
if test $
LOCALE_FR
= none && test $LOCALE_FR_UTF8 = none; then
117
: ${
LOCALE_FR
=fr_FR}
119
if test $
LOCALE_FR
!= none; then
120
LANGUAGE= LC_ALL=$
LOCALE_FR
rep --no-rc --batch prog.jl > prog.out || exit 1
lang-csharp
113
: ${
LOCALE_FR
=fr_FR}
115
if test $
LOCALE_FR
!= none; then
116
LC_ALL=$
LOCALE_FR
./testlocale
119
77)
LOCALE_FR
=none;;
131
if test $
LOCALE_FR
= none && test $LOCALE_FR_UTF8 = none; then
153
: ${
LOCALE_FR
=fr_FR}
156
if test $
LOCALE_FR
!= none; then
157
LANGUAGE= LC_ALL=$
LOCALE_FR
${CSHARPEXEC} -L ../../gettext-runtime/intl-csharp program.exe 2 > prog.out || exit 1
lang-gawk
97
: ${
LOCALE_FR
=fr_FR}
99
if test $
LOCALE_FR
!= none; then
100
LC_ALL=$
LOCALE_FR
./testlocale
103
77)
LOCALE_FR
=none;;
115
if test $
LOCALE_FR
= none && test $LOCALE_FR_UTF8 = none; then
125
: ${
LOCALE_FR
=fr_FR}
127
if test $
LOCALE_FR
!= none; then
128
LANGUAGE= LC_ALL=$
LOCALE_FR
gawk --version | grep logiciel > /dev/null
155
: ${
LOCALE_FR
=fr_FR}
157
if test $
LOCALE_FR
!= none; the
[
all
...]
lang-guile
96
: ${
LOCALE_FR
=fr_FR}
98
if test $
LOCALE_FR
!= none; then
99
LC_ALL=$
LOCALE_FR
./testlocale
102
77)
LOCALE_FR
=none;;
114
if test $
LOCALE_FR
= none && test $LOCALE_FR_UTF8 = none; then
136
: ${
LOCALE_FR
=fr_FR}
138
if test $
LOCALE_FR
!= none; then
139
LANGUAGE= LC_ALL=$
LOCALE_FR
guile -s prog.scm 2 > prog.out || exit 1
lang-php
82
: ${
LOCALE_FR
=fr_FR}
84
if test $
LOCALE_FR
!= none; then
85
LC_ALL=$
LOCALE_FR
./testlocale
88
77)
LOCALE_FR
=none;;
100
if test $
LOCALE_FR
= none && test $LOCALE_FR_UTF8 = none; then
120
: ${
LOCALE_FR
=fr_FR}
122
if test $
LOCALE_FR
!= none; then
123
LANGUAGE= LC_ALL=$
LOCALE_FR
php -q prog.php > prog.out || exit 1
lang-sh
83
: ${
LOCALE_FR
=fr_FR}
85
if test $
LOCALE_FR
!= none; then
86
LC_ALL=$
LOCALE_FR
./testlocale
89
77)
LOCALE_FR
=none;;
101
if test $
LOCALE_FR
= none && test $LOCALE_FR_UTF8 = none; then
121
: ${
LOCALE_FR
=fr_FR}
123
if test $
LOCALE_FR
!= none; then
124
LANGUAGE= LC_ALL=$
LOCALE_FR
sh ./prog.sh 2 > prog.out || exit 1
lang-java
136
: ${
LOCALE_FR
=fr_FR}
138
if test $
LOCALE_FR
!= none; then
139
LC_ALL=$
LOCALE_FR
./testlocale
142
77)
LOCALE_FR
=none;;
154
if test $
LOCALE_FR
= none && test $LOCALE_FR_UTF8 = none; then
176
: ${
LOCALE_FR
=fr_FR}
179
if test $
LOCALE_FR
!= none; then
180
LANGUAGE= LC_ALL=$
LOCALE_FR
CLASSPATH=.:../../gettext-runtime/intl-java/libintl.jar ${JAVAEXEC} Program 2 > prog.out || exit 1
lang-c
130
: ${
LOCALE_FR
=fr_FR}
132
if test $
LOCALE_FR
!= none; then
133
LANGUAGE= ./prog $
LOCALE_FR
2 > prog.out
136
77)
LOCALE_FR
=none;;
148
if test $
LOCALE_FR
= none && test $LOCALE_FR_UTF8 = none; then
lang-bash
93
: ${
LOCALE_FR
=fr_FR}
95
if test $
LOCALE_FR
!= none; then
96
LC_ALL=$
LOCALE_FR
./testlocale
99
77)
LOCALE_FR
=none;;
111
if test $
LOCALE_FR
= none && test $LOCALE_FR_UTF8 = none; then
136
: ${
LOCALE_FR
=fr_FR}
138
if test $
LOCALE_FR
!= none; then
139
LANGUAGE= LC_ALL=$
LOCALE_FR
bash ./prog.sh 2 > prog.out || exit 1
lang-clisp
102
: ${
LOCALE_FR
=fr_FR}
104
if test $
LOCALE_FR
!= none; then
105
LC_ALL=$
LOCALE_FR
./testlocale
108
77)
LOCALE_FR
=none;;
120
if test $
LOCALE_FR
= none && test $LOCALE_FR_UTF8 = none; then
142
: ${
LOCALE_FR
=fr_FR}
144
if test $
LOCALE_FR
!= none; then
145
CLISP_LANGUAGE= LANGUAGE= LC_ALL=$
LOCALE_FR
clisp prog.lisp 2 > prog.out || exit 1
lang-pascal
98
: ${
LOCALE_FR
=fr_FR}
100
if test $
LOCALE_FR
!= none; then
101
LANGUAGE= LC_ALL= LC_MESSAGES= LC_CTYPE= LANG=$
LOCALE_FR
./prog > prog.out || exit 1
111
if test $
LOCALE_FR
= none && test $LOCALE_FR_UTF8 = none; then
120
if test $
LOCALE_FR
= none; then
lang-python-1
90
: ${
LOCALE_FR
=fr_FR}
92
if test $
LOCALE_FR
!= none; then
93
LANGUAGE= LC_ALL=$
LOCALE_FR
python prog.py > prog.out || exit 1
101
if test $
LOCALE_FR
= none && test $LOCALE_FR_UTF8 = none; then
110
if test $
LOCALE_FR
= none; then
lang-python-2
111
: ${
LOCALE_FR
=fr_FR}
113
if test $
LOCALE_FR
!= none; then
114
LANGUAGE= LC_ALL=$
LOCALE_FR
python prog.py 2 > prog.out || exit 1
122
if test $
LOCALE_FR
= none && test $LOCALE_FR_UTF8 = none; then
131
if test $
LOCALE_FR
= none; then
lang-objc
146
: ${
LOCALE_FR
=fr_FR}
148
if test $
LOCALE_FR
!= none; then
149
LANGUAGE= ./prog $
LOCALE_FR
2 > prog.out
152
77)
LOCALE_FR
=none;;
164
if test $
LOCALE_FR
= none && test $LOCALE_FR_UTF8 = none; then
lang-perl-1
108
: ${
LOCALE_FR
=fr_FR}
110
if test $
LOCALE_FR
!= none; then
111
LANGUAGE= LANG=$
LOCALE_FR
LC_MESSAGES= LC_CTYPE= LC_ALL= perl program.pl > prog.out || exit 1
118
if test $
LOCALE_FR
= none && test $LOCALE_FR_UTF8 = none; then
lang-perl-2
107
: ${
LOCALE_FR
=fr_FR}
109
if test $
LOCALE_FR
!= none; then
110
LANGUAGE= LANG=$
LOCALE_FR
LC_MESSAGES= LC_CTYPE= LC_ALL= perl program.pl > prog.out || exit 1
117
if test $
LOCALE_FR
= none && test $LOCALE_FR_UTF8 = none; then
lang-smalltalk
119
: ${
LOCALE_FR
=fr_FR}
121
if test $
LOCALE_FR
!= none; then
122
LANGUAGE= LC_ALL=$
LOCALE_FR
gst -Q prog.st > prog.out || exit 1
129
if test $
LOCALE_FR
= none && test $LOCALE_FR_UTF8 = none; then
lang-tcl
94
: ${
LOCALE_FR
=fr_FR}
96
if test $
LOCALE_FR
!= none; then
97
LANGUAGE= LANG=$
LOCALE_FR
LC_MESSAGES= LC_CTYPE= LC_ALL= tclsh program.tcl > prog.out || exit 1
104
if test $
LOCALE_FR
= none && test $LOCALE_FR_UTF8 = none; then
lang-c++
149
: ${
LOCALE_FR
=fr_FR}
151
if test $
LOCALE_FR
!= none; then
152
LANGUAGE= ./prog $
LOCALE_FR
2 > prog.out
155
77)
LOCALE_FR
=none;;
167
if test $
LOCALE_FR
= none && test $LOCALE_FR_UTF8 = none; then
Makefile.am
174
LOCALE_FR
='@
LOCALE_FR
@' \
/src/external/gpl3/gdb/dist/gnulib/
configure
1941
LOCALE_FR
8597
LOCALE_FR
=$gt_cv_locale_fr
22640
if test $
LOCALE_FR
!= none; then
22652
if (setlocale (LC_ALL, "$
LOCALE_FR
") != NULL)
29956
if test $
LOCALE_FR
!= none || test $LOCALE_FR_UTF8 != none || test $LOCALE_JA != none || test $LOCALE_ZH_CN != none; then
29971
if (setlocale (LC_ALL, "$
LOCALE_FR
") != NULL)
/src/external/gpl3/gdb.old/dist/gnulib/
configure
1941
LOCALE_FR
8597
LOCALE_FR
=$gt_cv_locale_fr
22640
if test $
LOCALE_FR
!= none; then
22652
if (setlocale (LC_ALL, "$
LOCALE_FR
") != NULL)
29956
if test $
LOCALE_FR
!= none || test $LOCALE_FR_UTF8 != none || test $LOCALE_JA != none || test $LOCALE_ZH_CN != none; then
29971
if (setlocale (LC_ALL, "$
LOCALE_FR
") != NULL)
/src/external/gpl2/gettext/dist/gettext-tools/
configure
1025
LOCALE_FR
[
all
...]
Completed in 85 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026