Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dmap.c2991 struct cdb_make *cdbmp; local
2993 cdbmp = (struct cdb_make *) xalloc(sizeof(*cdbmp));
3003 map->map_db2 = (ARBPTR_T)cdbmp;
3159 struct cdb_make *cdbmp; local
3165 cdbmp = map->map_db2;
3166 if (cdbmp == NULL)
3197 struct cdb_make *cdbmp; local
3210 cdbmp = map->map_db2;
3211 if (cdbmp != NULL)
3215 fd = cdb_fileno(cdbmp);
[all …]