Searched refs:ldns_serial_arithmetics_gmtime_r (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ldns/ldns/ |
H A D | util.h | 289 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 D | util.h.in | 289 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 D | util.c | 304 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 D | host2str.c | 417 if (ldns_serial_arithmetics_gmtime_r(ldns_rdf2native_int32(rdf), time(NULL), &tm) in ldns_rdf2buffer_str_time()
|