Searched refs:dbtype (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/contrib/sendmail/contrib/ |
| D | buildvirtuser | 100 my $dbtype = "hash"; 195 open(MAKEMAP, "|$makemap $dbtype $newvirt") || die "Could not start makemap: $!\n";
|
| /freebsd-9-stable/contrib/sendmail/libsmdb/ |
| D | smdb.c | 530 } dbtype; typedef 532 static dbtype DatabaseDefs[] = 544 dbtype *ptr = DatabaseDefs;
|
| /freebsd-9-stable/lib/libc/db/test/ |
| D | dbtest.c | 59 DBTYPE dbtype(char *); 132 type = dbtype(*argv++); 566 dbtype(s) in dbtype() function
|
| /freebsd-9-stable/contrib/bind9/bin/check/ |
| D | check-tool.c | 87 static const char *dbtype[] = { "rbt" }; variable 610 CHECK(dns_zone_setdbtype(zone, 1, (const char * const *) dbtype)); in load_zone()
|
| /freebsd-9-stable/contrib/bind9/lib/dns/ |
| D | client.c | 311 const char *dbtype; in dns_client_createview() local 338 dbtype = "rbt"; in dns_client_createview() 340 dbtype = "ecdb"; in dns_client_createview() 341 result = dns_db_create(mctx, dbtype, dns_rootname, dns_dbtype_cache, in dns_client_createview()
|
| /freebsd-9-stable/contrib/sendmail/src/ |
| D | map.c | 1999 db_map_open(map, mode, mapclassname, dbtype, openinfo) 2003 DBTYPE dbtype; 2140 db = dbopen(buf, omode, DBMMODE, dbtype, openinfo); 2170 if (dbtype == DB_HASH && ret == 0 && db != NULL) 2184 buf, NULL, dbtype, flags, DBMMODE); 2197 errno = db_open(buf, dbtype, flags, DBMMODE,
|
| /freebsd-9-stable/contrib/bind9/bin/named/ |
| D | zoneconf.c | 570 const char *zname, const char *dbtype) in configure_staticstub() argument 589 RETERR(dns_db_create(mctx, dbtype, dns_zone_getorigin(zone), in configure_staticstub()
|