Home | History | Annotate | Download | only in veriexecgen

Lines Matching defs:dbfile

80 	char	*dbfile;	/* name of signatures database file */
378 if (stat(vp->dbfile, &sb) != 0) {
382 err(EXIT_FAILURE, "could not stat %s", vp->dbfile);
387 "to \"%s.old\"\n\n", vp->dbfile);
390 vp->dbfile) < strlen(vp->dbfile) + 4) {
393 if (rename(vp->dbfile, old_dbfile) == -1)
399 fp = efopen(vp->dbfile, vp->append_output ? "a" : "w+");
430 vp->dbfile);
489 v.dbfile = optarg;
522 if (v.dbfile == NULL)
523 v.dbfile = DEFAULT_DBFILE;
557 if (make_immutable && chflags(v.dbfile, SF_IMMUTABLE) != 0)