Lines Matching defs:now
79 static int findidle(char *name, int ln, time_t now);
199 time_t now;
202 time(&now); /* only one call to time() for this rpc call */
222 sizeof (utent->ut_line), now);
226 console_idle(now));
251 sizeof (utent->ut_line), now);
256 console_idle(now));
294 console_idle(now)
295 time_t now;
304 return (min((unsigned)findidle("kbd", strlen("kbd"), now),
305 (unsigned)findidle("mouse", strlen("mouse"), now)));
401 findidle(char *name, int ln, time_t now)
412 diff = now - lastaction;