Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnisdb/yptol/
H A Dshim_hooks.h55 extern datum shim_dbm_fetch(DBM *db, datum key);
77 #define dbm_fetch shim_dbm_fetch
H A Dshim.h100 extern datum shim_dbm_fetch(DBM *db, datum key);
H A Dshim.c152 shim_dbm_fetch(DBM *db, datum key) in shim_dbm_fetch() function
/titanic_50/usr/src/lib/libnisdb/
H A Dmapfile-vers169 shim_dbm_fetch;
/titanic_50/usr/src/cmd/ypcmd/
H A Dypxfrd_server.c215 val = shim_dbm_fetch((DBM *)m.map, key); in getdbm_1_svc()
H A Dypserv_proc.c775 *val = shim_dbm_fetch(fdb, k); in ypfilter()