Searched refs:mytime (Results 1 – 1 of 1) sorted by relevance
1183 struct tm *mytime; in p_secstodate() local1187 mytime = gmtime_r(&myclock, &res); in p_secstodate()1189 mytime = gmtime(&myclock); in p_secstodate()1191 mytime->tm_year += 1900; in p_secstodate()1192 mytime->tm_mon += 1; in p_secstodate()1194 mytime->tm_year, mytime->tm_mon, mytime->tm_mday, in p_secstodate()1195 mytime->tm_hour, mytime->tm_min, mytime->tm_sec); in p_secstodate()