Searched refs:ns_map_list_t (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/sendmail/src/
H A Dmap.c7182 } ns_map_list_t; typedef in typeref:struct:ns_map_list
7188 static ns_map_list_t *ns_maps = NULL;
7189 ns_map_list_t *ns_map;
7198 /* if we are looking at a NULL ns_map_list_t, then create a new one */
7201 ns_map = (ns_map_list_t *) xalloc(sizeof(*ns_map));

Completed in 106 milliseconds