Searched refs:lc_time_T (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/lib/libc/stdtime/
H A Dtimelocal.h42 struct lc_time_T { struct
58 struct lc_time_T *__get_current_time_locale(locale_t);
H A Dtimelocal.c44 struct lc_time_T locale;
49 #define LCTIME_SIZE (sizeof(struct lc_time_T) / sizeof(char *))
51 static const struct lc_time_T _C_time_locale = {
120 struct lc_time_T *
125 : (struct lc_time_T *)&_C_time_locale);
131 struct lc_time_T *time_locale = &l->locale;
H A Dstrftime.c139 struct lc_time_T *tptr = __get_current_time_locale(loc);
H A Dstrptime.c93 struct lc_time_T *tptr = __get_current_time_locale(locale);

Completed in 49 milliseconds