Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/locale/
Dtimelocal.c33 #define LCTIME_SIZE (sizeof(struct lc_time_T) / sizeof(char *))
35 const struct lc_time_T _C_time_locale = {
152 struct lc_time_T ti; in __time_load_locale()
154 extern int __set_lc_time_from_win (const char *, const struct lc_time_T *, in __time_load_locale()
155 struct lc_time_T *, char **, void *, in __time_load_locale()
162 struct lc_time_T *tip = NULL; in __time_load_locale()
166 tip = (struct lc_time_T *) calloc (1, sizeof *tip); in __time_load_locale()
Dsetlocale.h122 struct lc_time_T struct
160 extern const struct lc_time_T _C_time_locale; argument
312 _ELIDABLE_INLINE const struct lc_time_T *
315 return (const struct lc_time_T *) (locale)->lc_cat[LC_TIME].ptr; in __get_time_locale()
318 _ELIDABLE_INLINE const struct lc_time_T *
321 return (const struct lc_time_T *) in __get_current_time_locale()
364 _ELIDABLE_INLINE const struct lc_time_T *
371 _ELIDABLE_INLINE const struct lc_time_T *
Dnl_langinfo.c50 const struct lc_time_T * (*time)(struct __locale_t *);
/picolibc-3.5.0-3.4.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()
/picolibc-3.5.0-3.4.0/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