| /freebsd-13.1/usr.bin/m4/ |
| H A D | look.c | 88 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 D | misc.c | 169 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 D | extern.h | 110 extern void *xalloc(size_t, const char *, ...) __printf0like(2, 3);
|
| H A D | main.c | 185 sstack = xalloc(STACKMAX, NULL); in main()
|
| H A D | gnum4.c | 257 errbuf = xalloc(errlen, in exit_regerror()
|
| H A D | eval.c | 436 temp = xalloc(strlen(argv[2])+1, NULL); in expand_builtin()
|
| /freebsd-13.1/contrib/sendmail/rmail/ |
| H A D | rmail.c | 72 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 D | rmail.oldsys.patch | 28 + #define strdup(s) strcpy(xalloc(strlen(s) + 1), s) 31 + xalloc(sz)
|
| /freebsd-13.1/contrib/bsnmp/gensnmptree/ |
| H A D | gensnmptree.c | 246 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 D | bsnmpimport.c | 113 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 D | textbox.c | 111 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 D | gnulib.mk | 85 lib_SOURCES += xalloc.h xmalloc.c xstrdup.c
|
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | main.c | 480 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 D | milter.c | 480 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 D | map.c | 1044 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 D | srvrsmtp.c | 1648 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 D | usersmtp.c | 666 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 D | readcf.c | 250 (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 D | queue.c | 3136 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 D | collect.c | 557 buf = xalloc(buflen);
|
| H A D | util.c | 41 n = xalloc(l + 1); 455 xalloc(sz)
|
| H A D | sendmail.h | 2875 # 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 D | ios.cpp | 156 ios_base::xalloc() in xalloc() function in ios_base
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | ios | 88 static int xalloc(); 299 static int xalloc();
|
| /freebsd-13.1/contrib/diff/ |
| H A D | ChangeLog | 710 * 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 …]
|