| /NextBSD/bin/ed/ |
| HD | sub.c | 86 REALLOC(rhbuf, rhbufsz, i + 2, NULL); in extract_subst_template() 102 REALLOC(rhbuf, rhbufsz, i + 1, NULL); in extract_subst_template() 188 REALLOC(rbuf, rbufsz, off + i, ERR); in substitute_matching_text() 198 REALLOC(rbuf, rbufsz, off + i, ERR); in substitute_matching_text() 209 REALLOC(rbuf, rbufsz, off + i + 2, ERR); in substitute_matching_text() 237 REALLOC(rbuf, rbufsz, off + k - j, ERR); in apply_subst_template() 244 REALLOC(rbuf, rbufsz, off + k - j, ERR); in apply_subst_template() 248 REALLOC(rbuf, rbufsz, off + 1, ERR); in apply_subst_template() 251 REALLOC(rbuf, rbufsz, off + 1, ERR); in apply_subst_template()
|
| HD | io.c | 120 REALLOC(sbuf, sbufsz, i + 1, ERR); in get_stream_line() 124 REALLOC(sbuf, sbufsz, i + 2, ERR); in get_stream_line() 224 REALLOC(cvbuf, cvbufsz, l, NULL); in get_extended_line() 235 REALLOC(cvbuf, cvbufsz, l + n, NULL); in get_extended_line() 243 REALLOC(cvbuf, cvbufsz, l + 1, NULL); in get_extended_line() 262 REALLOC(ibuf, ibufsz, i + 2, ERR); in get_tty_line()
|
| HD | main.c | 955 REALLOC(file, filesz, PATH_MAX, NULL); in get_filename() 980 REALLOC(buf, n, j + 1, ERR); in get_shell_command() 985 REALLOC(buf, n, i + 2, ERR); in get_shell_command() 992 REALLOC(buf, n, i + 1, ERR); in get_shell_command() 1004 REALLOC(buf, n, i + shcmdi, ERR); in get_shell_command() 1016 REALLOC(buf, n, i + j, ERR); in get_shell_command() 1022 REALLOC(shcmd, shcmdsz, i + 1, ERR); in get_shell_command() 1095 REALLOC(buf, n, size + bp->len, ERR); in join_lines() 1099 REALLOC(buf, n, size + 2, ERR); in join_lines() 1325 REALLOC(file, filesz, PATH_MAX, NULL); in strip_escapes()
|
| HD | ed.h | 116 #define REALLOC(b,n,i,err) \ macro 142 #define REALLOC(b,n,i,err) \ macro
|
| HD | re.c | 105 REALLOC(lhbuf, lhbufsz, len + 1, NULL); in extract_pattern()
|
| HD | glbl.c | 120 REALLOC(ocmd, ocmdsz, n + 1, ERR); in exec_global()
|
| HD | buf.c | 66 REALLOC(sfbuf, sfbufsz, len + 1, NULL); in get_sbuf_line()
|
| /NextBSD/gnu/usr.bin/grep/ |
| HD | dfa.c | 166 #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); in dfaanalyze() 2283 REALLOC(d->realtrans, int *, d->tralloc + 1); in build_state() 2285 REALLOC(d->fails, int *, d->tralloc); in build_state() 2286 REALLOC(d->success, int, d->tralloc); in build_state() 2351 REALLOC(d->realtrans, int *, d->tralloc + 1); in realloc_trans_if_necessary() 2353 REALLOC(d->fails, int *, d->tralloc); in realloc_trans_if_necessary() 2354 REALLOC(d->success, int, d->tralloc); in realloc_trans_if_necessary()
|
| /NextBSD/contrib/nvi/ex/ |
| HD | ex_subst.c | 308 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)); \
|
| HD | ex_argv.c | 476 REALLOC(sp, exp->args, ARGS **, cnt * sizeof(ARGS *)); in argv_alloc() 497 REALLOC(sp, ap->bp, CHAR_T *, ap->blen * sizeof(CHAR_T)); in argv_alloc()
|
| /NextBSD/contrib/nvi/common/ |
| HD | util.c | 58 REALLOC(sp, bp, void *, csize); in binc()
|
| HD | mem.h | 199 #define REALLOC(sp, p, cast, size) { \ macro
|
| HD | log.c | 753 REALLOC(sp, bp, nword *, blen); in apply_with()
|
| /NextBSD/contrib/expat/lib/ |
| HD | xmlparse.c | 563 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s))) macro 1590 : (char *)REALLOC(buffer, len * 2)); in XML_Parse() 1923 return REALLOC(ptr, size); in XML_MemRealloc() 2093 char *temp = (char *)REALLOC(tag->buf, bufSize); in storeRawNames() 2447 char *temp = (char *)REALLOC(tag->buf, bufSize); in doContent() 2758 temp = (ATTRIBUTE *)REALLOC((void *)atts, attsSize * sizeof(ATTRIBUTE)); in storeAtts() 2763 temp2 = (XML_AttrInfo *)REALLOC((void *)attInfo, attsSize * sizeof(XML_AttrInfo)); in storeAtts() 2910 temp = (NS_ATT *)REALLOC(nsAtts, nsAttsSize * sizeof(NS_ATT)); in storeAtts() 3141 XML_Char *temp = (XML_Char *)REALLOC(b->uri, in addBinding() 4444 char *temp = (char *)REALLOC(groupConnector, groupSize *= 2); in doProlog() [all …]
|
| /NextBSD/contrib/byacc/ |
| HD | defs.h | 164 #define REALLOC(p,n) (realloc((char*)(p),(size_t)(n))) macro
|
| HD | CHANGES | 1078 REALLOC macros.
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | wince-stub.c | 32 #define REALLOC(s, n) (void *) LocalReAlloc ((HLOCAL)(s), (UINT)(n), LMEM_MOVEABLE) macro
|
| /NextBSD/contrib/gcclibs/libiberty/ |
| HD | regex.c | 2003 # define REALLOC(p,s) realloc ((p), (size_t) (s)) macro 2006 # define REALLOC(p,s) realloc ((p), (s)) macro 2078 bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \
|
| /NextBSD/contrib/binutils/libiberty/ |
| HD | regex.c | 2003 # define REALLOC(p,s) realloc ((p), (size_t) (s)) macro 2006 # define REALLOC(p,s) realloc ((p), (s)) macro 2078 bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \
|