Searched refs:DBM (Results 1 - 25 of 40) sorted by path

12

/openbsd-current/gnu/gcc/gcc/
H A Dsys-types.h220 typedef int DBM; typedef
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dannotate.c125 DBM *db;
H A Dcheckout.c108 DBM *db;
H A Dcvs.h452 DBM *open_module PROTO((void));
552 void close_module PROTO((DBM * db));
652 int do_module PROTO((DBM * db, char *mname, enum mtype m_type, char *msg,
H A Dlog.c402 DBM *db;
H A Dmkmodules.c390 DBM *db;
603 DBM *db;
701 error (1, 0, "DBM creation failed; correct above errors");
H A Dmodules.c64 DBM *
68 DBM *retval;
90 DBM *db;
104 DBM *db;
947 DBM *db;
H A Dmyndbm.c27 DBM *
34 DBM *db;
38 return ((DBM *) 0);
40 db = (DBM *) xmalloc (sizeof (*db));
71 DBM *db;
90 DBM *db;
119 DBM *db;
142 DBM *db;
164 mydbm_close time. Note: Also differs from DBM in that on duplication,
169 DBM *d
[all...]
H A Dmyndbm.h16 } DBM; typedef in typeref:struct:__anon5842
38 DBM *mydbm_open PROTO((char *file, int flags, int mode));
39 void mydbm_close PROTO((DBM * db));
40 datum mydbm_fetch PROTO((DBM * db, datum key));
41 datum mydbm_firstkey PROTO((DBM * db));
42 datum mydbm_nextkey PROTO((DBM * db));
43 extern int mydbm_store PROTO ((DBM *, datum, datum, int));
H A Dpatch.c70 DBM *db;
H A Dserver.c4707 DBM *db;
H A Dtag.c245 DBM *db;
1115 DBM *db;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsys-types.h220 typedef int DBM; typedef
/openbsd-current/gnu/usr.bin/perl/ext/SDBM_File/
H A DSDBM_File.xs13 DBM * dbp ;
43 DBM * dbp ;
/openbsd-current/gnu/usr.bin/perl/lib/
H A DDBM_Filter.pm99 croak "$caller: Cannot Load DBM Filter '$class': $@" if $@;
228 DBM_Filter -- Filter DBM keys/values
272 to tied Hashes associated with DBM files. It builds on the DBM Filter
276 available on CPAN, supports the DBM Filter hooks. See L<perldbmfilter>
277 for more details on the DBM Filter hooks.
279 =head1 What is a DBM Filter?
281 A DBM Filter allows the keys and/or values in a tied hash to be modified
282 by some user-defined code just before it is written to the DBM file and
283 just after it is read back from the DBM fil
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/DBM_Filter/
H A Dcompress.pm40 This DBM filter will compress all data before it is written to the database
H A Dencode.pm57 This DBM filter allows you to choose the character encoding will be
58 store in the DBM file. The usage is
H A Dint32.pm40 This DBM filter is used when interoperating with a C/C++ application
41 that uses a C int as either the key and/or value in the DBM file.
H A Dnull.pm38 This filter ensures that all data written to the DBM file is null
40 to interoperate with a DBM file that a C program also uses. A fairly
42 in a string when it writes to the DBM file. This filter will ensure that
43 all data written to the DBM file can be read by the C application.
H A Dutf8.pm39 This Filter will ensure that all data written to the DBM will be encoded
/openbsd-current/include/
H A Dndbm.h61 typedef DB DBM; typedef
65 int dbm_clearerr(DBM *);
66 void dbm_close(DBM *);
67 int dbm_delete(DBM *, datum);
68 int dbm_error(DBM *);
69 datum dbm_fetch(DBM *, datum);
70 datum dbm_firstkey(DBM *);
71 datum dbm_nextkey(DBM *);
72 DBM *dbm_open(const char *, int, mode_t);
73 int dbm_store(DBM *, datu
[all...]
/openbsd-current/usr.sbin/amd/amd/
H A Dinfo_ndbm.c51 search_ndbm(DBM *db, char *key, char **val)
68 DBM *db;
92 DBM *db;
/openbsd-current/usr.sbin/ypserv/common/
H A Dypdb.c49 * *DBM on success
52 extern DBM *
57 DBM *db;
69 db = (DBM *)dbopen(path, flags, mode, DB_BTREE, (void *)&info);
75 * *DBM on success
78 extern DBM *
82 DBM *db;
93 db = (DBM *)dbopen(file, flags, mode, DB_BTREE, (void *)&info);
98 ypdb_close(DBM *db)
109 ypdb_fetch(DBM *d
[all...]
H A Dypdb.h60 typedef DB DBM; typedef
63 void ypdb_close(DBM *);
64 datum ypdb_fetch(DBM *, datum);
65 datum ypdb_firstkey(DBM *);
66 datum ypdb_nextkey(DBM *);
67 datum ypdb_setkey(DBM *, datum);
68 DBM *ypdb_open(const char *, int, int);
69 DBM *ypdb_open_suf(const char *, int, int);
70 int ypdb_store(DBM *, datum, datum, int);
/openbsd-current/usr.sbin/ypserv/makedbm/
H A Dmakedbm.c79 add_record(DBM *db, char *str1, char *str2, int check)
130 DBM *db;
167 DBM *new_db;

Completed in 387 milliseconds

12