| /src/usr.sbin/veriexecgen/ |
| veriexecgen.c | 80 char *dbfile; /* name of signatures database file */ member in struct:veriexecgen_t 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 [all...] |
| /src/external/bsd/blocklist/bin/ |
| blocklistd.c | 79 static const char *dbfile = _PATH_BLSTATE; variable 114 "[-P <sockpathsfile>] [-C <controlprog>] [-D <dbfile>] " 410 db = state_open(dbfile, O_RDONLY, 0); 413 dbfile); 451 dbfile = optarg; 544 state = state_open(dbfile, flags, 0600); 546 state = state_open(dbfile, flags | O_CREAT, 0600);
|
| /src/lib/libc/gen/ |
| getpwent.c | 187 const char *dbfile = NULL; local 195 dbfile = _PATH_SMP_DB; 196 *db = dbopen(dbfile, O_RDONLY, 0, DB_HASH, NULL); 199 dbfile = _PATH_MP_DB; 200 *db = dbopen(dbfile, O_RDONLY, 0, DB_HASH, NULL); 205 syslog(LOG_ERR, "%s: %m", dbfile);
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| ca.c | 248 char *dbfile = NULL, *f; local 493 dbfile = lookup_conf(conf, section, ENV_DATABASE); 494 if (dbfile == NULL) 497 db = load_index(dbfile, &db_attr); 622 dbfile = lookup_conf(conf, section, ENV_DATABASE); 623 if (dbfile == NULL) 626 db = load_index(dbfile, &db_attr); 682 BIO_printf(bio_err, "Updating %s ...\n", dbfile); 692 if (!save_index(dbfile, "new", db)) 695 if (!rotate_index(dbfile, "new", "old") [all...] |
| /src/crypto/external/apache2/openssl/dist/apps/ |
| ca.c | 337 char *dbfile = NULL, *f; local 607 dbfile = lookup_conf(conf, section, ENV_DATABASE); 608 if (dbfile == NULL) 611 db = load_index(dbfile, &db_attr); 613 BIO_printf(bio_err, "Problem with index file: %s (could not load/parse file)\n", dbfile); 726 dbfile = lookup_conf(conf, section, ENV_DATABASE); 727 if (dbfile == NULL) 730 db = load_index(dbfile, &db_attr); 732 BIO_printf(bio_err, "Problem with index file: %s (could not load/parse file)\n", dbfile); 787 BIO_printf(bio_err, "Updating %s ...\n", dbfile); [all...] |
| /src/crypto/external/bsd/openssl/dist/apps/ |
| ca.c | 286 char *dbfile = NULL, *f; local 560 dbfile = lookup_conf(conf, section, ENV_DATABASE); 561 if (dbfile == NULL) 564 db = load_index(dbfile, &db_attr); 566 BIO_printf(bio_err, "Problem with index file: %s (could not load/parse file)\n", dbfile); 692 dbfile = lookup_conf(conf, section, ENV_DATABASE); 693 if (dbfile == NULL) 696 db = load_index(dbfile, &db_attr); 698 BIO_printf(bio_err, "Problem with index file: %s (could not load/parse file)\n", dbfile); 754 BIO_printf(bio_err, "Updating %s ...\n", dbfile); [all...] |