Home
last modified time | relevance | path

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

/dragonfly/lib/libc/db/
H A DSymbol.map10 dbm_open;
/dragonfly/include/
H A Dndbm.h73 DBM *dbm_open(const char *, int, mode_t);
/dragonfly/contrib/cvs-1.12/src/
H A Dmyndbm.h43 #define dbm_open mydbm_open macro
H A Dmkmodules.c713 if ((db = dbm_open (temp, O_RDONLY, 0666)) != NULL) in mkmodules()
914 if ((db = dbm_open (temp, O_RDWR | O_CREAT | O_TRUNC, 0666)) == NULL) in write_dbmfile()
H A Dtag.c1476 db = dbm_open (valtags_filename, O_RDWR | O_CREAT, 0666); in is_in_val_tags()
1492 db = dbm_open (valtags_filename, O_RDONLY, 0444); in is_in_val_tags()
H A Dmodules.c80 retval = dbm_open (mfile, O_RDONLY, 0666); in open_module()
/dragonfly/lib/libc/db/man/
H A DMakefile.inc16 dbm.3 dbm_open.3 \
/dragonfly/contrib/mdocml/
H A Ddbm.h53 int dbm_open(const char *);
H A Ddba_read.c47 if (dbm_open(fname) == -1) in dba_read()
H A Ddbm.c86 dbm_open(const char *fname) in dbm_open() function
H A Dmansearch.c157 if (dbm_open(MANDOC_DB) == -1) { in mansearch()
/dragonfly/usr.bin/kcollect/
H A Dkcollect.c618 db = dbm_open(datafile, (O_RDWR), in restore_headers()
667 db = dbm_open(datafile, (O_RDWR | O_CREAT), in dump_dbm()
817 DBM *db = dbm_open(datafile,(O_RDONLY),(S_IRUSR|S_IRGRP)); in load_dbm()
/dragonfly/lib/libc/db/hash/
H A Dndbm.c58 dbm_open(const char *file, int flags, mode_t mode) in dbm_open() function
H A DREADME62 passed to dbm_open. Additionally, if your code "knows" about the historic
/dragonfly/usr.bin/dsynth/
H A Dbuild.c214 CheckDBM = dbm_open(dbmpath, O_CREAT|O_RDWR, 0644); in DoBuild()