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

12

/opensolaris-onvv-gate/usr/src/head/
H A Dndbm.h96 datum dbm_fetch(DBM *, datum);
106 datum dbm_fetch();
/opensolaris-onvv-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));
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dndbm.h61 datum dbm_fetch();
/opensolaris-onvv-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_hooks.h77 #define dbm_fetch shim_dbm_fetch macro
H A Dshim.c144 * DESCRIPTION: N2L function used to handle 'normal' dbm_fetch() operations.
167 ret = dbm_fetch(map->entries, key);
171 ret = dbm_fetch(map->entries, key);
202 ret = dbm_fetch(map->entries, key);
583 value = dbm_fetch(map->ttl, key);
H A Dttl_utils.c80 ttl = dbm_fetch(map->ttl, *key);
H A Dmap_conv.c225 value = dbm_fetch(dbm, key);
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/
H A Dypserv_map.c78 val = dbm_fetch(fdb, key);
119 val = dbm_fetch(fdb, key);
252 val = dbm_fetch(fdb, key);
H A Dmkalias.c166 value = dbm_fetch(Indbm, key);
183 partvalue = dbm_fetch(Indbm, part);
H A Dypserv_proc.c219 resp.valdat = dbm_fetch(fdb, req.keydat);
262 idval = dbm_fetch(fdb, idkey);
770 * In N2L mode we must call a version of dbm_fetch() that either does
772 * will end up doing a normal dbm_fetch().
867 resp->valdat = dbm_fetch(fdb, tmpname);
873 resp->valdat = dbm_fetch(fdb, req.keydat);
1015 resp.ypmatch_resp_valdat = dbm_fetch(fdb,
1055 idval = dbm_fetch(fdb, idkey);
1128 dbm_fetch(fdb, resp.ypfirst_resp_keydat);
1189 dbm_fetch(fd
[all...]
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.c417 tmp = dbm_fetch(fdb, key);
589 content = dbm_fetch(fdb, key);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_dbm.c126 value = dbm_fetch(st->st_dbm, key);
183 value = dbm_fetch(st->st_dbm, key);
297 value = dbm_fetch(st->st_dbm, key);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.xs49 #define ndbm_FETCH(db,key) dbm_fetch(db->dbp,key)
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmndbm.c179 dbdata = dbm_fetch(dbm, dbkey);
364 dbdata = dbm_fetch(dbm, dbm_cursor->smndbmc_current_key);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
H A Dsdbm.h93 #define dbm_fetch sdbm_fetch macro
/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/dbm/
H A Ddbm.c112 return (dbm_fetch(__cur_db, key));
/opensolaris-onvv-gate/usr/src/cmd/sendmail/aux/
H A Dvacation.c325 content = dbm_fetch(db, key);
681 data = dbm_fetch(db, key);
/opensolaris-onvv-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)
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c268 data = dbm_fetch(newp->db, key);
518 char *errfmt = "fetch_record: dbm_fetch failed, Error: %s\n";
526 data = dbm_fetch(dbp->db, key);
542 "dbm_fetch:\n", key.dptr, key.dsize);
553 "%s: dbm_fetch - malloc %ld: Error %s"),
560 "dbm_fetch:\n", key.dptr, key.dsize,
1545 * the next link in the chain into them (this would save a dbm_fetch op).
/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/
H A Ddb.h983 #define dbm_fetch(a, b) __db_ndbm_fetch(a, b) macro
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dndbm.c187 dbm_fetch(DBM *db, datum key) function
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dndbm.c251 dbm_fetch(DBM *db, datum key) function
/opensolaris-onvv-gate/usr/src/lib/libc/port/
H A Dllib-lc719 datum dbm_fetch(DBM *db, datum key);
H A Dmapfile-vers1515 dbm_fetch;

Completed in 204 milliseconds

12