Home
last modified time | relevance | path

Searched refs:__get_time_locale (Results 1 – 4 of 4) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/locale/
Dnl_langinfo.c186 ret = (char *) __get_time_locale (locale)->codeset; in nl_langinfo_l()
257 ret = (char *) __get_time_locale (locale)->c_fmt; in nl_langinfo_l()
260 ret = (char *) __get_time_locale (locale)->x_fmt; in nl_langinfo_l()
263 ret = (char *) __get_time_locale (locale)->X_fmt; in nl_langinfo_l()
266 ret = (char *) __get_time_locale (locale)->ampm_fmt; in nl_langinfo_l()
269 ret = (char *) __get_time_locale (locale)->am_pm[0]; in nl_langinfo_l()
272 ret = (char *) __get_time_locale (locale)->am_pm[1]; in nl_langinfo_l()
276 ret = (char*) __get_time_locale (locale)->weekday[_REL(DAY_1)]; in nl_langinfo_l()
280 ret = (char*) __get_time_locale (locale)->wday[_REL(ABDAY_1)]; in nl_langinfo_l()
285 ret = (char*) __get_time_locale (locale)->month[_REL(MON_1)]; in nl_langinfo_l()
[all …]
Dsetlocale.h313 __get_time_locale (struct __locale_t *locale) in __get_time_locale() function
365 __get_time_locale (struct __locale_t *locale) in __get_time_locale() function
/picolibc-3.7.0-3.6.0/newlib/libc/time/
Dstrptime.c163 const struct lc_time_T *_CurrentTimeLocale = __get_time_locale (locale); in strptime_l()
Dstrftime.c700 const struct lc_time_T *_CurrentTimeLocale = __get_time_locale (locale); in __strftime()