HomeSort by relevance Sort by last modified time
    Searched defs:xalloc (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/lib/libmp/common/
old_mp.c 62 short *xalloc(int nint, char *s) { return (_mp_xalloc(nint, s)); } function
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.misc.c 57 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);
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
sendmail.h 2661 # define xalloc macro
    [all...]

Completed in 480 milliseconds