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

123

/freebsd-10-stable/usr.bin/locale/
H A Dlocale.c30 * XXX: implement missing era_* (LC_TIME) keywords (require libc &
78 { "LC_TIME", LC_TIME },
150 { "d_t_fmt", 1, LC_TIME, D_T_FMT, "" },
151 { "d_fmt", 1, LC_TIME, D_FMT, "" },
152 { "t_fmt", 1, LC_TIME, T_FMT, "" },
153 { "am_str", 1, LC_TIME, AM_STR, "" },
154 { "pm_str", 1, LC_TIME, PM_STR, "" },
155 { "t_fmt_ampm", 1, LC_TIME, T_FMT_AMPM, "" },
156 { "day_1", 1, LC_TIME, DAY_
[all...]
/freebsd-10-stable/usr.bin/calendar/
H A Dday.c70 lbufp = setlocale(LC_TIME, NULL);
73 (void)setlocale(LC_TIME, "C");
74 (void)setlocale(LC_TIME, (oldl != NULL ? oldl : ""));
/freebsd-10-stable/include/
H A Dlocale.h70 #define LC_TIME 5 macro
/freebsd-10-stable/tools/diag/localeck/
H A Dlocaleck.c46 { LC_TIME, "LC_TIME" },
/freebsd-10-stable/crypto/heimdal/doc/
H A Dmdate-sh25 LC_TIME=C
26 export LC_TIME
/freebsd-10-stable/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-10-stable/usr.bin/leave/
H A Dleave.c73 if (setlocale(LC_TIME, "") == NULL)
/freebsd-10-stable/contrib/gperf/doc/
H A Dhelp2man27 use POSIX qw(strftime setlocale LC_TIME);
161 setlocale LC_TIME, 'C';
/freebsd-10-stable/bin/date/
H A Ddate.c93 (void) setlocale(LC_TIME, "");
194 setlocale(LC_TIME, "C");
/freebsd-10-stable/tools/tools/sysdoc/
H A Dsysdoc.sh28 DATE=`LC_TIME=C date +"%B %d, %Y"`
/freebsd-10-stable/lib/libc/locale/
H A Dsetlocale.c66 "LC_TIME",
259 case LC_TIME:
/freebsd-10-stable/usr.bin/who/
H A Dwho.c72 setlocale(LC_TIME, "");
/freebsd-10-stable/usr.bin/rwho/
H A Drwho.c103 (void) setlocale(LC_TIME, "");
/freebsd-10-stable/share/timedef/
H A DMakefile107 FILESNAME= LC_TIME
/freebsd-10-stable/usr.bin/systat/
H A Dmain.c90 (void) setlocale(LC_TIME, "");
/freebsd-10-stable/usr.bin/at/
H A Dat.c222 (void) setlocale(LC_TIME, "");
472 (void) setlocale(LC_TIME, "");
/freebsd-10-stable/contrib/libstdc++/src/
H A Dlocale.cc168 case LC_TIME:
/freebsd-10-stable/usr.sbin/watch/
H A Dwatch.c291 (void) setlocale(LC_TIME, "");
/freebsd-10-stable/usr.sbin/ac/
H A Dac.c210 (void) setlocale(LC_TIME, "");
/freebsd-10-stable/usr.bin/last/
H A Dlast.c123 (void) setlocale(LC_TIME, "");
/freebsd-10-stable/lib/libfetch/
H A Dhttp.c879 strlcpy(locale, setlocale(LC_TIME, NULL), sizeof(locale));
880 setlocale(LC_TIME, "C");
889 setlocale(LC_TIME, locale);
/freebsd-10-stable/contrib/telnet/telnetd/
H A Dutility.c463 setlocale(LC_TIME, "");
/freebsd-10-stable/libexec/getty/
H A Dmain.c764 (void)setlocale(LC_TIME, Lo);
/freebsd-10-stable/usr.sbin/lpr/lpr/
H A Dlpr.c370 else if ((s = setlocale(LC_TIME, "")) != NULL)
/freebsd-10-stable/contrib/tcsh/
H A Dtc.prompt.c60 setlocale(LC_TIME, "");

Completed in 156 milliseconds

123