Home
last modified time | relevance | path

Searched refs:_db_factory_create (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/lib/libc/citrus/
H A Dcitrus_pivot_factory.c83 ret = _db_factory_create(&se->se_df, &_db_hash_std, NULL); in find_src()
171 ret = _db_factory_create(&df, &_db_hash_std, NULL); in dump_db()
H A Dcitrus_lookup_factory.c108 ret = _db_factory_create(&df, &_db_hash_std, NULL); in _citrus_lookup_factory_convert()
H A Dcitrus_namespace.h96 #define _db_factory_create _citrus_db_factory_create macro
/netbsd-src/usr.bin/mkesdb/
H A Dyacc.y161 CHKERR(ret, _db_factory_create, (&df, _db_hash_std, NULL)); in dump_file()
/netbsd-src/usr.bin/mklocale/
H A Dmklocaledb.c254 if (_db_factory_create(&df, &_db_hash_std, NULL)) in mklocaledb()
/netbsd-src/usr.bin/mkcsmapper/
H A Dyacc.y370 CHKERR(ret, _db_factory_create, (&df, _db_hash_std, NULL)); in dump_file()