Searched refs:s_str (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/ldns/
H A Drr_functions.c362 char s_str[11]; local
366 (void) strftime(s_str, 11, "%Y%m%d00", localtime_r(&t, &tm));
367 new_s = (int32_t) atoi(s_str);

Completed in 62 milliseconds