Home | History | Annotate | Download | only in coders

Lines Matching refs:seconds

1283     seconds;
2834 seconds=time((time_t *) NULL);
2836 (void) localtime_r(&seconds,&local_time);
2838 (void) memcpy(&local_time,localtime(&seconds),sizeof(local_time));