Home
last modified time | relevance | path

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

/illumos-gate/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));
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_map.c76 val = dbm_fetch(fdb, key); in ypget_map_order()
117 val = dbm_fetch(fdb, key); in ypget_map_master()
250 val = dbm_fetch(fdb, key); in yp_map_access()
H A Dypserv_proc.c218 resp.valdat = dbm_fetch(fdb, req.keydat); in ypmatch()
261 idval = dbm_fetch(fdb, idkey); in ypmatch()
866 resp->valdat = dbm_fetch(fdb, tmpname); in multihomed()
872 resp->valdat = dbm_fetch(fdb, req.keydat); in multihomed()
1014 resp.ypmatch_resp_valdat = dbm_fetch(fdb, in ypoldmatch()
1054 idval = dbm_fetch(fdb, idkey); in ypoldmatch()
1127 dbm_fetch(fdb, resp.ypfirst_resp_keydat); in ypoldfirst()
1188 dbm_fetch(fdb, resp.ypnext_resp_keydat); in ypoldnext()
1468 resp->ypmatch_resp_valdat = dbm_fetch(fdb, tmpname); in omultihomed()
1471 dbm_fetch(fdb, req.ypmatch_req_keydat); in omultihomed()
H A Dmkalias.c164 value = dbm_fetch(Indbm, key); in ProcessMap()
181 partvalue = dbm_fetch(Indbm, part); in ProcessMap()
H A Dypxfr.c1054 val = dbm_fetch(db, key);
1113 val = dbm_fetch(db, key);
1206 val = dbm_fetch(db, key);
1225 val = dbm_fetch(db, key);
1236 val = dbm_fetch(db, key);
1625 test = dbm_fetch(db, keydat);
1639 test = dbm_fetch(db, keydat);
H A Dmakedbm.c415 tmp = dbm_fetch(fdb, key);
587 content = dbm_fetch(fdb, key);
/illumos-gate/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.h75 #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()
/illumos-gate/usr/src/head/
H A Dndbm.h95 datum dbm_fetch(DBM *, datum);
/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmndbm.c177 dbdata = dbm_fetch(dbm, dbkey);
362 dbdata = dbm_fetch(dbm, dbm_cursor->smndbmc_current_key);
/illumos-gate/usr/src/cmd/sendmail/util/
H A Dvacation.c320 content = dbm_fetch(db, key); in dumplist()
676 data = dbm_fetch(db, key);
/illumos-gate/usr/src/cmd/sendmail/db/dbm/
H A Ddbm.c112 return (dbm_fetch(__cur_db, key));
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c66 #define KDBM_FETCH(db, key) dbm_fetch(db, key)
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h983 #define dbm_fetch(a, b) __db_ndbm_fetch(a, b) macro
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c266 data = dbm_fetch(newp->db, key); in db_get_db()
524 data = dbm_fetch(dbp->db, key); in fetch_record()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dndbm.c253 dbm_fetch(DBM *db, datum key) in dbm_fetch() function
/illumos-gate/usr/src/man/man3c/
H A DMakefile763 dbm_fetch.3c \
2109 dbm_fetch.3c := LINKSRC = ndbm.3c
/illumos-gate/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);
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2118 dbm_fetch;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc274 link path=usr/share/man/man3c/dbm_fetch.3c target=ndbm.3c