Searched refs:LC_TIME (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-current/usr.bin/locale/
H A Dlocale.c30 * XXX: implement missing era_* (LC_TIME) keywords (require libc &
81 { "LC_TIME", LC_TIME },
199 /* LC_TIME - POSIX */
200 { "abday", TYPE_STR, LC_TIME, SRC_LTIME,
202 { "day", TYPE_STR, LC_TIME, SRC_LTIME,
204 { "abmon", TYPE_STR, LC_TIME, SRC_LTIME,
206 { "mon", TYPE_STR, LC_TIME, SRC_LTIME,
208 { "d_t_fmt", TYPE_STR, LC_TIME, SRC_LINFO,
210 { "d_fmt", TYPE_STR, LC_TIME, SRC_LINF
[all...]
/freebsd-current/usr.bin/sort/tests/
H A Dsort_monthsort_test.sh23 export LC_TIME="en_US.UTF-8"
55 export LC_TIME="el_GR.UTF-8"
119 export LC_TIME="el_GR.UTF-8"
/freebsd-current/tools/diag/localeck/
H A Dlocaleck.c44 { LC_TIME, "LC_TIME" },
/freebsd-current/include/
H A Dlocale.h69 #define LC_TIME 5 macro
/freebsd-current/crypto/heimdal/doc/
H A Dmdate-sh25 LC_TIME=C
26 export LC_TIME
/freebsd-current/contrib/llvm-project/libcxx/src/support/ibm/
H A Dxlocale_zos.cpp81 (newloc->category_mask & LC_TIME_MASK && setlocale(LC_TIME, newloc->lc_time.c_str()) == NULL) ||
112 previous_loc->lc_time = tokenized[LC_TIME];
/freebsd-current/lib/libc/locale/
H A Dxlocale_private.h69 _Static_assert(XLC_TIME == LC_TIME - 1,
70 "XLC_TIME doesn't match the LC_TIME value.");
126 * LC_TIME (1), or if it should use the C default instead (0). */
H A Dsetlocale.c62 "LC_TIME",
250 case LC_TIME:
/freebsd-current/contrib/diff/lib/
H A Dstrftime.c218 # define HELPER_LOCALE_ARG , _NL_CURRENT_DATA (LC_TIME)
381 struct locale_data *const current = loc->__locales[LC_TIME];
393 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(ABDAY_1) + tp->tm_wday))
395 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(DAY_1) + tp->tm_wday))
397 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(ABMON_1) + tp->tm_mon))
399 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(MON_1) + tp->tm_mon))
401 ((const CHAR_T *) _NL_CURRENT (LC_TIME, tp->tm_hour > 11 \
709 (const CHAR_T *) _NL_CURRENT (LC_TIME,
712 subfmt = (const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(D_T_FMT));
804 (const CHAR_T *)_NL_CURRENT (LC_TIME, NL
[all...]
/freebsd-current/usr.bin/leave/
H A Dleave.c61 if (setlocale(LC_TIME, "") == NULL)
/freebsd-current/tools/tools/sysdoc/
H A Dsysdoc.sh27 DATE=`LC_TIME=C date +"%B %d, %Y"`
/freebsd-current/bin/date/
H A Ddate.c96 (void) setlocale(LC_TIME, "");
208 setlocale(LC_TIME, "C");
/freebsd-current/usr.bin/rwho/
H A Drwho.c91 (void) setlocale(LC_TIME, "");
/freebsd-current/usr.bin/who/
H A Dwho.c71 setlocale(LC_TIME, "");
/freebsd-current/usr.bin/at/
H A Dat.c223 (void) setlocale(LC_TIME, "");
473 (void) setlocale(LC_TIME, "");
/freebsd-current/contrib/lua/src/
H A Dloslib.c382 LC_NUMERIC, LC_TIME};
/freebsd-current/usr.sbin/ac/
H A Dac.c210 (void) setlocale(LC_TIME, "");
/freebsd-current/sbin/camcontrol/
H A Dtimestamp.c466 setlocale(LC_TIME, "");
/freebsd-current/usr.sbin/watch/
H A Dwatch.c288 (void) setlocale(LC_TIME, "");
/freebsd-current/share/timedef/
H A DMakefile4 FILESNAME= LC_TIME
/freebsd-current/usr.bin/last/
H A Dlast.c118 (void) setlocale(LC_TIME, "");
/freebsd-current/lib/libfetch/
H A Dhttp.c882 strlcpy(locale, setlocale(LC_TIME, NULL), sizeof(locale));
883 setlocale(LC_TIME, "C");
892 setlocale(LC_TIME, locale);
/freebsd-current/contrib/tcsh/
H A Dtc.prompt.c56 setlocale(LC_TIME, "");
/freebsd-current/bin/sh/
H A Dvar.c132 "LC_NUMERIC", "LC_TIME", "LC_MESSAGES", NULL
135 LC_COLLATE, LC_CTYPE, LC_MONETARY, LC_NUMERIC, LC_TIME, LC_MESSAGES, 0
/freebsd-current/libexec/getty/
H A Dmain.c757 (void)setlocale(LC_TIME, Lo);

Completed in 298 milliseconds

12