Searched refs:touched (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/ncurses/ncurses/base/
H A Dlib_overlay.c143 bool touched; local
182 touched = FALSE;
200 touched = TRUE;
207 touched = TRUE;
211 if (touched) {
/freebsd-11.0-release/usr.bin/finger/
H A Dutil.c292 time_t touched; local
312 touched = sb.st_atime;
313 if (touched < w->loginat) {
315 touched = w->loginat;
317 w->idletime = now < touched ? 0 : now - touched;
/freebsd-11.0-release/usr.bin/w/
H A Dw.c137 time_t touched; local
244 touched = stp->st_atime;
245 if (touched < ep->utmp.ut_tv.tv_sec) {
247 touched = ep->utmp.ut_tv.tv_sec;
249 if ((ep->idle = now - touched) < 0)
/freebsd-11.0-release/crypto/openssl/util/
H A Dmkerr.pl67 files will be touched!)
/freebsd-11.0-release/contrib/bmake/mk/
H A Dmeta.autodep.mk98 # if it isn't supposed to be touched by us the Makefile should have
/freebsd-11.0-release/share/mk/
H A Dmeta.autodep.mk99 # if it isn't supposed to be touched by us the Makefile should have

Completed in 93 milliseconds