Home | History | Annotate | Download | only in resolv

Lines Matching defs:mytime

1176 	struct tm *mytime;
1180 mytime = gmtime_r(&myclock, &res);
1182 mytime = gmtime(&myclock);
1184 mytime->tm_year += 1900;
1185 mytime->tm_mon += 1;
1188 mytime->tm_year, mytime->tm_mon, mytime->tm_mday,
1189 mytime->tm_hour, mytime->tm_min, mytime->tm_sec) >