Home
last modified time | relevance | path

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

/original-bsd/old/libndbm/
H A Dndbm.h63 extern DBM *dbm_open(const char *, int, int);
72 extern DBM *dbm_open();
H A Ddbm.c26 cur_db = dbm_open(file, 2, 0);
28 cur_db = dbm_open(file, 0, 0);
H A DMakefile11 ndbm.3 dbm_nextkey.3 ndbm.3 dbm_open.3 ndbm.3 dbm_store.3
H A Dndbm.c30 dbm_open(file, flags, mode) in dbm_open() function
/original-bsd/usr.sbin/amd/amd/
H A Dinfo_ndbm.c57 db = dbm_open(map, O_RDONLY, 0);
82 db = dbm_open(map, O_RDONLY, 0);
/original-bsd/lib/libc/gen/
H A Dgetpwnamuid.c65 (_pw_db = dbm_open(_pw_file, O_RDONLY)) == (DBM *)0) {
98 (_pw_db = dbm_open(_pw_file, O_RDONLY)) == (DBM *)0) {
/original-bsd/include/
H A Dndbm.h46 DBM *dbm_open __P((const char *, int, int));
/original-bsd/old/dbconv/
H A Ddbconv.c45 dbm = dbm_open(*argv, O_RDONLY, 0);
/original-bsd/usr.sbin/sendmail/praliases/
H A Dpraliases.c79 if ((dbp = dbm_open(filename, O_RDONLY, 0)) == NULL) {
/original-bsd/lib/libc/db/hash/
H A Dndbm.c34 dbm_open(file, flags, mode)
H A DREADME65 passed to dbm_open. Additionally, if your code "knows" about the historic
/original-bsd/old/mkhosts/
H A Dmkhosts.c52 dp = dbm_open(tempname, O_WRONLY|O_CREAT|O_EXCL, 0644);
/original-bsd/old/mkpasswd/
H A Dmkpasswd.c99 if (!(dp = dbm_open(*argv, O_WRONLY|O_CREAT|O_EXCL, 0644))) {
/original-bsd/usr.sbin/amd/mk-amd-map/
H A Dmk-amd-map.c48 #define create_database(name) dbm_open(name, O_RDWR|O_CREAT, 0644)
/original-bsd/usr.sbin/sendmail/makemap/
H A Dmakemap.c232 dbp.dbm = dbm_open(mapname, mode, 0644);
/original-bsd/old/pcc/lint/llibs/
H A Dllib-lc198 DBM * dbm_open(file, flags, mode) char *file; { return (DBM *) 0; }
/original-bsd/usr.sbin/sendmail/src/
H A Dmap.c664 dbm = dbm_open(map->map_file, mode, DBMMODE);