current_time      125 anacron/gregor.c     time_t current_time;
current_time      126 anacron/gregor.c     time (&current_time);
current_time      127 anacron/gregor.c     localtime_r (&current_time, &time_record);
current_time      141 anacron/gregor.c     time_t current_time;
current_time      142 anacron/gregor.c     time (&current_time);
current_time      143 anacron/gregor.c     localtime_r (&current_time, &time_record);
current_time      156 anacron/gregor.c     time_t current_time;
current_time      157 anacron/gregor.c     time (&current_time);
current_time      158 anacron/gregor.c     localtime_r (&current_time, &time_record);
current_time      172 anacron/gregor.c     time_t current_time;
current_time      173 anacron/gregor.c     time (&current_time);
current_time      174 anacron/gregor.c     localtime_r (&current_time, &time_record);