Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dmap.c6791 # define xnalloc(s) memset(xalloc(s), '\0', s); macro
6872 map_p = (struct regex_map *) xnalloc(sizeof(*map_p));
6873 map_p->regex_pattern_buf = (regex_t *)xnalloc(sizeof(regex_t));