Home
last modified time | relevance | path

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

/freebsd/usr.bin/script/
H A Dscript.c559 time_t tclock; in playback() local
584 tclock = stamp.scr_sec; in playback()
594 ctime(&tclock)); in playback()
604 ctime(&tclock)); in playback()
615 if (tclock - lclock > 0) { in playback()
617 localtime(&tclock)); in playback()
620 lclock = tclock; in playback()
/freebsd/contrib/ncurses/
H A DMANIFEST1213 ./test/tclock.c
H A DNEWS1241 + add configure check for math sine/cosine, needed in test/tclock,
10698 + improve test/tclock.c by making the second-hand update more often
11488 + fixes to tclock for resizing behavior, redundant computation (report
12481 + minor fix to test/tclock.c to avoid beeping more than once per second
12514 + modify tclock example to be resizable (if ncurses' sigwinch handler
13661 + corrected conversion in tclock.c (cf: 971018).