current_time      135 lib/timefmt.c      time_t current_time = time (NULL);
current_time      138 lib/timefmt.c      if (current_time > when + 6L * 30L * 24L * 60L * 60L  // Old.
current_time      139 lib/timefmt.c          || current_time < when - 60L * 60L)               // In the future.
current_time      528 lib/vfs/parse_ls_vga.c     time_t current_time;
current_time      532 lib/vfs/parse_ls_vga.c     current_time = time (NULL);
current_time      533 lib/vfs/parse_ls_vga.c     local_time = localtime (&current_time);