Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/src/
H A Dsendmail.h2673 # define xalloc(size) xalloc_tagged(size, __FILE__, __LINE__)
2674 extern char *xalloc_tagged __P((int, char*, int));
H A Dutil.c450 xalloc_tagged(sz, file, line) in xalloc_tagged() function