Searched refs:__db_ndbm_open (Results 1 – 2 of 2) sorted by relevance
986 #define dbm_open(a, b, c) __db_ndbm_open(a, b, c)1003 DBM *__db_ndbm_open __P((const char *, int, int));
183 __db_ndbm_open(file, oflags, mode) in __db_ndbm_open() function