Home
last modified time | relevance | path

Searched refs:tclock (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/usr.bin/script/
H A Dscript.c568 time_t tclock; in playback() local
593 tclock = stamp.scr_sec; in playback()
603 ctime(&tclock)); in playback()
613 ctime(&tclock)); in playback()
624 if (tclock - lclock > 0) { in playback()
626 localtime(&tclock)); in playback()
629 lclock = tclock; in playback()
/freebsd-14.2/contrib/ncurses/
H A DMANIFEST1212 ./test/tclock.c
H A DNEWS672 + add configure check for math sine/cosine, needed in test/tclock,
10129 + improve test/tclock.c by making the second-hand update more often
10919 + fixes to tclock for resizing behavior, redundant computation (report
11912 + minor fix to test/tclock.c to avoid beeping more than once per second
11945 + modify tclock example to be resizable (if ncurses' sigwinch handler
13092 + corrected conversion in tclock.c (cf: 971018).