Searched refs:DBM (Results 1 - 24 of 24) sorted by relevance

/freebsd-9.3-release/include/
H A Dndbm.h59 typedef DB DBM; typedef
63 int dbm_clearerr(DBM *);
64 void dbm_close(DBM *);
65 int dbm_delete(DBM *, datum);
66 int dbm_error(DBM *);
67 datum dbm_fetch(DBM *, datum);
68 datum dbm_firstkey(DBM *);
70 long dbm_forder(DBM *, datum);
72 datum dbm_nextkey(DBM *);
73 DBM *dbm_ope
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dndbm_wrap.h73 typedef struct DBM DBM; typedef in typeref:struct:DBM
78 } DBM;
81 int ROKEN_LIB_FUNCTION dbm_clearerr (DBM*);
82 void ROKEN_LIB_FUNCTION dbm_close (DBM*);
83 int ROKEN_LIB_FUNCTION dbm_delete (DBM*, datum);
84 int ROKEN_LIB_FUNCTION dbm_error (DBM*);
85 datum ROKEN_LIB_FUNCTION dbm_fetch (DBM*, datum);
86 datum ROKEN_LIB_FUNCTION dbm_firstkey (DBM*);
87 datum ROKEN_LIB_FUNCTION dbm_nextkey (DBM*);
[all...]
H A Dndbm_wrap.c67 dbm_close (DBM *db)
78 dbm_delete (DBM *db, datum dkey)
90 dbm_fetch (DBM *db, datum dkey)
136 dbm_firstkey (DBM *db)
142 dbm_nextkey (DBM *db)
147 DBM* ROKEN_LIB_FUNCTION
187 return (DBM*)db;
191 dbm_store (DBM *db, datum dkey, datum dvalue, int flags)
211 dbm_error (DBM *db)
217 dbm_clearerr (DBM *d
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Dmyndbm.h30 } DBM; typedef in typeref:struct:__anon909
52 DBM *mydbm_open PROTO((char *file, int flags, int mode));
53 void mydbm_close PROTO((DBM * db));
54 datum mydbm_fetch PROTO((DBM * db, datum key));
55 datum mydbm_firstkey PROTO((DBM * db));
56 datum mydbm_nextkey PROTO((DBM * db));
57 extern int mydbm_store PROTO ((DBM *, datum, datum, int));
H A Dmyndbm.c36 DBM *
43 DBM *db;
48 return ((DBM *) 0);
50 db = (DBM *) xmalloc (sizeof (*db));
81 DBM *db;
100 DBM *db;
129 DBM *db;
152 DBM *db;
174 mydbm_close time. Note: Also differs from DBM in that on duplication,
179 DBM *d
[all...]
H A Dmodules.c70 DBM *
74 DBM *retval;
96 DBM *db;
113 DBM *db;
786 DBM *db;
954 DBM *db;
H A Dtag.c260 DBM *db;
1160 * in read-write mode and the DBM handle is stored in *IDB.
1178 static int is_in_val_tags PROTO((DBM **idb, const char *name));
1181 DBM **idb;
1184 DBM *db = NULL;
1272 DBM *db;
H A Dcvs.h455 DBM *open_module PROTO((void));
602 void close_module PROTO((DBM * db));
673 int do_module PROTO((DBM * db, char *mname, enum mtype m_type, char *msg,
H A Dannotate.c138 DBM *db;
H A Dmkmodules.c400 DBM *db;
624 DBM *db;
722 error (1, 0, "DBM creation failed; correct above errors");
H A Dcheckout.c117 DBM *db;
H A Dpatch.c80 DBM *db;
H A Dlog.c427 DBM *db;
H A Dserver.c4811 DBM *db;
/freebsd-9.3-release/lib/libc/db/hash/
H A Dndbm.c55 * *DBM on success
58 extern DBM *
79 return ((DBM *)__hash_open(path, flags, mode, &info, 0));
84 DBM *db;
96 DBM *db;
122 DBM *db;
143 DBM *db;
164 DBM *db;
187 DBM *db;
203 DBM *d
[all...]
/freebsd-9.3-release/contrib/amd/amd/
H A Dinfo_ndbm.c61 search_ndbm(DBM *db, char *key, char **val)
79 DBM *db;
110 DBM *db;
/freebsd-9.3-release/contrib/sendmail/libsmdb/
H A Dsmndbm.c27 DBM *smndbm_dbm;
95 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
114 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
143 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
168 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
204 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
248 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
303 DBM *dbm = db->smndbm_dbm;
331 DBM *dbm = db->smndbm_dbm;
394 DBM *db
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dsys-types.h220 typedef int DBM; typedef
/freebsd-9.3-release/contrib/amd/mk-amd-map/
H A Dmk-amd-map.c69 return dbm_store((DBM *) db, key, val, DBM_INSERT);
216 DBM *db = NULL;
/freebsd-9.3-release/crypto/heimdal/lib/hdb/
H A Dndbm.c49 DBM *db;
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmap.c1399 ** NDBM_MAP_OPEN -- DBM-style map open
1407 register DBM *dbm;
1574 syserr("Cannot open DBM database %s", map->map_file);
1662 ** NDBM_MAP_LOOKUP -- look up a datum in a DBM-type map
1693 dfd = dbm_dirfno((DBM *) map->map_db1);
1696 pfd = dbm_pagfno((DBM *) map->map_db1);
1737 val = dbm_fetch((DBM *) map->map_db1, key);
1744 val = dbm_fetch((DBM *) map->map_db1, key);
1799 status = dbm_store((DBM *) map->map_db1, key, data, DBM_INSERT);
1832 status = dbm_store((DBM *) ma
[all...]
H A Dmain.c1178 #ifdef DBM
1179 case 'I': /* initialize alias DBM file */
1182 #endif /* DBM */
/freebsd-9.3-release/sys/dev/an/
H A Dif_an.c197 #define DBM 0 macro
3198 case DBM:
/freebsd-9.3-release/crypto/heimdal/
H A Dconfigure21889 DBM *dbm;
22284 DBM *dbm;
22665 DBM *dbm;
22897 DBM *d;
[all...]

Completed in 289 milliseconds