Home
last modified time | relevance | path

Searched refs:__get_current_time_locale (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libc/locale/
H A Dnl_langinfo.c80 ret = (char *) __get_current_time_locale(loc)->c_fmt; in nl_langinfo_l()
83 ret = (char *) __get_current_time_locale(loc)->x_fmt; in nl_langinfo_l()
86 ret = (char *) __get_current_time_locale(loc)->X_fmt; in nl_langinfo_l()
89 ret = (char *) __get_current_time_locale(loc)->ampm_fmt; in nl_langinfo_l()
92 ret = (char *) __get_current_time_locale(loc)->am; in nl_langinfo_l()
95 ret = (char *) __get_current_time_locale(loc)->pm; in nl_langinfo_l()
99 ret = (char*) __get_current_time_locale(loc)->weekday[_REL(DAY_1)]; in nl_langinfo_l()
103 ret = (char*) __get_current_time_locale(loc)->wday[_REL(ABDAY_1)]; in nl_langinfo_l()
108 ret = (char*) __get_current_time_locale(loc)->month[_REL(MON_1)]; in nl_langinfo_l()
113 ret = (char*) __get_current_time_locale(loc)->mon[_REL(ABMON_1)]; in nl_langinfo_l()
[all …]
/freebsd/lib/libc/stdtime/
H A Dtimelocal.h58 struct lc_time_T *__get_current_time_locale(locale_t);
H A Dtimelocal.c120 __get_current_time_locale(locale_t loc) in __get_current_time_locale() function
H A Dstrftime.c119 struct lc_time_T *tptr = __get_current_time_locale(loc); in _fmt()
H A Dstrptime.c89 const struct lc_time_T *tptr = __get_current_time_locale(locale); in _strptime()