Home
last modified time | relevance | path

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

/civetweb-2.7.6/src/
Dcivetweb.c1109 strftime(char *dst, size_t dst_size, const char *fmt, const struct tm *tm) in strftime() argument
7159 size_t dst_size) argument
7164 if ((dst == NULL) || (dst_size == 0)) {
7190 if ((size_t)(p - s) < dst_size) {