Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb.c210 type = SMDB_TYPE_NDBM;
228 type = SMDB_TYPE_NDBM;
237 if (strncmp(type, SMDB_TYPE_NDBM, SMDB_TYPE_NDBM_LEN) == 0)
532 { SMDB_TYPE_NDBM, "NDBM" },
/illumos-gate/usr/src/cmd/sendmail/include/libsmdb/
H A Dsmdb.h320 # define SMDB_TYPE_NDBM "dbm" macro