Searched refs:__get_current_time_locale (Results 1 - 5 of 5) sorted by path

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

Completed in 121 milliseconds