Home | History | Annotate | Download | only in dist

Lines Matching refs:zonelistfile

112 	opt->zonelistfile = ZONELISTFILE;
548 opt->zonelist = fopen(opt->zonelistfile, "r+");
552 log_msg(LOG_ERR, "could not open zone list %s: %s", opt->zonelistfile,
561 log_msg(LOG_ERR, "zone list %s contains bad header\n", opt->zonelistfile);
583 opt->zonelistfile, buf);
608 opt->zonelistfile, buf);
617 opt->zonelistfile, buf);
636 log_msg(LOG_WARNING, "bad data in %s, '%s'", opt->zonelistfile,
708 opt->zonelist = fopen(opt->zonelistfile, "w+");
711 opt->zonelistfile, strerror(errno));
720 opt->zonelistfile, strerror(errno));
722 opt->zonelistfile);
729 log_msg(LOG_ERR, "ftello(%s): %s", opt->zonelistfile, strerror(errno));
734 opt->zonelistfile, strerror(errno));
736 opt->zonelistfile);
743 log_msg(LOG_ERR, "ftello(%s): %s", opt->zonelistfile, strerror(errno));
745 log_msg(LOG_ERR, "fflush %s: %s", opt->zonelistfile, strerror(errno));
755 log_msg(LOG_ERR, "fseeko(%s): %s", opt->zonelistfile, strerror(errno));
764 opt->zonelistfile, strerror(errno));
766 opt->zonelistfile);
773 log_msg(LOG_ERR, "fflush %s: %s", opt->zonelistfile, strerror(errno));
781 log_msg(LOG_ERR, "fseeko(%s): %s", opt->zonelistfile, strerror(errno));
790 opt->zonelistfile, strerror(errno));
792 opt->zonelistfile);
798 log_msg(LOG_ERR, "fflush %s: %s", opt->zonelistfile, strerror(errno));
823 log_msg(LOG_ERR, "fseeko(%s): %s", opt->zonelistfile, strerror(errno));
837 log_msg(LOG_ERR, "fflush %s: %s", opt->zonelistfile, strerror(errno));
868 snprintf(outname, sizeof(outname), "%s~", opt->zonelistfile);
927 if(rename(outname, opt->zonelistfile) == -1) {
929 outname, opt->zonelistfile, strerror(errno));