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

/freebsd-13-stable/lib/libc/stdtime/
H A Dtimelocal.h60 struct lc_time_T *__get_current_time_locale(locale_t);
H A Dtimelocal.c123 __get_current_time_locale(locale_t loc) function
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-13-stable/lib/libc/locale/
H A Dnl_langinfo.c83 ret = (char *) __get_current_time_locale(loc)->c_fmt;
86 ret = (char *) __get_current_time_locale(loc)->x_fmt;
89 ret = (char *) __get_current_time_locale(loc)->X_fmt;
92 ret = (char *) __get_current_time_locale(loc)->ampm_fmt;
95 ret = (char *) __get_current_time_locale(loc)->am;
98 ret = (char *) __get_current_time_locale(loc)->pm;
102 ret = (char*) __get_current_time_locale(loc)->weekday[_REL(DAY_1)];
106 ret = (char*) __get_current_time_locale(loc)->wday[_REL(ABDAY_1)];
111 ret = (char*) __get_current_time_locale(loc)->month[_REL(MON_1)];
116 ret = (char*) __get_current_time_locale(lo
[all...]

Completed in 58 milliseconds