Lines Matching refs:topath
453 char topath[MAX_PATHSIZE+1];
495 pathname (topath, sizeof (topath), dkp->dname, dkp->fname, DKI_KEY_FILEEXT);
503 dki_writeinfo (dkp, topath); /* ..and write it to the key file */
506 touch (topath, time (NULL));
516 topath[0] = '\0';
520 pathname (topath, sizeof (topath), dkp->dname, dkp->fname, DKI_ACT_FILEEXT);
523 pathname (topath, sizeof (topath), dkp->dname, dkp->fname, DKI_DEP_FILEEXT);
531 pathname (topath, sizeof (topath), dkp->dname, dkp->fname, DKI_PUB_FILEEXT);
535 if ( topath[0] )
537 dbg_val ("dki_setstat: to \"%s\"\n", topath);
538 if ( link (frompath, topath) == 0 )
543 pathname (topath, sizeof (topath), dkp->dname, dkp->fname, DKI_KEY_FILEEXT);
544 touch (topath, totime); /* store/restore time of status change */