Home
last modified time | relevance | path

Searched refs:xalloc (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-13.1/usr.bin/m4/
H A Dlook.c88 return xalloc(s, "element alloc"); in element_alloc()
165 n->d = xalloc(sizeof(struct macro_definition), NULL); in macro_define()
178 d = xalloc(sizeof(struct macro_definition), NULL); in macro_pushdef()
236 name2 = xalloc(strlen(name)+3+1, NULL); in setup_builtin()
244 n->d = xalloc(sizeof(struct macro_definition), NULL); in setup_builtin()
H A Dmisc.c169 strspace = xalloc(strsize+1, NULL); in initspaces()
172 buf = xalloc(bufsize, NULL); in initspaces()
300 xalloc(size_t n, const char *fmt, ...) in xalloc() function
H A Dextern.h110 extern void *xalloc(size_t, const char *, ...) __printf0like(2, 3);
H A Dmain.c185 sstack = xalloc(STACKMAX, NULL); in main()
H A Dgnum4.c257 errbuf = xalloc(errlen, in exit_regerror()
H A Deval.c436 temp = xalloc(strlen(argv[2])+1, NULL); in expand_builtin()
/freebsd-13.1/contrib/sendmail/rmail/
H A Drmail.c72 static char *xalloc __P((int));
74 #define newstr(s) strcpy(xalloc(strlen(s) + 1), s)
77 xalloc(sz) in xalloc() function
275 args = (char **)xalloc(sizeof(*args) * (10 + argc));
/freebsd-13.1/contrib/sendmail/contrib/
H A Drmail.oldsys.patch28 + #define strdup(s) strcpy(xalloc(strlen(s) + 1), s)
31 + xalloc(sz)
/freebsd-13.1/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c246 xalloc(size_t size) in xalloc() function
262 return (strcpy(xalloc(strlen(s) + 1), s)); in savestr()
306 ip = xalloc(sizeof(*ip)); in input_new()
340 fn = xalloc(strlen(path) + strlen(fname) + 2); in tryopen()
729 t = xalloc(sizeof(*t)); in make_type()
770 e = xalloc(sizeof(*e)); in parse_type()
816 node = xalloc(sizeof(struct node)); in parse()
1089 ptr = xalloc(sizeof(*ptr)); in gen_header()
/freebsd-13.1/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpimport.c113 xalloc(size_t size) in xalloc() function
129 return (strcpy(xalloc(strlen(s) + 1), s)); in savestr()
161 ip = xalloc(sizeof(*ip)); in input_new()
195 fn = xalloc(strlen(path) + strlen(fname) + 2); in tryopen()
/freebsd-13.1/contrib/dialog/
H A Dtextbox.c111 xalloc(size_t size) in xalloc() function
135 buftab = xalloc(size_read + 1); in read_high()
166 obj->buf = xalloc((size_t) obj->buffer_len + 1); in read_high()
174 obj->buf = xalloc(size_read + 1); in read_high()
235 buftab = xalloc((size_t) val + 1); in tabize()
/freebsd-13.1/contrib/diff/lib/
H A Dgnulib.mk85 lib_SOURCES += xalloc.h xmalloc.c xstrdup.c
/freebsd-13.1/contrib/sendmail/src/
H A Dmain.c480 sysloglabel = xalloc(j);
592 SaveArgv = (char **) xalloc(sizeof(char *) * (argc + 1));
593 CommandLineArgs = xalloc(j);
679 tz = xalloc(tzlen);
1042 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
1050 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
1058 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
1072 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
2720 p_flags = (BITMAP256 *) xalloc(sizeof(*p_flags));
3505 *argv = xalloc(sizeof(__DEFPATH) + 2);
[all …]
H A Dmilter.c480 buf = (char *) xalloc(expl);
1243 m = (struct milter *) xalloc(sizeof(*m));
1914 buf = (char *) xalloc(s);
2712 buf = (char *) xalloc(len_t);
3965 buf = (char *) xalloc(s);
4150 buf = (char *) xalloc(s);
4231 buf = (char *) xalloc(s);
H A Dmap.c1044 map_p = (struct dns_map *) xalloc(sizeof(*map_p));
1397 new = xalloc(sz);
2849 cdbmp = (struct cdb_make *) xalloc(sizeof(*cdbmp));
2866 cdbp = (struct cdb *) xalloc(sizeof(*cdbp));
4338 lmap = (SM_LDAP_STRUCT *) xalloc(sizeof(*lmap));
5217 pmap = (PH_MAP_STRUCT *) xalloc(sizeof(*pmap));
5904 np = xalloc(strlen(name) + 2);
7260 # define xnalloc(s) memset(xalloc(s), '\0', s);
7427 int *fields = (int *) xalloc(sizeof(int) * (MAX_MATCH + 1));
7664 ns_map = (ns_map_list_t *) xalloc(sizeof(*ns_map));
[all …]
H A Dsrvrsmtp.c1648 in = xalloc(strlen(inp) + 1);
1652 out = xalloc(strlen(inp));
1788 out2 = xalloc(len);
2044 in = xalloc(1);
2052 in = xalloc(strlen(q) + 1);
2116 out2 = xalloc(len);
4837 auth_param = xalloc(len);
H A Dusersmtp.c666 mci->mci_sasl_string = xalloc(len + 1);
670 mci->mci_sasl_string = xalloc(len + 1);
699 mci->mci_sasl_string = xalloc(len + 1);
703 mci->mci_sasl_string = xalloc(len + 1);
H A Dreadcf.c250 (struct rewrite *) xalloc(sizeof(*rwp));
254 rwp->r_next = (struct rewrite *) xalloc(sizeof(*rwp));
1318 m = (struct mailer *) xalloc(sizeof(*m));
1384 m = (struct mailer *) xalloc(sizeof(*m));
1990 avp = (char **) xalloc(sizeof(*avp) * i);
H A Dqueue.c3136 w = (WORK *) xalloc(sizeof(*w));
3204 WorkList = (WORK *) xalloc((sizeof(*WorkList)) *
3500 rev = xalloc(len + 1);
6299 qg->qg_qpaths = (QPATHS *)xalloc((sizeof(*qg->qg_qpaths)) *
6360 qg->qg_qpaths = (QPATHS *) xalloc(sizeof(*qg->qg_qpaths));
7500 qg = (QUEUEGRP *) xalloc(sizeof(*qg));
7841 WorkGrp[0].wg_qgs = (QUEUEGRP **) xalloc(sizeof(QUEUEGRP *)); in makeworkgroups()
H A Dcollect.c557 buf = xalloc(buflen);
H A Dutil.c41 n = xalloc(l + 1);
455 xalloc(sz)
H A Dsendmail.h2875 # define xalloc(size) xalloc_tagged(size, __FILE__, __LINE__) macro
2878 extern char *xalloc __P((int));
/freebsd-13.1/contrib/llvm-project/libcxx/src/
H A Dios.cpp156 ios_base::xalloc() in xalloc() function in ios_base
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dios88 static int xalloc();
299 static int xalloc();
/freebsd-13.1/contrib/diff/
H A DChangeLog710 * lib/xalloc.h (xalloc_exit_failure): Remove; subsumed by exit_failure.
817 * src/ifdef.c: Include <xalloc.h>.
1309 Include error.h, regex.h, xalloc.h.
1331 Include error.h, freesoft.h, stdio.h, xalloc.h.
1351 Include regex.h, xalloc.h.
1384 Include error.h, exclude.h, xalloc.h.
1400 Include error.h, freesoft.h, inttostr.h, xalloc.h.
1490 regex.h, signal.h, xalloc.h.
1562 Include error.h, freesoft.h, inttostr.h, xalloc.h.
1587 Include error.h, regex.h, xalloc.h.
[all …]

12