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

/illumos-gate/usr/src/lib/libmp/common/
H A Dold_mp.c62 short *xalloc(int nint, char *s) { return (_mp_xalloc(nint, s)); } function
/illumos-gate/usr/src/cmd/csh/
H A Dsh.misc.c57 n = p = (tchar *)xalloc((unsigned)(p - s)*sizeof (tchar));
62 p = (tchar *) xalloc((strlen_(s) + 1)*sizeof (tchar));
172 ep = (tchar *) xalloc((unsigned)(((p - cp) +
182 ep = (tchar *)xalloc((unsigned)(len1 + len2 + 1)*sizeof (tchar));
444 xalloc(size_t size) function
462 return (xalloc(size));
468 rptr = xalloc(size);
535 cp = xalloc(i);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h2673 # define xalloc(size) xalloc_tagged(size, __FILE__, __LINE__) macro
2676 extern char *xalloc __P((int));

Completed in 74 milliseconds