Searched refs:nows (Results 1 – 4 of 4) sorted by relevance
282 char *nows; in do_write() local303 nows = ctime(&now); in do_write()304 nows[16] = '\0'; in do_write()306 login, host, mytty, nows + 11); in do_write()
163 nsdata->nows + 1); in print_namespace()
1510 uint16_t nows;2215 s->nows = le16toh(s->nows);1496 uint16_t nows; global() member
2184 int nows, spec; in worker_restart_timer() local2188 nows = (int)now.tv_sec; in worker_restart_timer()2194 spec = ((nows-offset)/interval+1)*interval+offset; in worker_restart_timer()2198 if(spec<=nows) spec += interval; in worker_restart_timer()