OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UTF8_LOCALE
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/mdocml/include/
config.h
12
#define
UTF8_LOCALE
"en_US.UTF-8"
/src/lib/libc/time/
Makefile
221
UTF8_LOCALE
= en_US.utf8
935
# True if
UTF8_LOCALE
does not work;
936
# otherwise, false but with LC_ALL set to $(
UTF8_LOCALE
).
938
{ test ! '$(
UTF8_LOCALE
)' \
940
| LC_ALL='$(
UTF8_LOCALE
)' grep -q '^A.B$$' >/dev/null 2>&1 \
941
|| { export LC_ALL='$(
UTF8_LOCALE
)'; false; }; }
/src/external/public-domain/tz/dist/
Makefile
221
UTF8_LOCALE
= en_US.utf8
935
# True if
UTF8_LOCALE
does not work;
936
# otherwise, false but with LC_ALL set to $(
UTF8_LOCALE
).
938
{ test ! '$(
UTF8_LOCALE
)' \
940
| LC_ALL='$(
UTF8_LOCALE
)' grep -q '^A.B$$' >/dev/null 2>&1 \
941
|| { export LC_ALL='$(
UTF8_LOCALE
)'; false; }; }
Completed in 38 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026