Searched refs:REALLOC (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/bin/ed/
H A Dsub.c86 REALLOC(rhbuf, rhbufsz, i + 2, NULL);
102 REALLOC(rhbuf, rhbufsz, i + 1, NULL);
188 REALLOC(rbuf, rbufsz, off + i, ERR);
198 REALLOC(rbuf, rbufsz, off + i, ERR);
209 REALLOC(rbuf, rbufsz, off + i + 2, ERR);
237 REALLOC(rbuf, rbufsz, off + k - j, ERR);
244 REALLOC(rbuf, rbufsz, off + k - j, ERR);
248 REALLOC(rbuf, rbufsz, off + 1, ERR);
251 REALLOC(rbuf, rbufsz, off + 1, ERR);
H A Dio.c124 REALLOC(sbuf, sbufsz, i + 1, ERR);
128 REALLOC(sbuf, sbufsz, i + 2, ERR);
233 REALLOC(cvbuf, cvbufsz, l, NULL);
244 REALLOC(cvbuf, cvbufsz, l + n, NULL);
252 REALLOC(cvbuf, cvbufsz, l + 1, NULL);
271 REALLOC(ibuf, ibufsz, i + 2, ERR);
H A Dre.c105 REALLOC(lhbuf, lhbufsz, len + 1, NULL);
H A Ded.h115 /* REALLOC: assure at least a minimum size for buffer b */
116 #define REALLOC(b,n,i,err) \ macro
141 /* REALLOC: assure at least a minimum size for buffer b */
142 #define REALLOC(b,n,i,err) \ macro
H A Dbuf.c66 REALLOC(sfbuf, sfbufsz, len + 1, NULL);
H A Dglbl.c120 REALLOC(ocmd, ocmdsz, n + 1, ERR);
/freebsd-11-stable/contrib/nvi/common/
H A Dutil.c58 REALLOC(sp, bp, void *, csize);
H A Dmem.h199 #define REALLOC(sp, p, cast, size) { \ macro
H A Dlog.c753 REALLOC(sp, bp, nword *, blen);
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_subst.c308 REALLOC(sp, sp->newl, size_t *, \
320 REALLOC(sp, lb, CHAR_T *, lblen * sizeof(CHAR_T)); \
333 REALLOC(sp, lb, CHAR_T *, lblen * sizeof(CHAR_T)); \
H A Dex_argv.c476 REALLOC(sp, exp->args, ARGS **, cnt * sizeof(ARGS *));
497 REALLOC(sp, ap->bp, CHAR_T *, ap->blen * sizeof(CHAR_T));
/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.c166 #define REALLOC(p, t, n) ((p) = (t *) xrealloc((ptr_t) (p), (n) * sizeof (t))) macro
175 REALLOC(p, t, nalloc); \
1869 REALLOC(d->follows[i].elems, position, merged.nelem);
2283 REALLOC(d->realtrans, int *, d->tralloc + 1);
2285 REALLOC(d->fails, int *, d->tralloc);
2286 REALLOC(d->success, int, d->tralloc);
2351 REALLOC(d->realtrans, int *, d->tralloc + 1);
2353 REALLOC(d->fails, int *, d->tralloc);
2354 REALLOC(d->success, int, d->tralloc);
/freebsd-11-stable/contrib/sendmail/mail.local/
H A Dmail.local.c102 #define REALLOC(ptr, size) (((ptr) == NULL) ? malloc(size) : realloc(ptr, size)) macro
711 REALLOC((char *) rcpt_addr,
/freebsd-11-stable/contrib/expat/lib/
H A Dxmlparse.c622 #define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p), (s))) macro
1829 temp = (char *)REALLOC(parser, parser->m_buffer, bytesToAllocate);
2204 return REALLOC(parser, ptr, size);
2416 char *temp = (char *)REALLOC(parser, tag->buf, bufSize);
2740 char *temp = (char *)REALLOC(parser, tag->buf, bufSize);
3078 temp = (ATTRIBUTE *)REALLOC(parser, (void *)parser->m_atts,
3086 temp2 = (XML_AttrInfo *)REALLOC(parser, (void *)parser->m_attInfo,
3236 temp = (NS_ATT *)REALLOC(parser, parser->m_nsAtts,
3491 XML_Char *temp = (XML_Char *)REALLOC(
4760 char *const new_connector = (char *)REALLOC(
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dwince-stub.c32 #define REALLOC(s, n) (void *) LocalReAlloc ((HLOCAL)(s), (UINT)(n), LMEM_MOVEABLE) macro
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c2011 The REALLOC define eliminates a flurry of conversion warnings,
2014 # define REALLOC(p,s) realloc ((p), (size_t) (s))
2017 # define REALLOC(p,s) realloc ((p), (s))
2089 bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \
2003 # define REALLOC macro
2006 # define REALLOC macro
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c2011 The REALLOC define eliminates a flurry of conversion warnings,
2014 # define REALLOC(p,s) realloc ((p), (size_t) (s))
2017 # define REALLOC(p,s) realloc ((p), (s))
2089 bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \
2003 # define REALLOC macro
2006 # define REALLOC macro

Completed in 193 milliseconds