Searched refs:__strftime (Results 1 – 2 of 2) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/time/ |
D | strftime.c | 677 __strftime (CHAR *s, size_t maxsize, const CHAR *format, in __strftime() function 682 __strftime (CHAR *s, size_t maxsize, const CHAR *format, in __strftime() 685 #define __strftime(s,m,f,t,l,e,a) __strftime((s),(m),(f),(t),(l)) in __strftime() 830 len = __strftime (&s[count], maxsize - count, ctloc, tim_p, in __strftime() 947 len = __strftime (&s[count], maxsize - count, fmtbuf, tim_p, in __strftime() 1282 len = __strftime (&s[count], maxsize - count, fmtbuf, tim_p, in __strftime() 1483 size_t ret = __strftime (s, maxsize, format, tim_p, __get_current_locale (), in strftime() 1491 return __strftime (s, maxsize, format, tim_p, __get_current_locale (), in strftime() 1503 size_t ret = __strftime (s, maxsize, format, tim_p, locale, in strftime_l() 1511 return __strftime (s, maxsize, format, tim_p, locale, NULL, NULL); in strftime_l()
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | ChangeLog-2015 | 446 * 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
|