Searched refs:UTF8_LOCALE (Results 1 - 1 of 1) sorted by relevance

/src/lib/libc/time/
H A DMakefile221 UTF8_LOCALE= en_US.utf8 macro
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 4 milliseconds