Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h984 #define dbm_firstkey(a) __db_ndbm_firstkey(a)
1001 datum __db_ndbm_firstkey __P((DBM *));
/illumos-gate/usr/src/cmd/sendmail/db/dbm/
H A Ddbm.c288 __db_ndbm_firstkey(dbm) in __db_ndbm_firstkey() function