Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dsendmail.h2775 # define xalloc(size) xalloc_tagged(size, __FILE__, __LINE__)
2776 extern char *xalloc_tagged __P((int, char*, int));
Dutil.c451 xalloc_tagged(sz, file, line) in xalloc_tagged() function