Searched refs:LC_ALL (Results 151 - 175 of 221) sorted by relevance

123456789

/freebsd-current/bin/df/
H A Ddf.c109 (void)setlocale(LC_ALL, "");
/freebsd-current/usr.bin/msgs/
H A Dmsgs.c159 setlocale(LC_ALL, "");
/freebsd-current/bin/ls/
H A Dls.c231 (void)setlocale(LC_ALL, "");
/freebsd-current/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp744 std::setlocale(LC_ALL, "");
/freebsd-current/usr.bin/join/
H A Djoin.c112 setlocale(LC_ALL, "");
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_entry.c917 if (NULL == setlocale(LC_ALL, "en_US.UTF-8")) {
953 if (NULL == setlocale(LC_ALL, "C") || (long)wc != l) {
/freebsd-current/contrib/bmake/unit-tests/
H A DMakefile761 LC_ALL= C macro
763 .export LANG LC_ALL
/freebsd-current/usr.bin/bmake/unit-tests/
H A DMakefile764 LC_ALL= C macro
766 .export LANG LC_ALL
/freebsd-current/lib/ncurses/tinfo/
H A DMakefile254 LC_ALL=C sh ${NCURSES_DIR}/ncurses/base/MKlib_gen.sh "${CC:N${CCACHE_BIN}} -E ${CFLAGS}" \ macro
283 ${NCURSES_DIR}/include/Caps ${NCURSES_DIR}/include/Caps-ncurses | LC_ALL=C sort > keys.list
/freebsd-current/contrib/byacc/
H A Dconfigure71 $as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
7096 LC_ALL=C; export LC_ALL
7481 unset LC_ALL
7554 LC_ALL=C LC_CTYPE=C LANG=C LANGUAGE=C $NROFF_PATH -man conftest.in >conftest.out
7584 LC_ALL=C LC_CTYPE=C LANG=C LANGUAGE=C $NROFF_PATH -man conftest.in >conftest.out
7808 $as_unset LC_ALL || tes
[all...]
/freebsd-current/contrib/dialog/
H A Ddialog.c1856 setlocale(LC_ALL, "");
1860 (void) setlocale(LC_ALL, "");
/freebsd-current/contrib/diff/src/
H A Ddiff.c268 setlocale (LC_ALL, "");
H A Dsdiff.c459 setlocale (LC_ALL, "");
/freebsd-current/crypto/heimdal/kuser/
H A Dkinit.c737 setlocale (LC_ALL, "");
/freebsd-current/tools/boot/
H A Dfull-test.sh230 (cd ${dir} ; find . | LC_ALL=C sort | cpio -o -H newc | gzip > ${initrd})
/freebsd-current/bin/ls/tests/
H A Dls_tests.sh653 env LC_ALL=en_US.ISO8859-1 ls -l, i
/freebsd-current/usr.bin/sort/
H A Dsort.c317 setlocale(LC_ALL, "");
/freebsd-current/usr.bin/fortune/fortune/
H A Dfortune.c163 (void) setlocale(LC_ALL, "");
/freebsd-current/usr.bin/ncal/
H A Dncal.c225 if (setlocale(LC_ALL, "") == NULL)
/freebsd-current/contrib/tzcode/
H A Dzdump.c496 setlocale(LC_ALL, "");
/freebsd-current/bin/chio/
H A Dchio.c1196 setlocale(LC_ALL, "");
/freebsd-current/contrib/libarchive/unzip/
H A Dbsdunzip.c1217 if (setlocale(LC_ALL, "") == NULL)
/freebsd-current/contrib/libarchive/tar/
H A Dbsdtar.c203 if (setlocale(LC_ALL, "") == NULL)
/freebsd-current/
H A DMakefile393 STARTTIME!= LC_ALL=C date
430 @echo ">>> make world completed on `LC_ALL=C date`"
609 @echo "> Toolchain bootstrap started on `LC_ALL=C date`"
634 @echo "> Toolchain bootstrap completed on `LC_ALL=C date`"
642 @echo ">> ${target} started on `LC_ALL=C date`"
701 @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} started on `LC_ALL=C date`"
711 @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} completed on `LC_ALL=C date`"
726 @echo ">> ${target} completed on `LC_ALL=C date`"
733 @echo ">> ${TARGET} kernels started on `LC_ALL=C date`"
735 @echo ">> ${TARGET} kernels completed on `LC_ALL
[all...]
/freebsd-current/contrib/ntp/libntp/
H A Dsnprintf.c2104 (void)setlocale(LC_ALL, "");

Completed in 537 milliseconds

123456789