Home
last modified time | relevance | path

Searched refs:__db_ndbm_open (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/db/
H A Ddb.h986 #define dbm_open(a, b, c) __db_ndbm_open(a, b, c)
1003 DBM *__db_ndbm_open __P((const char *, int, int));
/titanic_41/usr/src/cmd/sendmail/db/dbm/
H A Ddbm.c183 __db_ndbm_open(file, oflags, mode) in __db_ndbm_open() function