HomeSort by: relevance | last modified time | path
    Searched defs:nows (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/write/
write.c 219 char *nows; local
244 nows = ctime(&now);
245 nows[16] = '\0';
247 login, host, mytty, nows + 11);
  /src/external/bsd/unbound/dist/daemon/
worker.c 2167 int nows, spec; local
2171 nows = (int)now.tv_sec;
2177 spec = ((nows-offset)/interval+1)*interval+offset;
2179 * be needed. So assert(spec > nows), tv is going to
2181 if(spec<=nows) spec += interval;

Completed in 67 milliseconds