Searched refs:strftime (Results 1 – 5 of 5) sorted by relevance
| /third_party/ulib/musl/src/time/ |
| A D | strftime.c | 216 *l = strftime(*s, sizeof *s, fmt, tm); in __strftime_fmt_1() 222 size_t strftime(char* restrict s, size_t n, const char* restrict f, const struct tm* restrict tm) { in strftime() function
|
| /third_party/ulib/musl/include/ |
| A D | time.h | 47 size_t strftime(char* __restrict, size_t, const char* __restrict, const struct tm* __restrict);
|
| /third_party/ulib/musl/src/misc/ |
| A D | syslog.c | 91 strftime(timebuf, sizeof timebuf, "%b %e %T", &tm); in _vsyslog()
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 925 - week number and ISO week-based-year functionality in strftime 1007 - field widths (POSIX 2008 feature) in strftime 1012 - strftime %s format (seconds since the epoch, future POSIX requirement) 1038 - integer overflows in strftime 1040 - strftime could crash if the struct tm did not have valid tm_zone field 1131 - spurious strftime/wcsftime failure on len+1==bufsize case 1228 - incorrect zero-padding of some outputs for strftime %s specifier 1614 - strftime mishandling of out-of-range struct tm members
|
| A D | musl-rules.mk | 835 $(LOCAL_DIR)/src/time/strftime.c \
|
Completed in 9 milliseconds