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

/freebsd-9.3-release/lib/libc/db/
H A DSymbol.map7 dbm_open;
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dndbm_wrap.h54 #define dbm_open dbm_rename(dbm_open) macro
88 DBM* ROKEN_LIB_FUNCTION dbm_open (const char*, int, mode_t);
H A Dndbm_wrap.c148 dbm_open (const char *file, int flags, mode_t mode) function
/freebsd-9.3-release/include/
H A Dndbm.h73 DBM *dbm_open(const char *, int, int);
/freebsd-9.3-release/contrib/cvs/src/
H A Dmyndbm.h39 * So as not to conflict with other dbm_open, etc., routines that may
43 #define dbm_open mydbm_open macro
H A Dmkmodules.c426 if ((db = dbm_open (temp, O_RDONLY, 0666)) != NULL)
630 if ((db = dbm_open (temp, O_RDWR | O_CREAT | O_TRUNC, 0666)) == NULL)
H A Dtag.c1203 db = dbm_open (valtags_filename, O_RDWR, 0666);
1217 db = dbm_open (valtags_filename, O_RDWR | O_CREAT | O_TRUNC, 0666);
1235 db = dbm_open (valtags_filename, O_RDONLY, 0444);
H A Dmodules.c86 retval = dbm_open (mfile, O_RDONLY, 0666);
/freebsd-9.3-release/contrib/amd/amd/
H A Dinfo_ndbm.c81 db = dbm_open(map, O_RDONLY, 0);
112 db = dbm_open(map, O_RDONLY, 0);
/freebsd-9.3-release/lib/libc/db/hash/
H A Dndbm.c59 dbm_open(file, flags, mode) function
/freebsd-9.3-release/contrib/amd/mk-amd-map/
H A Dmk-amd-map.c293 * secure, since we have to do a dbm_open on this anyway. So use
324 db = dbm_open(maptmp, O_RDWR|O_CREAT|O_EXCL, 0444);
/freebsd-9.3-release/contrib/sendmail/libsmdb/
H A Dsmndbm.c484 ** SMDBE_BAD_OPEN -- dbm_open failed and errno was not set.
568 dbm = dbm_open(db_name, mode, DBMMODE);
/freebsd-9.3-release/crypto/heimdal/lib/hdb/
H A Dndbm.c296 d->db = dbm_open((char*)db->hdb_name, flags, mode);
301 krb5_set_error_string(context, "dbm_open(%s): %s", db->hdb_name,
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmap.c1554 /* twiddle bits for dbm_open */
1561 dbm = dbm_open(map->map_file, mode, DBMMODE);
/freebsd-9.3-release/crypto/heimdal/
H A Dconfigure22899 d = dbm_open("conftest", O_RDWR | O_CREAT, 0666);
[all...]

Completed in 219 milliseconds