Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libc/locale/
Dnl_langinfo.c67 ret = (char *) __get_current_time_locale(loc)->c_fmt; in nl_langinfo_l()
70 ret = (char *) __get_current_time_locale(loc)->x_fmt; in nl_langinfo_l()
73 ret = (char *) __get_current_time_locale(loc)->X_fmt; in nl_langinfo_l()
76 ret = (char *) __get_current_time_locale(loc)->ampm_fmt; in nl_langinfo_l()
79 ret = (char *) __get_current_time_locale(loc)->am; in nl_langinfo_l()
82 ret = (char *) __get_current_time_locale(loc)->pm; in nl_langinfo_l()
86 ret = (char*) __get_current_time_locale(loc)->weekday[_REL(DAY_1)]; in nl_langinfo_l()
90 ret = (char*) __get_current_time_locale(loc)->wday[_REL(ABDAY_1)]; in nl_langinfo_l()
95 ret = (char*) __get_current_time_locale(loc)->month[_REL(MON_1)]; in nl_langinfo_l()
100 ret = (char*) __get_current_time_locale(loc)->mon[_REL(ABMON_1)]; in nl_langinfo_l()
[all …]
/freebsd-9-stable/lib/libc/stdtime/
Dtimelocal.h58 struct lc_time_T *__get_current_time_locale(locale_t);
Dtimelocal.c121 __get_current_time_locale(locale_t loc) in __get_current_time_locale() function
Dstrftime.c139 struct lc_time_T *tptr = __get_current_time_locale(loc);
Dstrptime.c96 const struct lc_time_T *tptr = __get_current_time_locale(locale); in _strptime()