Searched refs:LC_TIME (Results 1 - 25 of 85) sorted by last modified time

1234

/netbsd-current/lib/libintl/
H A Dgettext.c229 case LC_TIME: return "LC_TIME";
/netbsd-current/lib/libc/time/
H A Dstrptime.c58 ((_TimeLocale *)((loc)->part_impl[(size_t)LC_TIME]))
H A Dstrftime.c84 ((_TimeLocale *)((loc)->part_impl[(size_t)LC_TIME]))
/netbsd-current/external/bsd/fetch/dist/libfetch/
H A Dhttp.c538 locale = strdup(setlocale(LC_TIME, NULL));
542 setlocale(LC_TIME, "C");
545 setlocale(LC_TIME, locale);
/netbsd-current/bin/date/
H A Ddate.c173 (void)setlocale(LC_TIME, "C");
/netbsd-current/external/gpl3/gdb/dist/gnulib/
H A Dconfigure8550 if (LC_ALL=French_France.1252 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
8558 # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because
8559 # otherwise on Mac OS X 10.3.5 the LC_TIME=C from the beginning of the
8563 if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
8567 if (LC_ALL=fr_FR.ISO-8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
8571 if (LC_ALL=fr_FR.ISO8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
8575 if (LC_ALL=fr_FR.iso88591 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
8579 if (LC_ALL=fr LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
18298 # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because
18299 # otherwise on Mac OS X 10.3.5 the LC_TIME
[all...]
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dsetlocale_null.c70 case LC_TIME:
379 case LC_TIME: i = LC_TIME_INDEX; break;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dlocale.cc178 case LC_TIME:
/netbsd-current/usr.bin/ftp/
H A Dutil.c807 curlocale = setlocale(LC_TIME, NULL);
808 (void)setlocale(LC_TIME, "C");
817 (void)setlocale(LC_TIME, curlocale);
/netbsd-current/external/mit/lua/dist/src/
H A Dloslib.c384 LC_NUMERIC, LC_TIME};
/netbsd-current/external/bsd/tmux/dist/
H A Dtmux.c351 setlocale(LC_TIME, "");
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dsetlocale_null.c70 case LC_TIME:
379 case LC_TIME: i = LC_TIME_INDEX; break;
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/
H A Dconfigure7526 if (LC_ALL=French_France.1252 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
7534 # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because
7535 # otherwise on Mac OS X 10.3.5 the LC_TIME=C from the beginning of the
7539 if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
7543 if (LC_ALL=fr_FR.ISO-8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
7547 if (LC_ALL=fr_FR.ISO8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
7551 if (LC_ALL=fr_FR.iso88591 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
7555 if (LC_ALL=fr LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
14936 # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because
14937 # otherwise on Mac OS X 10.3.5 the LC_TIME
[all...]
/netbsd-current/external/lgpl3/mpc/dist/doc/
H A Dmdate-sh74 LC_TIME=C
75 export LC_TIME
/netbsd-current/external/lgpl3/mpc/dist/build-aux/
H A Dmdate-sh74 LC_TIME=C
75 export LC_TIME
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dlocale.cc178 case LC_TIME:
/netbsd-current/external/gpl3/binutils/dist/gprofng/doc/
H A Dmdate-sh74 LC_TIME=C
75 export LC_TIME
/netbsd-current/external/bsd/openldap/dist/build/
H A Dshtool79 LC_TELEPHONE LC_TIME
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dlocale_mgmt_zos.h29 #define LC_TIME_MASK _CATMASK(LC_TIME)
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/win32/
H A Dlocale_win32.h23 #define _X_TIME LC_TIME
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/xlocale/
H A D__nop_locale_mgmt.h39 #define LC_TIME_MASK (1 << LC_TIME)
/netbsd-current/external/apache2/llvm/dist/libcxx/src/support/ibm/
H A Dxlocale_zos.cpp87 setlocale(LC_TIME, newloc->lc_time.c_str()) == NULL) ||
119 previous_loc->lc_time = tokenized[LC_TIME];
/netbsd-current/usr.bin/at/
H A Dat.c186 (void)setlocale(LC_TIME, "");
/netbsd-current/external/bsd/byacc/dist/
H A Dconfigure72 $as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
7218 $as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
/netbsd-current/external/gpl2/texinfo/dist/
H A Dconfigure42 LC_TELEPHONE LC_TIME
13413 LC_TELEPHONE LC_TIME

Completed in 363 milliseconds

1234