Searched defs:totime (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Ddki.c454 time_t totime; local
513 totime = 0L;
515 totime = file_mtime (frompath); /* get original timestamp */
541 if ( !totime )
542 totime = time (NULL); /* set .key file to current time */
544 touch (topath, totime); /* store/restore time of status change */

Completed in 27 milliseconds