HomeSort by: relevance | last modified time | path
    Searched defs:dbfile (Results 1 - 4 of 4) sorted by relevancy

  /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...]
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/lib/libc/gen/
getpwent.c 187 const char *dbfile = NULL; local in function:_pw_opendb
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);
getpwent.c 187 const char *dbfile = NULL; local in function:_pw_opendb
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);

Completed in 25 milliseconds