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

/freebsd-10.1-release/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.c120 REALLOC(sbuf, sbufsz, i + 1, ERR);
124 REALLOC(sbuf, sbufsz, i + 2, ERR);
224 REALLOC(cvbuf, cvbufsz, l, NULL);
235 REALLOC(cvbuf, cvbufsz, l + n, NULL);
243 REALLOC(cvbuf, cvbufsz, l + 1, NULL);
262 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-10.1-release/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-10.1-release/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-10.1-release/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-10.1-release/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-10.1-release/contrib/expat/lib/
H A Dxmlparse.c563 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s))) macro
1590 : (char *)REALLOC(buffer, len * 2));
1923 return REALLOC(ptr, size);
2093 char *temp = (char *)REALLOC(tag->buf, bufSize);
2447 char *temp = (char *)REALLOC(tag->buf, bufSize);
2758 temp = (ATTRIBUTE *)REALLOC((void *)atts, attsSize * sizeof(ATTRIBUTE));
2763 temp2 = (XML_AttrInfo *)REALLOC((void *)attInfo, attsSize * sizeof(XML_AttrInfo));
2910 temp = (NS_ATT *)REALLOC(nsAtts, nsAttsSize * sizeof(NS_ATT));
3141 XML_Char *temp = (XML_Char *)REALLOC(b->uri,
4444 char *temp = (char *)REALLOC(groupConnecto
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dwince-stub.c32 #define REALLOC(s, n) (void *) LocalReAlloc ((HLOCAL)(s), (UINT)(n), LMEM_MOVEABLE) macro
/freebsd-10.1-release/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
/freebsd-10.1-release/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

Completed in 336 milliseconds