lt                 83 lib/timefmt.c      struct tm *lt;
lt                 89 lib/timefmt.c      lt = localtime (&testtime);
lt                 91 lib/timefmt.c      if (lt == NULL)
lt                102 lib/timefmt.c          lt->tm_sec = lt->tm_min = lt->tm_hour = lt->tm_mday = 10;
lt                105 lib/timefmt.c          for (lt->tm_mon = 0; lt->tm_mon < 12; lt->tm_mon++)
lt                107 lib/timefmt.c              strftime (buf, sizeof (buf) - 1, user_recent_timeformat, lt);
lt                110 lib/timefmt.c              strftime (buf, sizeof (buf) - 1, user_old_timeformat, lt);