HomeSort by: relevance | last modified time | path
    Searched refs:_db_factory_create (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libc/citrus/
citrus_lookup_factory.c 108 ret = _db_factory_create(&df, &_db_hash_std, NULL);
citrus_pivot_factory.c 83 ret = _db_factory_create(&se->se_df, &_db_hash_std, NULL);
171 ret = _db_factory_create(&df, &_db_hash_std, NULL);
citrus_namespace.h 96 #define _db_factory_create _citrus_db_factory_create macro
  /src/usr.bin/mkesdb/
yacc.y 161 CHKERR(ret, _db_factory_create, (&df, _db_hash_std, NULL));
  /src/usr.bin/mklocale/
mklocaledb.c 254 if (_db_factory_create(&df, &_db_hash_std, NULL))
  /src/usr.bin/mkcsmapper/
yacc.y 370 CHKERR(ret, _db_factory_create, (&df, _db_hash_std, NULL));

Completed in 14 milliseconds