state_path         58 source3/groupdb/mapping_ldb.c 	db_path = state_path("group_mapping.ldb");
state_path        101 source3/groupdb/mapping_ldb.c 	tdb_path = state_path("group_mapping.tdb");
state_path        103 source3/groupdb/mapping_ldb.c 		unlink(state_path("group_mapping.ldb"));
state_path        656 source3/groupdb/mapping_ldb.c 		char *new_path = state_path("group_mapping.tdb.upgraded");
state_path         41 source3/groupdb/mapping_tdb.c 	db = db_open(NULL, state_path("group_mapping.tdb"), 0,
state_path       1173 source3/include/proto.h char *state_path(const char *name);
state_path        215 source3/lib/account_pol.c 	db = db_open(NULL, state_path("account_policy.tdb"), 0, TDB_DEFAULT,
state_path        220 source3/lib/account_pol.c 		db = db_open(NULL, state_path("account_policy.tdb"), 0,
state_path         69 source3/lib/eventlog/eventlog.c 			state_path("eventlog"),
state_path        356 source3/lib/eventlog/eventlog.c 	eventlogdir = state_path( "eventlog" );
state_path         49 source3/lib/sharesec.c 	share_db = db_open(NULL, state_path("share_info.tdb"), 0,
state_path         53 source3/lib/sharesec.c 			state_path("share_info.tdb"), strerror(errno) ));
state_path         47 source3/modules/vfs_acl_tdb.c 	dbname = state_path("file_ntacls.tdb");
state_path        610 source3/modules/vfs_xattr_tdb.c 	def_dbname = state_path("xattr.tdb");
state_path        586 source3/nmbd/nmbd_winsserver.c 	wins_tdb = tdb_open_log(state_path("wins.tdb"), 0, TDB_DEFAULT|TDB_CLEAR_IF_FIRST, O_CREAT|O_RDWR, 0600);
state_path        597 source3/nmbd/nmbd_winsserver.c 	if((fp = x_fopen(state_path(WINS_LIST),O_RDONLY,0)) == NULL) {
state_path       2369 source3/nmbd/nmbd_winsserver.c 	if (!(fname = state_path(WINS_LIST))) {
state_path        315 source3/passdb/pdb_tdb.c 	tdb = tdb_open_log(state_path("winbindd_idmap.tdb"), 0,
state_path        530 source3/printing/nt_printing.c 	tdb_drivers = tdb_open_log(state_path("ntdrivers.tdb"), 0, TDB_DEFAULT, O_RDWR|O_CREAT, 0600);
state_path        533 source3/printing/nt_printing.c 			state_path("ntdrivers.tdb"), strerror(errno) ));
state_path        539 source3/printing/nt_printing.c 	tdb_printers = tdb_open_log(state_path("ntprinters.tdb"), 0, TDB_DEFAULT, O_RDWR|O_CREAT, 0600);
state_path        542 source3/printing/nt_printing.c 			state_path("ntprinters.tdb"), strerror(errno) ));
state_path        548 source3/printing/nt_printing.c 	tdb_forms = tdb_open_log(state_path("ntforms.tdb"), 0, TDB_DEFAULT, O_RDWR|O_CREAT, 0600);
state_path        551 source3/printing/nt_printing.c 			state_path("ntforms.tdb"), strerror(errno) ));
state_path        393 source3/registry/reg_backend_db.c 	regdb = db_open(NULL, state_path("registry.tdb"), 0,
state_path        396 source3/registry/reg_backend_db.c 		regdb = db_open(NULL, state_path("registry.tdb"), 0,
state_path        401 source3/registry/reg_backend_db.c 				state_path("registry.tdb"), strerror(errno) ));
state_path        447 source3/registry/reg_backend_db.c 	regdb = db_open(NULL, state_path("registry.tdb"), 0,
state_path        452 source3/registry/reg_backend_db.c 			state_path("registry.tdb"), strerror(errno) ));
state_path         49 source3/registry/reg_perfcount.c 	ret = talloc_strdup(ctx, state_path(path));
state_path         59 source3/registry/reg_perfcount.c 	char *p = state_path(PERFCOUNTDIR);
state_path        264 source3/winbindd/idmap_tdb.c 	tdbfile = state_path("winbindd_idmap.tdb");