HomeSort by: relevance | last modified time | path
    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