Searched refs:xalloc (Results 1 - 15 of 15) sorted by relevance

/sendmail/rmail/
H A Drmail.c70 static char *xalloc __P((int));
72 #define newstr(s) strcpy(xalloc(strlen(s) + 1), s)
75 xalloc(sz) function
273 args = (char **)xalloc(sizeof(*args) * (10 + argc));
/sendmail/sendmail/
H A Dmain.c477 sysloglabel = xalloc(j);
589 SaveArgv = (char **) xalloc(sizeof(char *) * (argc + 1));
590 CommandLineArgs = xalloc(j);
665 tz = xalloc(tzlen);
1028 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
1036 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
1044 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
1058 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
2660 p_flags = (BITMAP256 *) xalloc(sizeof(*p_flags));
3433 *argv = xalloc(sizeo
[all...]
H A Dmap.c1022 map_p = (struct dns_map *) xalloc(sizeof(*map_p));
1350 new = xalloc(sz);
3909 lmap = (SM_LDAP_STRUCT *) xalloc(sizeof(*lmap));
4683 LDAPDefaults = (SM_LDAP_STRUCT *) xalloc(sizeof(*LDAPDefaults));
4778 pmap = (PH_MAP_STRUCT *) xalloc(sizeof(*pmap));
5465 np = xalloc(strlen(name) + 2);
6783 # define xnalloc(s) memset(xalloc(s), '\0', s);
6787 regex_t *regex_pattern_buf; /* xalloc it */
6950 int *fields = (int *) xalloc(sizeof(int) * (MAX_MATCH + 1));
7187 ns_map = (ns_map_list_t *) xalloc(sizeo
[all...]
H A Dmilter.c480 buf = (char *) xalloc(expl);
1243 m = (struct milter *) xalloc(sizeof(*m));
1916 buf = (char *) xalloc(s);
2716 buf = (char *) xalloc(len_t);
3943 buf = (char *) xalloc(s);
4126 buf = (char *) xalloc(s);
4207 buf = (char *) xalloc(s);
H A Dsrvrsmtp.c1310 in = xalloc(strlen(inp) + 1);
1314 out = xalloc(strlen(inp));
1444 out2 = xalloc(len);
1687 in = xalloc(1);
1695 in = xalloc(strlen(q) + 1);
1769 out2 = xalloc(len);
4319 auth_param = xalloc(len);
H A Dcollect.c559 buf = xalloc(buflen);
H A Dusersmtp.c649 mci->mci_sasl_string = xalloc(len + 1);
653 mci->mci_sasl_string = xalloc(len + 1);
682 mci->mci_sasl_string = xalloc(len + 1);
686 mci->mci_sasl_string = xalloc(len + 1);
H A Dqueue.c3109 w = (WORK *) xalloc(sizeof(*w));
3177 WorkList = (WORK *) xalloc((sizeof(*WorkList)) *
3456 ** string is obtained using xalloc().
3473 rev = xalloc(len + 1);
6243 qg->qg_qpaths = (QPATHS *)xalloc((sizeof(*qg->qg_qpaths)) *
6304 qg->qg_qpaths = (QPATHS *) xalloc(sizeof(*qg->qg_qpaths));
7323 qg = (QUEUEGRP *) xalloc(sizeof(*qg));
7665 WorkGrp[0].wg_qgs = (QUEUEGRP **) xalloc(sizeof(QUEUEGRP *));
H A Dutil.c41 n = xalloc(l + 1);
455 xalloc(sz)
H A Dreadcf.c210 (struct rewrite *) xalloc(sizeof(*rwp));
214 rwp->r_next = (struct rewrite *) xalloc(sizeof(*rwp));
1219 m = (struct mailer *) xalloc(sizeof(*m));
1819 avp = (char **) xalloc(sizeof(*avp) * i);
H A Dsendmail.h2776 # define xalloc(size) xalloc_tagged(size, __FILE__, __LINE__) macro
2779 extern char *xalloc __P((int));
H A Drecipient.c638 buf = xalloc(buflen);
H A Dsavemail.c1613 bp = xalloc(l);
H A Dconf.c2461 environ = (char **) xalloc(sizeof(char *) * (i + 1));
4817 buf = lifc.lifc_buf = xalloc(lifc.lifc_len);
5025 ifc.ifc_buf = xalloc(ifc.ifc_len);
H A Ddaemon.c1381 flags = xalloc(l);

Completed in 695 milliseconds