Home
last modified time | relevance | path

Searched refs:__strftime (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/time/
Dstrftime.c676 __strftime (CHAR *s, size_t maxsize, const CHAR *format, in __strftime() function
681 __strftime (CHAR *s, size_t maxsize, const CHAR *format, in __strftime()
684 #define __strftime(s,m,f,t,l,e,a) __strftime((s),(m),(f),(t),(l)) in __strftime()
829 len = __strftime (&s[count], maxsize - count, ctloc, tim_p, in __strftime()
946 len = __strftime (&s[count], maxsize - count, fmtbuf, tim_p, in __strftime()
1273 len = __strftime (&s[count], maxsize - count, fmtbuf, tim_p, in __strftime()
1462 size_t ret = __strftime (s, maxsize, format, tim_p, __get_current_locale (), in strftime()
1470 return __strftime (s, maxsize, format, tim_p, __get_current_locale (), in strftime()
1482 size_t ret = __strftime (s, maxsize, format, tim_p, locale, in strftime_l()
1490 return __strftime (s, maxsize, format, tim_p, locale, NULL, NULL); in strftime_l()
/picolibc-latest/newlib/
DChangeLog-2015446 * libc/time/strftime.c (__strftime): add support for %s (seconds from
1132 * libc/time/strftime.c (__strftime): Utilize __TM_GMTOFF and __TM_ZONE
5109 (__strftime): Rename from strftime and make static if