xalloc
fdinuse = (int *)xalloc(nbytesused);
c_max_var_len = (char *)xalloc(c_max_var_len_size + 1);
dp = (tchar *)xalloc((unsigned)(cwdlen + len + 2) * sizeof (tchar));
p1 = newcp = (tchar *)xalloc((unsigned)
p1 = newcp = (tchar *)xalloc((unsigned)
wbuf = xalloc((wbufsiz+1) * sizeof (tchar));
err_msg = (char *)xalloc(strlen(chbuf)+strlen(gdp)+1);
err_msg = (char *)xalloc(strlen(cp)+strlen(chbuf)+1);
items[numitems] = (tchar *)xalloc((unsigned)(strlen_(entry) + 1) * sizeof (tchar));
p = gargv[gargc - 1] = (tchar *) xalloc((unsigned)n*sizeof (tchar));
extern void *xalloc(size_t);
np = (struct Hist *) xalloc(sizeof *np);
struct wordent *new = (struct wordent *)xalloc(sizeof *wdp);
struct wordent *new = (struct wordent *)xalloc(sizeof *wdp);
buf = xalloc((len+1) * sizeof (tchar));
ep = (tchar *) xalloc((unsigned)(((p - cp) +
ep = (tchar *)xalloc((unsigned)(len1 + len2 + 1)*sizeof (tchar));
return (xalloc(size));
rptr = xalloc(size);
cp = xalloc(i);
n = p = (tchar *)xalloc((unsigned)(p - s)*sizeof (tchar));
p = (tchar *) xalloc((strlen_(s) + 1)*sizeof (tchar));
tchar **vec = (tchar **)xalloc(2 * sizeof (tchar **));
p->v_link[f] = c = (struct varent *)xalloc(sizeof (struct varent));
to = (char *)xalloc(i + 1);
to = (tchar *)xalloc(i * sizeof (tchar));
buf = xalloc(buflen);
environ = (char **) xalloc(sizeof(char *) * (i + 1));
buf = lifc.lifc_buf = xalloc(lifc.lifc_len);
ifc.ifc_buf = xalloc(ifc.ifc_len);
flags = xalloc(l);
new = (QUEUE_CHAR *) xalloc(sizeof(*new));
new = (QUEUE_CHAR *) xalloc(sizeof(*new));
new = (QUEUE_CHAR *) xalloc(sizeof(*new));
new = (QUEUE_CHAR *) xalloc(sizeof(*new));
p_flags = (BITMAP256 *) xalloc(sizeof(*p_flags));
*argv = xalloc(sizeof(__DEFPATH) + 2);
p = (char *) xalloc(l);
sysloglabel = xalloc(j);
SaveArgv = (char **) xalloc(sizeof(char *) * (argc + 1));
CommandLineArgs = xalloc(j);
tz = xalloc(tzlen);
map_p = (struct dns_map *) xalloc(sizeof(*map_p));
new = xalloc(sz);
lmap = (SM_LDAP_STRUCT *) xalloc(sizeof(*lmap));
LDAPDefaults = (SM_LDAP_STRUCT *) xalloc(sizeof(*LDAPDefaults));
pmap = (PH_MAP_STRUCT *) xalloc(sizeof(*pmap));
np = xalloc(strlen(name) + 2);
# define xnalloc(s) memset(xalloc(s), '\0', s);
int *fields = (int *) xalloc(sizeof(int) * (MAX_MATCH + 1));
ns_map = (ns_map_list_t *) xalloc(sizeof(*ns_map));
ns_map->map = (ns_map_t *) xalloc(sizeof(*ns_map->map));
m = (struct milter *) xalloc(sizeof(*m));
buf = (char *) xalloc(s);
buf = (char *) xalloc(len_t);
buf = (char *) xalloc(s);
buf = (char *) xalloc(s);
buf = (char *) xalloc(s);
buf = (char *) xalloc(expl);
w = (WORK *) xalloc(sizeof(*w));
WorkList = (WORK *) xalloc((sizeof(*WorkList)) *
rev = xalloc(len + 1);
qg->qg_qpaths = (QPATHS *)xalloc((sizeof(*qg->qg_qpaths)) *
qg->qg_qpaths = (QPATHS *) xalloc(sizeof(*qg->qg_qpaths));
qg = (QUEUEGRP *) xalloc(sizeof(*qg));
WorkGrp[0].wg_qgs = (QUEUEGRP **) xalloc(sizeof(QUEUEGRP *));
m = (struct mailer *) xalloc(sizeof(*m));
avp = (char **) xalloc(sizeof(*avp) * i);
(struct rewrite *) xalloc(sizeof(*rwp));
rwp->r_next = (struct rewrite *) xalloc(sizeof(*rwp));
buf = xalloc(buflen);
bp = xalloc(l);
extern char *xalloc __P((int));
in = xalloc(strlen(inp) + 1);
out = xalloc(strlen(inp));
out2 = xalloc(len);
in = xalloc(1);
in = xalloc(strlen(q) + 1);
out2 = xalloc(len);
auth_param = xalloc(len);
mci->mci_sasl_string = xalloc(len + 1);
mci->mci_sasl_string = xalloc(len + 1);
mci->mci_sasl_string = xalloc(len + 1);
mci->mci_sasl_string = xalloc(len + 1);
n = xalloc(l + 1);
xalloc(sz)
extern short *xalloc(int, char *);