Home
last modified time | relevance | path

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

/minix3/include/
H A Dresolv.h368 #define p_secstodate __p_secstodate macro
453 char * p_secstodate(u_long);
/minix3/lib/libc/nameser/
H A Dns_print.c532 len = SPRINTF((tmp, "%s ", p_secstodate(t))); in ns_sprintrrf()
537 len = SPRINTF((tmp, "%s ", p_secstodate(t))); in ns_sprintrrf()
640 len = SPRINTF((tmp, "%s ", p_secstodate(t))); in ns_sprintrrf()
645 len = SPRINTF((tmp, "%s ", p_secstodate(t))); in ns_sprintrrf()
/minix3/lib/libc/resolv/
H A Dres_debug.c1178 p_secstodate (u_long secs) { in p_secstodate() function