strftime         5245 src/dps8/dps8_cpu.c     strftime(cpu_ftime, sizeof(cpu_ftime), "%H:%M:%S", &cpu_tm);
strftime         9673 src/dps8/dps8_ins.c            strftime(elapsed_time, sizeof(elapsed_time), "%H:%M:%S", &tm);
strftime         9681 src/dps8/dps8_ins.c            strftime(elapsed_time, sizeof(elapsed_time), "%H:%M:%S", &tm);
strftime          679 src/dps8/dps8_mgp.c   strftime(tbuf, sizeof(tbuf), "%H:%M:%S", &tmv);
strftime          323 src/dps8/uvutil.c             strftime(tbuffer, sizeof(tbuffer),
strftime          330 src/dps8/uvutil.c             strftime(tbuffer, sizeof(tbuffer),
strftime          413 src/libsir/include/sir/helpers.h __attribute__ ((format (strftime, 3, 0)))
strftime          426 src/libsir/include/sir/helpers.h     return NULL != ptb && 0 != strftime(buffer, SIR_MAXTIME, format, ptb);
strftime         2273 src/prt2pdf/prt2pdf.c   (void)strftime (pdf_date, sizeof (pdf_date) - 1, "D:%Y%m%d%H%M%S", t);
strftime         1112 src/punutil/cardutil.c                   if (strftime (timebuffer, sizeof (timebuffer), "%A, %B %d %Y, %H:%M:%S %Z",
strftime         1466 src/punutil/cardutil.c                   if (strftime (timebuffer, sizeof (timebuffer), "%A, %B %d %Y, %H:%M:%S %Z", timelocal))
strftime         3397 src/simh/scp.c                         strftime (rbuf, sizeof(rbuf), "%x", tmnow);
strftime         3401 src/simh/scp.c                         strftime (rbuf, sizeof(rbuf), "%I:%M:%S %p", tmnow);
strftime         3405 src/simh/scp.c                         strftime (rbuf, sizeof(rbuf), "%c", tmnow);
strftime         3410 src/simh/scp.c                         strftime (rbuf, sizeof(rbuf), "%Y", tmnow);
strftime         3414 src/simh/scp.c                         strftime (rbuf, sizeof(rbuf), "%y", tmnow);
strftime         3439 src/simh/scp.c                         strftime (rbuf, sizeof(rbuf), "%m", tmnow);
strftime         3443 src/simh/scp.c                         strftime (rbuf, sizeof(rbuf), "%b", tmnow);
strftime         3447 src/simh/scp.c                         strftime (rbuf, sizeof(rbuf), "%d", tmnow);
strftime         3476 src/simh/scp.c                         strftime (rbuf, sizeof(rbuf), "%j", tmnow);
strftime         3480 src/simh/scp.c                         strftime (rbuf, sizeof(rbuf), "%H", tmnow);
strftime         3484 src/simh/scp.c                         strftime (rbuf, sizeof(rbuf), "%M", tmnow);
strftime         3488 src/simh/scp.c                         strftime (rbuf, sizeof(rbuf), "%S", tmnow);