__get_current_time_locale
ret = (char*) __get_current_time_locale(loc)->weekday[_REL(DAY_1)];
ret = (char*) __get_current_time_locale(loc)->wday[_REL(ABDAY_1)];
ret = (char*) __get_current_time_locale(loc)->month[_REL(MON_1)];
ret = (char*) __get_current_time_locale(loc)->mon[_REL(ABMON_1)];
__get_current_time_locale(loc)->alt_month[_REL(ALTMON_1)];
ret = (char *) __get_current_time_locale(loc)->md_order;
ret = (char *) __get_current_time_locale(loc)->c_fmt;
ret = (char *) __get_current_time_locale(loc)->x_fmt;
ret = (char *) __get_current_time_locale(loc)->X_fmt;
ret = (char *) __get_current_time_locale(loc)->ampm_fmt;
ret = (char *) __get_current_time_locale(loc)->am;
ret = (char *) __get_current_time_locale(loc)->pm;
struct lc_time_T *tptr = __get_current_time_locale(loc);
const struct lc_time_T *tptr = __get_current_time_locale(locale);
struct lc_time_T *__get_current_time_locale(locale_t);