| /freebsd/lib/libc/tests/db/ |
| H A D | dbm_open_test.c | 31 ATF_CHECK(dbm_open(path, O_RDONLY, 0755) == NULL); in ATF_TC_BODY() 33 ATF_CHECK(dbm_open(path, O_RDONLY | O_CREAT, 0755) != NULL); in ATF_TC_BODY() 35 ATF_CHECK(dbm_open(path, O_RDONLY | O_CREAT | O_EXCL, 0755) == NULL); in ATF_TC_BODY() 41 ATF_CHECK(dbm_open(path, O_WRONLY, 0755) == NULL); in ATF_TC_BODY() 43 ATF_CHECK(dbm_open(path, O_WRONLY | O_CREAT, 0755) != NULL); in ATF_TC_BODY()
|
| H A D | dbm_perm_test.c | 28 db = dbm_open(path, O_RDWR | O_CREAT, 0755); in create_db() 46 db = dbm_open(path, O_RDONLY, 0755); in ATF_TC_BODY() 66 db = dbm_open(path, O_WRONLY, 0755); in ATF_TC_BODY() 83 db = dbm_open(path, O_RDWR, 0755); in ATF_TC_BODY()
|
| H A D | dbm_nextkey_test.c | 33 db = dbm_open(path, O_RDWR | O_CREAT, 0755); in ATF_TC_BODY()
|
| /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/crypto/krb5/src/plugins/kdb/db2/libdb2/include/ |
| H A D | db-ndbm.h | 71 #define dbm_open kdb2_dbm_open macro 84 DBM *dbm_open __P((const char *, int, int));
|
| /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/krb5/src/plugins/kdb/db2/libdb2/test/hash2.tests/ |
| H A D | README | 65 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);
|