Home | History | Annotate | Download | only in coders

Lines Matching defs:local_time

1406   struct tm local_time;
1434 (void) localtime_r(&current_time,&local_time);
1436 (void) memcpy(&local_time,localtime(&current_time),sizeof(local_time));
1441 OsDesc,DayOfWTab[local_time.tm_wday],MonthsTab[local_time.tm_mon],
1442 local_time.tm_mday,local_time.tm_hour,local_time.tm_min,
1443 local_time.tm_sec,local_time.tm_year+1900);