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

/netbsd-current/lib/libc/compat/db/hash/
H A Dcompat_ndbmdatum.c17 __warn_references(dbm_fetch,
18 "warning: reference to compatibility dbm_fetch();"
/netbsd-current/lib/libc/compat/include/
H A Dndbm.h47 datum12 dbm_fetch(DBM *, datum12);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dndbm_wrap.h61 #define dbm_fetch dbm_rename(dbm_fetch) macro
89 ROKEN_LIB_FUNCTION datum ROKEN_LIB_CALL dbm_fetch (DBM*, datum);
H A Dndbm_wrap.c95 dbm_fetch (DBM *db, datum dkey) function
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dmyndbm.h45 #define dbm_fetch mydbm_fetch macro
H A Dmodules.c184 val = dbm_fetch (db, key);
326 val = dbm_fetch (db, key);
917 val = dbm_fetch (db, key);
H A Dtag.c1590 val = dbm_fetch (db, mytag);
/netbsd-current/lib/libc/db/man/
H A DMakefile.inc9 MLINKS+= dbm_clearerr.3 dbm_fetch.3 dbm_clearerr.3 dbm_firstkey.3
/netbsd-current/include/
H A Dndbm.h82 datum dbm_fetch(DBM *, datum) __RENAME(__dbm_fetch13);
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dinfo_ndbm.c66 v = dbm_fetch(db, k);
/netbsd-current/lib/libc/db/hash/
H A Dndbmdatum.c66 dbm_fetch(DBM *db, datum key) function
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_dbm.c120 dbm_value = dbm_fetch(dict_dbm->dbm, dbm_key);
134 dbm_value = dbm_fetch(dict_dbm->dbm, dbm_key);
356 dbm_value = dbm_fetch(dict_dbm->dbm, dbm_key);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/otp/
H A Dotp_db.c118 dat = dbm_fetch (dbm, key);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dndbm.c98 value = dbm_fetch(d->db, key);
237 v = dbm_fetch(d->db, k);
/netbsd-current/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_ncr2.h306 extern datum dbm_fetch(DBM *, datum);

Completed in 312 milliseconds