Home
last modified time | relevance | path

Searched refs:lc_time_T (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libc/stdtime/
H A Dtimelocal.c43 struct lc_time_T locale;
48 #define LCTIME_SIZE (sizeof(struct lc_time_T) / sizeof(char *))
50 static const struct lc_time_T _C_time_locale = {
119 struct lc_time_T *
124 : (struct lc_time_T *)&_C_time_locale); in __get_current_time_locale()
130 struct lc_time_T *time_locale = &l->locale; in time_load_locale()
H A Dtimelocal.h42 struct lc_time_T { struct
58 struct lc_time_T *__get_current_time_locale(locale_t); argument
H A Dstrftime.c119 struct lc_time_T *tptr = __get_current_time_locale(loc); in _fmt()
H A Dstrptime.c90 const struct lc_time_T *tptr = __get_current_time_locale(locale); in _strptime()
/freebsd/usr.bin/localedef/bootstrap/
H A Dtimelocal.h37 #define lc_time_T localedef_bootstrap_lc_time_T macro
/freebsd/contrib/tzcode/
H A Dstrftime.c46 struct lc_time_T { struct
59 static const struct lc_time_T C_time_locale = { argument
167 struct lc_time_T const *Locale = &C_time_locale; in _fmt()
/freebsd/usr.bin/localedef/
H A Dtime.c45 struct lc_time_T tm;