Home | History | Annotate | Download | only in resolv

Lines Matching refs:mytime

1115 	struct tm *mytime;
1119 mytime = gmtime_r(&myclock, &res);
1121 mytime = gmtime(&myclock);
1123 mytime->tm_year += 1900;
1124 mytime->tm_mon += 1;
1126 mytime->tm_year, mytime->tm_mon, mytime->tm_mday,
1127 mytime->tm_hour, mytime->tm_min, mytime->tm_sec);