Home
last modified time | relevance | path

Searched defs:dbm_fetch (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libnisdb/yptol/
H A Dshim_hooks.h77 #define dbm_fetch shim_dbm_fetch macro
/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-ndbm.h67 #define dbm_fetch kdb2_dbm_fetch macro
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dndbm.c187 dbm_fetch(DBM *db, datum key) in dbm_fetch() function
/titanic_50/usr/src/lib/libc/port/gen/
H A Dndbm.c251 dbm_fetch(DBM *db, datum key) in dbm_fetch() function
/titanic_50/usr/src/cmd/sendmail/db/
H A Ddb.h983 #define dbm_fetch(a, b) __db_ndbm_fetch(a, b) macro