Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dmap.h63 extern void ndbm_map_store __P((MAP *, char *, char *));
H A Dmap.c2034 ndbm_map_store(map, lhs, rhs) in ndbm_map_store() function
2137 ndbm_map_store(map, "YP_LAST_MODIFIED", buf);
2140 ndbm_map_store(map, "YP_MASTER_NAME", buf);
2150 ndbm_map_store(map, "@", "@");
6791 ndbm_map_store(map, lhs, rhs);
H A Dconf.c557 ndbm_map_lookup, ndbm_map_store); in setupmaps()