Searched refs:dst_size (Results 1 – 1 of 1) sorted by relevance
1109 strftime(char *dst, size_t dst_size, const char *fmt, const struct tm *tm) in strftime() argument7159 size_t dst_size) argument7164 if ((dst == NULL) || (dst_size == 0)) {7190 if ((size_t)(p - s) < dst_size) {