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

12

/netbsd-6-1-5-RELEASE/games/atc/
H A Dgrammar.y176 if (sp->num_beacons % REALLOC == 0) {
179 + REALLOC) * sizeof (BEACON));
182 (sp->num_beacons + REALLOC) *
206 if (sp->num_exits % REALLOC == 0) {
209 REALLOC) * sizeof (EXIT));
212 (sp->num_exits + REALLOC) *
239 if (sp->num_airports % REALLOC == 0) {
242 + REALLOC) * sizeof(AIRPORT));
245 (sp->num_airports + REALLOC) *
269 if (sp->num_lines % REALLOC
[all...]
H A Ddef.h54 #define REALLOC 10 macro
/netbsd-6-1-5-RELEASE/bin/ed/
H A Dsub.c93 REALLOC(rhbuf, rhbufsz, i + 2, NULL);
109 REALLOC(rhbuf, rhbufsz, i + 1, NULL);
195 REALLOC(rbuf, rbufsz, off + i, ERR);
205 REALLOC(rbuf, rbufsz, off + i, ERR);
215 REALLOC(rbuf, rbufsz, off + i + 2, ERR);
243 REALLOC(rbuf, rbufsz, off + k - j, ERR);
250 REALLOC(rbuf, rbufsz, off + k - j, ERR);
254 REALLOC(rbuf, rbufsz, off + 1, ERR);
257 REALLOC(rbuf, rbufsz, off + 1, ERR);
H A Dio.c130 REALLOC(sbuf, sbufsz, i + 1, ERR);
134 REALLOC(sbuf, sbufsz, i + 2, ERR);
234 REALLOC(cvbuf, cvbufsz, l, NULL);
245 REALLOC(cvbuf, cvbufsz, l + n, NULL);
253 REALLOC(cvbuf, cvbufsz, l + 1, NULL);
272 REALLOC(ibuf, ibufsz, i + 2, ERR);
H A Dre.c111 REALLOC(lhbuf, lhbufsz, len + 1, NULL);
H A Ded.h125 /* REALLOC: assure at least a minimum size for buffer b */
126 #define REALLOC(b,n,i,err) \ macro
151 /* REALLOC: assure at least a minimum size for buffer b */
152 #define REALLOC(b,n,i,err) \ macro
H A Dglbl.c129 REALLOC(ocmd, ocmdsz, n + 1, ERR);
H A Dbuf.c78 REALLOC(sfbuf, sfbufsz, len + 1, NULL);
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Dutil.c50 REALLOC(sp, bp, void *, csize);
H A Dmem.h196 #define REALLOC(sp, p, cast, size) { \ macro
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/
H A Dreader.c59 cache = REALLOC(cache, cache_size);
107 line = REALLOC(line, linesize);
1067 ? REALLOC(tag_table, (unsigned)tagmax * sizeof(char *))
1360 pitem = (bucket **)REALLOC(pitem, (unsigned)maxitems * sizeof(bucket *));
1369 plhs = (bucket **)REALLOC(plhs, (unsigned)maxrules * sizeof(bucket *));
1372 rprec = (short *)REALLOC(rprec, (unsigned)maxrules * sizeof(short));
1375 rassoc = (char *)REALLOC(rassoc, (unsigned)maxrules * sizeof(char));
2117 rprec = (short *)REALLOC(rprec, (unsigned)nrules * sizeof(short));
2120 rassoc = REALLOC(rassoc, nrules);
H A Doutput.c564 table = (Value_t *) REALLOC(table, (unsigned)newmax * sizeof(Value_t));
567 check = (Value_t *) REALLOC(check, (unsigned)newmax * sizeof(Value_t));
/netbsd-6-1-5-RELEASE/dist/nvi/motif_l/
H A Dm_vi.c172 #ifdef REALLOC macro
173 #undef REALLOC
176 #define REALLOC( ptr, size ) \
301 this_screen->characters = REALLOC( this_screen->characters,
306 this_screen->flags = REALLOC( this_screen->flags,
169 #undef REALLOC macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/demos/expr/
H A Dexpr.c63 #define REALLOC(ptr, alloc, incr, type) \ macro
83 REALLOC (p->data_stack, p->data_alloc, 20, union mpX_t); \
271 REALLOC (p->control_stack, p->control_alloc, 20, \
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_argv.c433 REALLOC(sp, exp->args, ARGS **, cnt * sizeof(ARGS *));
454 REALLOC(sp, ap->bp, CHAR_T *, ap->blen * sizeof(CHAR_T));
H A Dex_subst.c311 REALLOC(sp, sp->newl, size_t *, \
323 REALLOC(sp, lb, CHAR_T *, lblen * sizeof(CHAR_T)); \
336 REALLOC(sp, lb, CHAR_T *, lblen * sizeof(CHAR_T)); \
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dhash.c25 #define REALLOC(o, t, n) ((t *) xrealloc ((o), sizeof (t) * (n))) macro
/netbsd-6-1-5-RELEASE/gnu/dist/grep/src/
H A Ddfa.c166 #define REALLOC(p, t, n) ((p) = (t *) xrealloc((ptr_t) (p), (n) * sizeof (t))) macro
175 REALLOC(p, t, nalloc); \
1871 REALLOC(d->follows[i].elems, position, merged.nelem);
2285 REALLOC(d->realtrans, int *, d->tralloc + 1);
2287 REALLOC(d->fails, int *, d->tralloc);
2288 REALLOC(d->success, int, d->tralloc);
2353 REALLOC(d->realtrans, int *, d->tralloc + 1);
2355 REALLOC(d->fails, int *, d->tralloc);
2356 REALLOC(d->success, int, d->tralloc);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/libgrep/
H A Ddfa.c140 #define REALLOC(p, t, n) ((p) = (t *) xrealloc((ptr_t) (p), (n) * sizeof (t))) macro
149 REALLOC(p, t, nalloc); \
1850 REALLOC(d->follows[i].elems, position, merged.nelem);
2264 REALLOC(d->realtrans, int *, d->tralloc + 1);
2266 REALLOC(d->fails, int *, d->tralloc);
2267 REALLOC(d->success, int, d->tralloc);
2332 REALLOC(d->realtrans, int *, d->tralloc + 1);
2334 REALLOC(d->fails, int *, d->tralloc);
2335 REALLOC(d->success, int, d->tralloc);
/netbsd-6-1-5-RELEASE/external/mit/expat/dist/lib/
H A Dxmlparse.c560 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s))) macro
1561 : (char *)REALLOC(buffer, len * 2));
1877 return REALLOC(ptr, size);
2044 char *temp = (char *)REALLOC(tag->buf, bufSize);
2398 char *temp = (char *)REALLOC(tag->buf, bufSize);
2706 temp = (ATTRIBUTE *)REALLOC((void *)atts, attsSize * sizeof(ATTRIBUTE));
2840 temp = (NS_ATT *)REALLOC(nsAtts, nsAttsSize * sizeof(NS_ATT));
3071 XML_Char *temp = (XML_Char *)REALLOC(b->uri,
4372 char *temp = (char *)REALLOC(groupConnector, groupSize *= 2);
4377 int *temp = (int *)REALLOC(dt
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/stbi/
H A Dstb_image.c448 #define REALLOC(ptr, size) realloc((ptr), (size), M_TEMP, M_WAITOK) macro
452 #define REALLOC(ptr, size) realloc((ptr), (size)) macro
2318 q = (char *) REALLOC(z->zout_start, limit);
2975 p = (uint8 *) REALLOC(z->idata, idata_limit); if (p == NULL) return e("outofmem", "Out of memory");
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dregex.c2006 The REALLOC define eliminates a flurry of conversion warnings,
2009 # define REALLOC(p,s) realloc ((p), (size_t) (s))
2012 # define REALLOC(p,s) realloc ((p), (s))
2083 bufp->buffer = (US_CHAR_TYPE *) REALLOC (COMPILED_BUFFER_VAR, \
1997 # define REALLOC macro
2000 # define REALLOC macro

Completed in 410 milliseconds

12