Searched refs:MALLOC (Results 26 - 41 of 41) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/mit/expat/dist/lib/
H A Dxmlparse.c559 #define MALLOC(s) (parser->m_mem.malloc_fcn((s))) macro
757 atts = (ATTRIBUTE *)MALLOC(attsSize * sizeof(ATTRIBUTE));
762 dataBuf = (XML_Char *)MALLOC(INIT_DATA_BUF_SIZE * sizeof(XML_Char));
1560 ? (char *)MALLOC(len * 2)
1698 newBuf = (char *)MALLOC(bufferSize);
1871 return MALLOC(size);
2363 tag = (TAG *)MALLOC(sizeof(TAG));
2366 tag->buf = (char *)MALLOC(INIT_TAG_BUF_SIZE);
2971 uri = (XML_Char *)MALLOC((n + EXPAND_SPARE) * sizeof(XML_Char));
3081 b = (BINDING *)MALLOC(sizeo
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/gdtoa/
H A Dmisc.c68 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
77 rv = (Bigint*)MALLOC(len*sizeof(double));
H A Dstrtod.c125 if ((decimalpoint_cache = MALLOC(strlen(s0) + 1)) != NULL) {
H A Dstrtodg.c352 if ((decimalpoint_cache = MALLOC(strlen(s0) + 1)) != NULL) {
/netbsd-6-1-5-RELEASE/usr.sbin/route6d/
H A Droute6d.c266 #define MALLOC(type) ((type *)malloc(sizeof(type))) macro
1234 if ((rrt = MALLOC(struct riprt)) == NULL) {
1364 if ((ifcp = MALLOC(struct ifc)) == NULL) {
1437 if ((ifa = MALLOC(struct ifac)) == NULL) {
1969 if ((rrt = MALLOC(struct riprt)) == NULL)
2126 if ((rrt = MALLOC(struct riprt)) == NULL) {
2516 if ((rrt = MALLOC(struct riprt)) == NULL) {
/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dtls.c383 MALLOC(*returnstring, memsize);
414 MALLOC(*returnstring, (size_t)len+1);
1373 MALLOC(peername, len);
H A Dsign.c769 MALLOC(qentry, sizeof(*qentry));
H A Dsyslogd.c1193 MALLOC(dst, dstsize);
2076 MALLOC(*line, msglen + tlsprefixlen + 1);
4401 MALLOC(newbuf->msg, len);
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_script.c565 MALLOC(sp, sc->sh_prompt, char *, len + 1);
H A Dex_subst.c970 MALLOC(sp, *ptrnp, CHAR_T *, (plen + 1) * sizeof(CHAR_T));
H A Dex_tag.c905 MALLOC(sp, tfp->name, char *, len + 1);
/netbsd-6-1-5-RELEASE/dist/nvi/tcl_api/
H A Dtcl.c695 MALLOC(sp, setting, char *, strlen(argv[2])+6);
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_compat.h493 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), M_IOSYS, M_NOWAIT)
721 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), M_PFILT, M_NOWAIT)
1449 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), M_TEMP, M_NOWAIT)
1450 # define KMALLOCS(a, b, c) MALLOC((a), b, (c), M_TEMP, \
/netbsd-6-1-5-RELEASE/dist/nvi/perl_api/
H A Dperl.xs192 MALLOC(scrp, pp, perl_data_t *, sizeof(perl_data_t));
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/
H A Doutput.c926 symnam = (const char **)MALLOC((unsigned)(max + 1) * sizeof(char *));
/netbsd-6-1-5-RELEASE/share/man/man9/
H A DMakefile450 MLINKS+=malloc.9 MALLOC.9 malloc.9 realloc.9 malloc.9 free.9 malloc.9 FREE.9

Completed in 285 milliseconds

12