Searched refs:dbm_open (Results 1 – 15 of 15) sorted by relevance
/freebsd/crypto/heimdal/lib/roken/ |
H A D | ndbm_wrap.h | 56 #define dbm_open dbm_rename(dbm_open) macro 90 ROKEN_LIB_FUNCTION DBM* ROKEN_LIB_CALL dbm_open (const char*, int, mode_t);
|
H A D | ndbm_wrap.c | 150 dbm_open (const char *file, int flags, mode_t mode) function
|
/freebsd/lib/libc/db/ |
H A D | Symbol.map | 3 dbm_open;
|
/freebsd/lib/libc/db/man/ |
H A D | Makefile.inc | 13 MLINKS+= dbm.3 dbm_open.3
|
/freebsd/include/ |
H A D | ndbm.h | 72 DBM *dbm_open(const char *, int, mode_t);
|
/freebsd/contrib/mandoc/ |
H A D | dbm.h | 53 int dbm_open(const char *);
|
H A D | dba_read.c | 47 if (dbm_open(fname) == -1) in dba_read()
|
H A D | dbm.c | 86 dbm_open(const char *fname) in dbm_open() function
|
H A D | mansearch.c | 157 if (dbm_open(MANDOC_DB) == -1) { in mansearch()
|
/freebsd/lib/libc/db/hash/ |
H A D | ndbm.c | 55 dbm_open(const char *file, int flags, mode_t mode) in dbm_open() function
|
H A D | README | 60 passed to dbm_open. Additionally, if your code "knows" about the historic
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | ndbm.c | 314 d->db = dbm_open((char*)db->hdb_name, flags, mode); in NDBM_open()
|
/freebsd/contrib/sendmail/libsmdb/ |
H A D | smndbm.c | 567 dbm = dbm_open(db_name, mode, DBMMODE);
|
/freebsd/contrib/sendmail/src/ |
H A D | map.c | 1838 dbm = dbm_open(map->map_file, mode, DBMMODE);
|
/freebsd/crypto/heimdal/ |
H A D | configure | 15096 d = dbm_open("conftest", O_RDWR | O_CREAT, 0666);
|