Home
last modified time | relevance | path

Searched refs:DBM (Results 1 – 25 of 38) sorted by relevance

12

/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-ndbm.h62 typedef DB DBM; typedef
78 void dbm_close __P((DBM *));
79 int dbm_delete __P((DBM *, datum));
80 datum dbm_fetch __P((DBM *, datum));
81 datum dbm_firstkey __P((DBM *));
82 long dbm_forder __P((DBM *, datum));
83 datum dbm_nextkey __P((DBM *));
84 DBM *dbm_open __P((const char *, int, int));
85 int dbm_store __P((DBM *, datum, datum, int));
86 int dbm_dirfno __P((DBM *));
[all …]
/titanic_44/usr/src/lib/libnisdb/yptol/
H A Dshim_hooks.h53 extern void shim_dbm_close(DBM *db);
54 extern int shim_dbm_delete(DBM *db, datum key);
55 extern datum shim_dbm_fetch(DBM *db, datum key);
56 extern datum shim_dbm_fetch_noupdate(DBM *db, datum key);
57 extern datum shim_dbm_firstkey(DBM *db);
58 extern datum shim_dbm_nextkey(DBM *db);
59 extern datum shim_dbm_do_nextkey(DBM *db, datum inkey);
60 extern DBM *shim_dbm_open(const char *file, int open_flags,
62 extern int shim_dbm_store(DBM *db, datum key, datum content,
69 extern char *get_map_name(DBM *);
H A Dshim.h48 DBM *entries; /* NIS entry DBM file */
63 DBM *ttl; /* TTL DBM file */
98 extern void shim_dbm_close(DBM *db);
99 extern int shim_dbm_delete(DBM *db, datum key);
100 extern datum shim_dbm_fetch(DBM *db, datum key);
101 extern datum shim_dbm_fetch_noupdate(DBM *db, datum key);
102 extern datum shim_dbm_firstkey(DBM *db);
103 extern datum shim_dbm_nextkey(DBM *db);
104 extern DBM *shim_dbm_open(const char *file, int open_flags,
106 extern int shim_dbm_store(DBM *db, datum key, datum content,
[all …]
H A Dshim.c91 shim_dbm_close(DBM *db) in shim_dbm_close()
116 shim_dbm_delete(DBM *db, datum key) in shim_dbm_delete()
152 shim_dbm_fetch(DBM *db, datum key) in shim_dbm_fetch()
191 shim_dbm_fetch_noupdate(DBM *db, datum key) in shim_dbm_fetch_noupdate()
220 shim_dbm_firstkey(DBM *db) in shim_dbm_firstkey()
310 shim_dbm_nextkey(DBM *db) in shim_dbm_nextkey()
351 shim_dbm_do_nextkey(DBM *db, datum inkey) in shim_dbm_do_nextkey()
382 DBM *
433 return ((DBM *)map); in shim_dbm_open()
454 shim_dbm_store(DBM *db, datum key, datum content, int store_mode) in shim_dbm_store()
H A Dyptol.h89 extern suc_code update_timestamp(DBM *);
90 extern suc_code addpair(DBM *, char *, char *);
H A Dyptol_utils.c114 addpair(DBM *fdb, char *str1, char *str2) in addpair()
167 update_timestamp(DBM *db) in update_timestamp()
H A Ddit_access.c76 suc_code add_special_entries(DBM *, map_ctrl *, bool_t *);
541 add_special_entries(DBM *db, map_ctrl *map, bool_t *secure_flag) in add_special_entries()
605 DBM *temp_entries_db; in update_map_from_dit()
606 DBM *temp_ttl_db; in update_map_from_dit()
1192 DBM *temp_entries_db; in update_netgroup_byxxx()
1193 DBM *temp_ttl_db; in update_netgroup_byxxx()
1259 shim_dbm_close((DBM *)netgroupmap); in update_netgroup_byxxx()
H A Dmap_ctrl.c272 get_map_ctrl(DBM *db) in get_map_ctrl()
402 get_map_name(DBM *db) in get_map_name()
/titanic_44/usr/src/head/
H A Dndbm.h79 } DBM; typedef
93 DBM *dbm_open(const char *, int, mode_t);
94 void dbm_close(DBM *);
95 datum dbm_fetch(DBM *, datum);
96 datum dbm_firstkey(DBM *);
97 datum dbm_nextkey(DBM *);
98 int dbm_delete(DBM *, datum);
99 int dbm_store(DBM *, datum, datum, int);
100 int dbm_clearerr(DBM *);
101 int dbm_error(DBM *);
/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Ddbm.c73 static DBM *__cur_db;
168 DBM *
185 return ((DBM *)__hash_open(path, flags, mode, &info, 0));
194 DBM *db; in kdb2_dbm_close()
206 DBM *db; in kdb2_dbm_fetch()
237 DBM *db; in kdb2_dbm_firstkey()
265 DBM *db; in kdb2_dbm_nextkey()
293 DBM *db; in kdb2_dbm_delete()
321 DBM *db; in kdb2_dbm_store()
342 DBM *db; in kdb2_dbm_error()
[all …]
/titanic_44/usr/src/cmd/sendmail/db/dbm/
H A Ddbm.c73 static DBM *__cur_db;
182 DBM *
221 return ((DBM *)dbc);
230 DBM *dbm; in __db_ndbm_close()
246 DBM *dbm; in __db_ndbm_fetch()
289 DBM *dbm; in __db_ndbm_firstkey()
324 DBM *dbm; in __db_ndbm_nextkey()
359 DBM *dbm; in __db_ndbm_delete()
392 DBM *dbm; in __db_ndbm_store()
424 DBM *dbm; in __db_ndbm_error()
[all …]
/titanic_44/usr/src/lib/libc/port/gen/
H A Dndbm.c73 static void dbm_access(DBM *, unsigned long);
78 static int setbit(DBM *);
79 static int getbit(DBM *);
80 static int dbm_flushdir(DBM *);
81 static int dbm_flushpag(DBM *db);
84 datum dbm_do_nextkey(DBM *, datum);
85 int dbm_close_status(DBM *);
89 dbm_setdefwrite(DBM *db) in dbm_setdefwrite()
97 dbm_error(DBM *db) in dbm_error()
105 dbm_clearerr(DBM *db) in dbm_clearerr()
[all …]
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dndbm.c23 datum dbm_do_nextkey(DBM *, datum);
40 static void dbm_access(DBM *, long);
41 static int getbit(DBM *);
42 static int setbit(DBM *);
52 dbm_setdefwrite(DBM *db) in dbm_setdefwrite()
58 dbm_flush(DBM *db) in dbm_flush()
67 dbm_flushpag(DBM *db) in dbm_flushpag()
82 dbm_flushdir(DBM *db) in dbm_flushdir()
97 DBM *
101 DBM *db; in dbm_open()
[all …]
/titanic_44/usr/src/cmd/ypcmd/
H A Dypsym.h117 extern bool ypget_map_master(char **owner, DBM *fdb);
118 extern DBM *ypset_current_map(char *map, char *domain, uint_t *error);
122 extern bool yp_map_access(SVCXPRT *transp, uint_t *error, DBM *fdb);
145 extern int yp_matchdns(DBM *, struct ypreq_key *, struct ypresp_val *);
146 extern int yp_oldmatchdns(DBM *fdb,
H A Dypxfrd_server.c74 datum mydbm_topkey(DBM *db, datum okey);
190 shim_dbm_close((DBM *)m.map); in getdbm_1_svc()
199 shim_dbm_close((DBM *)m.map); in getdbm_1_svc()
215 val = shim_dbm_fetch((DBM *)m.map, key); in getdbm_1_svc()
221 shim_dbm_close((DBM *)m.map); in getdbm_1_svc()
228 m.key = shim_dbm_firstkey((DBM *)m.map); in getdbm_1_svc()
236 shim_dbm_close((DBM *)m.map); in getdbm_1_svc()
365 m->key = shim_dbm_do_nextkey((DBM *)m->map, m->key)) { in mygetpage()
378 m->key = shim_dbm_do_nextkey((DBM *)m->map, m->key); in mygetpage()
389 mydbm_topkey(DBM *db, datum okey) in mydbm_topkey()
H A Dypserv_map.c55 static DBM *cur_fdb; /* will be passwd back up by ypset_current_map */
73 DBM *fdb; in ypget_map_order()
112 ypget_map_master(char **owner, DBM *fdb) in ypget_map_master()
146 DBM *
215 yp_map_access(SVCXPRT *transp, uint_t *error, DBM *fdb) in yp_map_access()
H A Dypserv_proc.c101 static void ypfilter(DBM *fdb, datum *inkey, datum *outkey, datum *val,
106 SVCXPRT *xprt, DBM *fdb);
108 SVCXPRT *xprt, DBM *fdb);
199 DBM *fdb; in ypmatch()
307 DBM *fdb; in ypfirst()
347 DBM *fdb; in ypnext()
395 DBM *fdb; in ypxfr()
516 DBM *fdb; in ypall()
597 DBM *fdb; in ypmaster()
641 DBM *fdb; in yporder()
[all …]
H A Dmakedbm.c132 DBM *fdb;
553 DBM *fdb; in addpair()
575 DBM *fdb;
/titanic_44/usr/src/cmd/sendmail/libsmdb/
H A Dsmndbm.c29 DBM *smndbm_dbm;
97 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
116 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
145 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
170 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
206 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
250 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
305 DBM *dbm = db->smndbm_dbm;
333 DBM *dbm = db->smndbm_dbm;
396 DBM *dbm = db->smndbm_dbm;
[all …]
/titanic_44/usr/src/cmd/sendmail/db/
H A Ddb.h90 typedef struct __db DBM; typedef
995 int __db_ndbm_clearerr __P((DBM *));
996 void __db_ndbm_close __P((DBM *));
997 int __db_ndbm_delete __P((DBM *, datum));
998 int __db_ndbm_dirfno __P((DBM *));
999 int __db_ndbm_error __P((DBM *));
1000 datum __db_ndbm_fetch __P((DBM *, datum));
1001 datum __db_ndbm_firstkey __P((DBM *));
1002 datum __db_ndbm_nextkey __P((DBM *));
1003 DBM *__db_ndbm_open __P((const char *, int, int));
[all …]
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dndbm.h33 } DBM; typedef
59 DBM *dbm_open();
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dkdb_dbc.h44 DBM * db_dbm_ctx; /* DBM context for database */
/titanic_44/usr/src/lib/libast/common/features/
H A Dndbm6 DBM* dbm = 0;
/titanic_44/usr/src/tools/depcheck/
H A Dexamples.txt35 euphoria>./make_pkg_db -dbdir DBM -ifiles SampleLinks
37 Creating directory DBM
80 euphoria>./get_depend_info -dbdir DBM /usr/bin/sh
102 euphoria>get_depend_info -dbdir DBM -cons /usr/bin/sh
118 euphoria>get_depend_info -dbdir DBM -p /usr/bin/ls
130 euphoria>./get_depend_info -dbdir DBM /usr/bin/sh
152 euphoria>get_depend_info -dbdir DBM -pkg SUNWnisu
/titanic_44/usr/src/cmd/fs.d/cachefs/common/
H A Dstats.h65 DBM *st_dbm;

12