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

/freebsd-12-stable/lib/libc/stdtime/
H A Dtimelocal.h44 struct lc_time_T { struct
60 struct lc_time_T *__get_current_time_locale(locale_t);
H A Dtimelocal.c46 struct lc_time_T locale;
51 #define LCTIME_SIZE (sizeof(struct lc_time_T) / sizeof(char *))
53 static const struct lc_time_T _C_time_locale = {
122 struct lc_time_T *
127 : (struct lc_time_T *)&_C_time_locale);
133 struct lc_time_T *time_locale = &l->locale;
H A Dstrftime.c134 struct lc_time_T *tptr = __get_current_time_locale(loc);
H A Dstrptime.c99 const struct lc_time_T *tptr = __get_current_time_locale(locale);
/freebsd-12-stable/usr.bin/localedef/
H A Dtime.c47 struct lc_time_T tm;

Completed in 106 milliseconds