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

/osnet-11/usr/src/cmd/sendmail/src/
H A Dmap.c7165 } ns_map_list_t; typedef in typeref:struct:ns_map_list
7171 static ns_map_list_t *ns_maps = NULL;
7172 ns_map_list_t *ns_map;
7181 /* if we are looking at a NULL ns_map_list_t, then create a new one */
7184 ns_map = (ns_map_list_t *) xalloc(sizeof(*ns_map));

Completed in 24 milliseconds