Home
last modified time | relevance | path

Searched refs:dbm_fetch (Results 1 – 25 of 26) sorted by relevance

12

/titanic_53/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-ndbm.h67 #define dbm_fetch kdb2_dbm_fetch macro
80 datum dbm_fetch __P((DBM *, datum));
/titanic_53/usr/src/cmd/ypcmd/
H A Dypserv_map.c78 val = dbm_fetch(fdb, key); in ypget_map_order()
119 val = dbm_fetch(fdb, key); in ypget_map_master()
252 val = dbm_fetch(fdb, key); in yp_map_access()
H A Dypserv_proc.c219 resp.valdat = dbm_fetch(fdb, req.keydat); in ypmatch()
262 idval = dbm_fetch(fdb, idkey); in ypmatch()
867 resp->valdat = dbm_fetch(fdb, tmpname); in multihomed()
873 resp->valdat = dbm_fetch(fdb, req.keydat); in multihomed()
1015 resp.ypmatch_resp_valdat = dbm_fetch(fdb, in ypoldmatch()
1055 idval = dbm_fetch(fdb, idkey); in ypoldmatch()
1128 dbm_fetch(fdb, resp.ypfirst_resp_keydat); in ypoldfirst()
1189 dbm_fetch(fdb, resp.ypnext_resp_keydat); in ypoldnext()
1469 resp->ypmatch_resp_valdat = dbm_fetch(fdb, tmpname); in omultihomed()
1472 dbm_fetch(fdb, req.ypmatch_req_keydat); in omultihomed()
H A Dmkalias.c166 value = dbm_fetch(Indbm, key); in ProcessMap()
183 partvalue = dbm_fetch(Indbm, part); in ProcessMap()
H A Dypxfr.c1051 val = dbm_fetch(db, key);
1110 val = dbm_fetch(db, key);
1203 val = dbm_fetch(db, key);
1222 val = dbm_fetch(db, key);
1233 val = dbm_fetch(db, key);
1622 test = dbm_fetch(db, keydat);
1636 test = dbm_fetch(db, keydat);
H A Dmakedbm.c415 tmp = dbm_fetch(fdb, key);
587 content = dbm_fetch(fdb, key);
/titanic_53/usr/src/lib/libnisdb/yptol/
H A Dshim.c167 ret = dbm_fetch(map->entries, key); in shim_dbm_fetch()
171 ret = dbm_fetch(map->entries, key); in shim_dbm_fetch()
202 ret = dbm_fetch(map->entries, key); in shim_dbm_fetch_noupdate()
583 value = dbm_fetch(map->ttl, key); in check_old_map_date()
H A Dshim_hooks.h77 #define dbm_fetch shim_dbm_fetch macro
H A Dttl_utils.c79 ttl = dbm_fetch(map->ttl, *key); in has_entry_expired()
H A Dmap_conv.c223 value = dbm_fetch(dbm, key); in dump_map_to_dit()
/titanic_53/usr/src/lib/libbc/inc/include/
H A Dndbm.h61 datum dbm_fetch();
/titanic_53/usr/src/head/
H A Dndbm.h95 datum dbm_fetch(DBM *, datum);
/titanic_53/usr/src/cmd/sendmail/libsmdb/
H A Dsmndbm.c179 dbdata = dbm_fetch(dbm, dbkey);
364 dbdata = dbm_fetch(dbm, dbm_cursor->smndbmc_current_key);
/titanic_53/usr/src/cmd/sendmail/aux/
H A Dvacation.c325 content = dbm_fetch(db, key); in dumplist()
681 data = dbm_fetch(db, key);
/titanic_53/usr/src/cmd/sendmail/db/dbm/
H A Ddbm.c112 return (dbm_fetch(__cur_db, key));
/titanic_53/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c66 #define KDBM_FETCH(db, key) dbm_fetch(db, key)
/titanic_53/usr/src/cmd/sendmail/db/
H A Ddb.h983 #define dbm_fetch(a, b) __db_ndbm_fetch(a, b) macro
/titanic_53/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c268 data = dbm_fetch(newp->db, key); in db_get_db()
526 data = dbm_fetch(dbp->db, key); in fetch_record()
/titanic_53/usr/src/lib/libbc/libc/gen/common/
H A Dndbm.c187 dbm_fetch(DBM *db, datum key) in dbm_fetch() function
/titanic_53/usr/src/lib/libc/port/gen/
H A Dndbm.c251 dbm_fetch(DBM *db, datum key) in dbm_fetch() function
/titanic_53/usr/src/man/man3c/
H A DMakefile746 dbm_fetch.3c \
2009 dbm_fetch.3c := LINKSRC = ndbm.3c
/titanic_53/usr/src/cmd/sendmail/src/
H A Dmap.c1742 val = dbm_fetch((DBM *) map->map_db1, key);
1749 val = dbm_fetch((DBM *) map->map_db1, key);
/titanic_53/usr/src/lib/libc/port/
H A Dmapfile-vers1847 dbm_fetch;
H A Dllib-lc744 datum dbm_fetch(DBM *db, datum key);
/titanic_53/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc740 link path=usr/share/man/man3c/dbm_fetch.3c target=ndbm.3c

12