Searched refs:__get_current_time_locale (Results 1 – 5 of 5) sorted by relevance
67 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 …]
58 struct lc_time_T *__get_current_time_locale(locale_t);
121 __get_current_time_locale(locale_t loc) in __get_current_time_locale() function
139 struct lc_time_T *tptr = __get_current_time_locale(loc);
96 const struct lc_time_T *tptr = __get_current_time_locale(locale); in _strptime()