Symbol: REALLOC
bin/ed/buf.c
69
REALLOC(sfbuf, sfbufsz, len + 1, NULL);
bin/ed/glbl.c
119
REALLOC(ocmd, ocmdsz, n + 1, ERR);
bin/ed/io.c
127
REALLOC(sbuf, sbufsz, i + 1, ERR);
bin/ed/io.c
131
REALLOC(sbuf, sbufsz, i + 2, ERR);
bin/ed/io.c
227
REALLOC(cvbuf, cvbufsz, l, NULL);
bin/ed/io.c
239
REALLOC(cvbuf, cvbufsz, l + n, NULL);
bin/ed/io.c
247
REALLOC(cvbuf, cvbufsz, l + 1, NULL);
bin/ed/io.c
268
REALLOC(ibuf, ibufsz, i + 2, ERR);
bin/ed/main.c
1003
REALLOC(buf, n, i + j, ERR);
bin/ed/main.c
1013
REALLOC(shcmd, shcmdsz, i + 1, ERR);
bin/ed/main.c
1086
REALLOC(buf, n, size + bp->len, ERR);
bin/ed/main.c
1090
REALLOC(buf, n, size + 2, ERR);
bin/ed/main.c
1316
REALLOC(file, filesz, PATH_MAX, NULL);
bin/ed/main.c
971
REALLOC(buf, n, j + 1, ERR);
bin/ed/main.c
976
REALLOC(buf, n, i + 2, ERR);
bin/ed/main.c
983
REALLOC(buf, n, i + 1, ERR);
bin/ed/main.c
991
REALLOC(buf, n, i + shcmdi, ERR);
bin/ed/re.c
114
REALLOC(lhbuf, lhbufsz, len + 1, NULL);
bin/ed/sub.c
110
REALLOC(rhbuf, rhbufsz, i + 1, NULL);
bin/ed/sub.c
204
REALLOC(rbuf, rbufsz, off + i, ERR);
bin/ed/sub.c
225
REALLOC(rbuf, rbufsz, off + i + 2, ERR);
bin/ed/sub.c
249
REALLOC(rbuf, rbufsz, off + k - j, ERR);
bin/ed/sub.c
256
REALLOC(rbuf, rbufsz, off + k - j, ERR);
bin/ed/sub.c
260
REALLOC(rbuf, rbufsz, off + 1, ERR);
bin/ed/sub.c
263
REALLOC(rbuf, rbufsz, off + 1, ERR);
bin/ed/sub.c
94
REALLOC(rhbuf, rhbufsz, i + 2, NULL);
games/atc/grammar.y
166
if (sp->num_beacons % REALLOC == 0) {
games/atc/grammar.y
168
(sp->num_beacons + REALLOC) ,
games/atc/grammar.y
192
if (sp->num_exits % REALLOC == 0) {
games/atc/grammar.y
194
(sp->num_exits + REALLOC) ,
games/atc/grammar.y
221
if (sp->num_airports % REALLOC == 0) {
games/atc/grammar.y
223
(sp->num_airports + REALLOC) ,
games/atc/grammar.y
248
if (sp->num_lines % REALLOC == 0) {
games/atc/grammar.y
250
(sp->num_lines + REALLOC) ,
lib/libexpat/lib/xmlparse.c
3153
char *temp = REALLOC(parser, tag->buf.raw, bufSize);
lib/libexpat/lib/xmlparse.c
3516
char *temp = REALLOC(parser, tag->buf.raw, bufSize);
lib/libexpat/lib/xmlparse.c
3895
temp = REALLOC(parser, parser->m_atts,
lib/libexpat/lib/xmlparse.c
3914
temp2 = REALLOC(parser, parser->m_attInfo,
lib/libexpat/lib/xmlparse.c
4091
temp = REALLOC(parser, parser->m_nsAtts, nsAttsSize * sizeof(NS_ATT));
lib/libexpat/lib/xmlparse.c
4519
= REALLOC(parser, b->uri, sizeof(XML_Char) * (len + EXPAND_SPARE));
lib/libexpat/lib/xmlparse.c
5925
char *const new_connector = REALLOC(
lib/libexpat/lib/xmlparse.c
5946
int *const new_scaff_index = REALLOC(
lib/libexpat/lib/xmlparse.c
7225
temp = REALLOC(parser, type->defaultAtts,
lib/libexpat/lib/xmlparse.c
8204
temp = REALLOC(pool->parser, pool->blocks, bytesToAllocate);
lib/libexpat/lib/xmlparse.c
8303
temp = REALLOC(parser, dtd->scaffold,
usr.bin/vi/common/util.c
45
REALLOC(sp, bp, csize);
usr.bin/vi/ex/ex_subst.c
314
REALLOC((sp), lb, lblen); \
usr.bin/vi/ex/ex_subst.c
327
REALLOC((sp), lb, lblen); \