Home
last modified time | relevance | path

Searched refs:lc_time_T (Results 1 – 6 of 6) sorted by relevance

/picolibc-latest/newlib/libc/locale/
Dsetlocale.h110 struct lc_time_T struct
148 extern const struct lc_time_T _C_time_locale; argument
288 _ELIDABLE_INLINE const struct lc_time_T *
291 return (const struct lc_time_T *) (locale)->lc_cat[LC_TIME].ptr; in __get_time_locale()
294 _ELIDABLE_INLINE const struct lc_time_T *
297 return (const struct lc_time_T *) in __get_current_time_locale()
341 _ELIDABLE_INLINE const struct lc_time_T *
348 _ELIDABLE_INLINE const struct lc_time_T *
Dtimelocal.c31 #define LCTIME_SIZE (sizeof(struct lc_time_T) / sizeof(char *))
33 const struct lc_time_T _C_time_locale = {
Dnl_langinfo.c41 const struct lc_time_T * (*time)(struct __locale_t *);
/picolibc-latest/newlib/libc/time/
Dstrptime.c163 const struct lc_time_T *_CurrentTimeLocale = __get_time_locale (locale); in strptime_l()
Dstrftime.c699 const struct lc_time_T *_CurrentTimeLocale = __get_time_locale (locale); in __strftime()
/picolibc-latest/newlib/
DChangeLog-20154902 * libc/locale/timelocal.h (struct lc_time_T): Add wide char members.
5197 * libc/locale/timelocal.h (struct lc_time_T): Add missing ERA-related
5368 am/pm layout in struct lc_time_T.
5374 (struct lc_time_T): Convert am and pm to a am_pm array for easier