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

123

/macosx-10.9.5/remote_cmds-41.90.1/makedbm.tproj/
H A Dypdb.h87 typedef DB DBM; typedef
90 void ypdb_close __P((DBM *));
91 datum ypdb_fetch __P((DBM *, datum));
92 datum ypdb_firstkey __P((DBM *));
93 datum ypdb_nextkey __P((DBM *));
94 datum ypdb_setkey __P((DBM *, datum));
95 DBM *ypdb_open __P((const char *, int, int));
96 DBM *ypdb_open_suf __P((const char *, int, int));
97 int ypdb_store __P((DBM *, datum, datum, int));
H A Dypdb.c74 extern DBM *__hash_open();
76 extern DBM *__bt_open();
81 * *DBM on success
85 extern DBM *
101 return ((DBM *)__hash_open(path, flags, mode, &info, 0));
105 DBM *db;
116 db = (DBM *)__bt_open(path, flags, mode, &info, 0);
123 * *DBM on success
127 extern DBM *
141 return ((DBM *)__hash_ope
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/yppush.tproj/
H A Dypdb.h87 typedef DB DBM; typedef
90 void ypdb_close __P((DBM *));
91 datum ypdb_fetch __P((DBM *, datum));
92 datum ypdb_firstkey __P((DBM *));
93 datum ypdb_nextkey __P((DBM *));
94 datum ypdb_setkey __P((DBM *, datum));
95 DBM *ypdb_open __P((const char *, int, int));
96 DBM *ypdb_open_suf __P((const char *, int, int));
97 int ypdb_store __P((DBM *, datum, datum, int));
H A Dypdb.c74 extern DBM *__hash_open();
76 extern DBM *__bt_open();
81 * *DBM on success
85 extern DBM *
101 return ((DBM *)__hash_open(path, flags, mode, &info, 0));
105 DBM *db;
116 db = (DBM *)__bt_open(path, flags, mode, &info, 0);
123 * *DBM on success
127 extern DBM *
141 return ((DBM *)__hash_ope
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/ypserv.tproj/
H A Dypdb.h87 typedef DB DBM; typedef
90 void ypdb_close __P((DBM *));
91 datum ypdb_fetch __P((DBM *, datum));
92 datum ypdb_firstkey __P((DBM *));
93 datum ypdb_nextkey __P((DBM *));
94 datum ypdb_setkey __P((DBM *, datum));
95 DBM *ypdb_open __P((const char *, int, int));
96 DBM *ypdb_open_suf __P((const char *, int, int));
97 int ypdb_store __P((DBM *, datum, datum, int));
H A Dypdb.c74 extern DBM *__hash_open();
76 extern DBM *__bt_open();
81 * *DBM on success
85 extern DBM *
101 return ((DBM *)__hash_open(path, flags, mode, &info, 0));
105 DBM *db;
116 db = (DBM *)__bt_open(path, flags, mode, &info, 0);
123 * *DBM on success
127 extern DBM *
141 return ((DBM *)__hash_ope
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/ypxfr.tproj/
H A Dypdb.h87 typedef DB DBM; typedef
90 void ypdb_close __P((DBM *));
91 datum ypdb_fetch __P((DBM *, datum));
92 datum ypdb_firstkey __P((DBM *));
93 datum ypdb_nextkey __P((DBM *));
94 datum ypdb_setkey __P((DBM *, datum));
95 DBM *ypdb_open __P((const char *, int, int));
96 DBM *ypdb_open_suf __P((const char *, int, int));
97 int ypdb_store __P((DBM *, datum, datum, int));
H A Dypdb.c74 extern DBM *__hash_open();
76 extern DBM *__bt_open();
81 * *DBM on success
85 extern DBM *
101 return ((DBM *)__hash_open(path, flags, mode, &info, 0));
105 DBM *db;
116 db = (DBM *)__bt_open(path, flags, mode, &info, 0);
123 * *DBM on success
127 extern DBM *
141 return ((DBM *)__hash_ope
[all...]
/macosx-10.9.5/Libc-997.90.3/include/
H A Dndbm.h95 } DBM; typedef in typeref:struct:__anon2875
103 int dbm_clearerr( DBM *);
104 void dbm_close(DBM *);
105 int dbm_delete(DBM *, datum);
107 int dbm_dirfno(DBM *);
109 int dbm_error( DBM *);
110 datum dbm_fetch(DBM *, datum);
111 datum dbm_firstkey(DBM *);
113 long dbm_forder(DBM *, datum);
115 datum dbm_nextkey(DBM *);
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Ddb.c33 DBM* dbm = 0;
H A Dgdbm.c33 DBM* dbm = 0;
H A Dgdbm1.c33 DBM* dbm = 0;
H A Dgdbm2.c33 DBM* dbm = 0;
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dndbm_wrap.h75 typedef struct DBM DBM; typedef in typeref:struct:DBM
80 } DBM;
83 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL dbm_clearerr (DBM*);
84 ROKEN_LIB_FUNCTION void ROKEN_LIB_CALL dbm_close (DBM*);
85 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL dbm_delete (DBM*, datum);
86 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL dbm_error (DBM*);
87 ROKEN_LIB_FUNCTION datum ROKEN_LIB_CALL dbm_fetch (DBM*, datum);
88 ROKEN_LIB_FUNCTION datum ROKEN_LIB_CALL dbm_firstkey (DBM*);
89 ROKEN_LIB_FUNCTION datum ROKEN_LIB_CALL dbm_nextkey (DBM*);
[all...]
H A Dndbm_wrap.c68 dbm_close (DBM *db)
79 dbm_delete (DBM *db, datum dkey)
91 dbm_fetch (DBM *db, datum dkey)
138 dbm_firstkey (DBM *db)
144 dbm_nextkey (DBM *db)
149 ROKEN_LIB_FUNCTION DBM* ROKEN_LIB_CALL
191 return (DBM*)db;
195 dbm_store (DBM *db, datum dkey, datum dvalue, int flags)
215 dbm_error (DBM *db)
221 dbm_clearerr (DBM *d
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/sdbm/
H A Dsdbm.h34 } DBM; typedef in typeref:struct:__anon12337
72 extern DBM *sdbm_open proto((char *, int, int));
73 extern void sdbm_close proto((DBM *));
74 extern datum sdbm_fetch proto((DBM *, datum));
75 extern int sdbm_delete proto((DBM *, datum));
76 extern int sdbm_store proto((DBM *, datum, datum, int));
77 extern datum sdbm_firstkey proto((DBM *));
78 extern datum sdbm_nextkey proto((DBM *));
83 extern DBM *sdbm_prep proto((char *, char *, int, int));
H A D_sdbm.c116 static int getdbit proto((DBM *, long));
117 static int setdbit proto((DBM *, long));
118 static int getpage proto((DBM *, long));
119 static datum getnext proto((DBM *));
120 static int makroom proto((DBM *, long, int));
148 DBM *
151 register DBM *db;
157 return errno = EINVAL, (DBM *) NULL;
164 return errno = ENOMEM, (DBM *) NULL;
200 DBM *
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/store/XOTclSdbm/
H A Dsdbm.h33 } DBM; typedef in typeref:struct:__anon13379
79 extern DBM *sdbm_open proto((char *, int, int));
80 extern void sdbm_close proto((DBM *));
81 extern datum sdbm_fetch proto((DBM *, datum));
82 extern int sdbm_delete proto((DBM *, datum));
83 extern int sdbm_store proto((DBM *, datum, datum, int));
84 extern datum sdbm_firstkey proto((DBM *));
85 extern datum sdbm_nextkey proto((DBM *));
91 extern DBM *sdbm_prep proto((char *, char *, int, int));
H A Dsdbm.c65 static int getdbit proto((DBM *, long));
66 static int setdbit proto((DBM *, long));
67 static int getpage proto((DBM *, long));
68 static datum getnext proto((DBM *));
69 static int makroom proto((DBM *, long, int));
94 DBM *
100 register DBM *db;
106 return errno = EINVAL, (DBM *) NULL;
113 return errno = ENOMEM, (DBM *) NULL;
126 DBM *
[all...]
/macosx-10.9.5/Libc-997.90.3/db/hash/FreeBSD/
H A Dndbm.c52 typedef DB DBM; typedef
58 * *DBM on success
61 extern DBM *
80 return ((DBM *)__hash_open(path, flags, mode, &info, 0));
85 DBM *db;
97 DBM *db;
123 DBM *db;
148 DBM *db;
176 DBM *db;
199 DBM *d
[all...]
/macosx-10.9.5/ruby-104/ruby/test/dbm/
H A Dtest_dbm.rb9 if defined? DBM
35 # prepare to make readonly DBM file
36 DBM.open("#{@tmpdir}/#{@prefix}_rdonly") {|dbm|
42 assert_instance_of(DBM, @dbm_rdonly = DBM.new("#{@tmpdir}/#{@prefix}_rdonly", nil))
46 ObjectSpace.each_object(DBM) do |obj|
68 assert_instance_of(DBM, @dbm = DBM.new(@path))
72 ObjectSpace.each_object(DBM) do |obj|
106 case DBM
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/otp/
H A Dotp_db.c80 dbm_close ((DBM *)dbm);
92 DBM *dbm = (DBM *)v;
108 DBM *dbm = (DBM *)v;
181 DBM *dbm = (DBM *)v;
/macosx-10.9.5/BerkeleyDB-21/db/dbm/
H A Ddbm.c55 * EXTERN: int __db_ndbm_clearerr __P((DBM *));
56 * EXTERN: void __db_ndbm_close __P((DBM *));
57 * EXTERN: int __db_ndbm_delete __P((DBM *, datum));
58 * EXTERN: int __db_ndbm_dirfno __P((DBM *));
59 * EXTERN: int __db_ndbm_error __P((DBM *));
60 * EXTERN: datum __db_ndbm_fetch __P((DBM *, datum));
61 * EXTERN: datum __db_ndbm_firstkey __P((DBM *));
62 * EXTERN: datum __db_ndbm_nextkey __P((DBM *));
63 * EXTERN: DBM *__db_ndbm_open __P((const char *, int, int));
64 * EXTERN: int __db_ndbm_pagfno __P((DBM *));
[all...]
/macosx-10.9.5/ruby-104/ruby/test/psych/
H A Dtest_yamldbm.rb12 ::Psych::DBM = ::YAML::DBM unless defined?(::Psych::DBM)
20 @yamldbm = YAML::DBM.new(@yamldbm_file)
71 # YAML::DBM#index makes warning from internal of ::DBM#index.
72 # It says 'DBM#index is deprecated; use DBM#key', but DBM#key
73 # behaves not same as DBM#inde
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/dbm/
H A Ddbm.c39 DBM *di_dbm;
45 rb_raise(rb_eDBMError, "closed DBM file");
114 * DBM.new(filename[, mode[, flags]]) -> dbm
130 DBM *dbm;
222 * DBM.open(filename[, mode[, flags]]) -> dbm
223 * DBM.open(filename[, mode[, flags]]) {|dbm| block}
226 * <code>DBM.new</code>.
249 DBM *dbm;
314 DBM *dbm;
338 rb_warn("DBM#inde
[all...]

Completed in 185 milliseconds

123