Searched defs:xalloc (Results 1 - 2 of 2) sorted by relevance

/sendmail/rmail/
H A Drmail.c70 static char *xalloc __P((int));
72 #define newstr(s) strcpy(xalloc(strlen(s) + 1), s)
75 xalloc(sz) function
273 args = (char **)xalloc(sizeof(*args) * (10 + argc));
/sendmail/sendmail/
H A Dsendmail.h2776 # define xalloc(size) xalloc_tagged(size, __FILE__, __LINE__) macro
2779 extern char *xalloc __P((int));

Completed in 23 milliseconds