Home
last modified time | relevance | path

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

/freebsd/contrib/ldns/ldns/
H A Dutil.h289 struct tm * ldns_serial_arithmetics_gmtime_r(int32_t time, time_t now, struct tm *result);
292 #define ldns_serial_arithmitics_gmtime_r ldns_serial_arithmetics_gmtime_r
H A Dutil.h.in289 struct tm * ldns_serial_arithmetics_gmtime_r(int32_t time, time_t now, struct tm *result);
292 #define ldns_serial_arithmitics_gmtime_r ldns_serial_arithmetics_gmtime_r
/freebsd/contrib/ldns/
H A Dutil.c304 ldns_serial_arithmetics_gmtime_r(int32_t time, time_t now, struct tm *result) in ldns_serial_arithmetics_gmtime_r() function
323 return ldns_serial_arithmetics_gmtime_r(time, now, result); in ldns_serial_arithmitics_gmtime_r()
H A Dhost2str.c417 if (ldns_serial_arithmetics_gmtime_r(ldns_rdf2native_int32(rdf), time(NULL), &tm) in ldns_rdf2buffer_str_time()