Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_debug.c1165 struct tm *mytime; in p_secstodate() local
1169 mytime = gmtime_r(&myclock, &res); in p_secstodate()
1171 mytime = gmtime(&myclock); in p_secstodate()
1173 mytime->tm_year += 1900; in p_secstodate()
1174 mytime->tm_mon += 1; in p_secstodate()
1176 mytime->tm_year, mytime->tm_mon, mytime->tm_mday, in p_secstodate()
1177 mytime->tm_hour, mytime->tm_min, mytime->tm_sec); in p_secstodate()