Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dsendmail.h3047 # define xalloc(size) xalloc_tagged(size, __FILE__, __LINE__)
3048 extern char *xalloc_tagged __P((int, char *, int));
H A Dutil.c471 xalloc_tagged(sz, file, line) in xalloc_tagged() function