bin/ed/buf.c
66
REALLOC(sfbuf, sfbufsz, len + 1, NULL);
bin/ed/glbl.c
119
REALLOC(ocmd, ocmdsz, n + 1, ERR);
bin/ed/io.c
120
REALLOC(sbuf, sbufsz, i + 1, ERR);
bin/ed/io.c
124
REALLOC(sbuf, sbufsz, i + 2, ERR);
bin/ed/io.c
223
REALLOC(cvbuf, cvbufsz, l, NULL);
bin/ed/io.c
234
REALLOC(cvbuf, cvbufsz, l + n, NULL);
bin/ed/io.c
242
REALLOC(cvbuf, cvbufsz, l + 1, NULL);
bin/ed/io.c
261
REALLOC(ibuf, ibufsz, i + 2, ERR);
bin/ed/main.c
1000
REALLOC(shcmd, shcmdsz, i + 1, ERR);
bin/ed/main.c
1073
REALLOC(buf, n, size + bp->len, ERR);
bin/ed/main.c
1077
REALLOC(buf, n, size + 2, ERR);
bin/ed/main.c
1303
REALLOC(file, filesz, PATH_MAX, NULL);
bin/ed/main.c
933
REALLOC(file, filesz, PATH_MAX, NULL);
bin/ed/main.c
958
REALLOC(buf, n, j + 1, ERR);
bin/ed/main.c
963
REALLOC(buf, n, i + 2, ERR);
bin/ed/main.c
970
REALLOC(buf, n, i + 1, ERR);
bin/ed/main.c
982
REALLOC(buf, n, i + shcmdi, ERR);
bin/ed/main.c
994
REALLOC(buf, n, i + j, ERR);
bin/ed/re.c
105
REALLOC(lhbuf, lhbufsz, len + 1, NULL);
bin/ed/sub.c
102
REALLOC(rhbuf, rhbufsz, i + 1, NULL);
bin/ed/sub.c
188
REALLOC(rbuf, rbufsz, off + i, ERR);
bin/ed/sub.c
198
REALLOC(rbuf, rbufsz, off + i, ERR);
bin/ed/sub.c
209
REALLOC(rbuf, rbufsz, off + i + 2, ERR);
bin/ed/sub.c
237
REALLOC(rbuf, rbufsz, off + k - j, ERR);
bin/ed/sub.c
244
REALLOC(rbuf, rbufsz, off + k - j, ERR);
bin/ed/sub.c
248
REALLOC(rbuf, rbufsz, off + 1, ERR);
bin/ed/sub.c
251
REALLOC(rbuf, rbufsz, off + 1, ERR);
bin/ed/sub.c
86
REALLOC(rhbuf, rhbufsz, i + 2, NULL);