OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aresize
(Results
1 - 9
of
9
) sorted by relevancy
/src/bin/ksh/
expand.h
45
#define Xclose(xs, xp) (char*)
aresize
((void*)(xs).beg, \
77
(x).beg = (void**)
aresize
((void*) (x).beg, \
88
#define XPclose(x) (void**)
aresize
((void*)(x).beg, \
alloc.c
84
aresize
(void *ptr, size_t size, Area *ap)
function in typeref:typename:void *
path.c
199
current_wd =
aresize
(current_wd, current_wd_size = len, APERM);
proto.h
15
void *
aresize
ARGS((void *, size_t, Area *));
misc.c
130
xsp->beg =
aresize
(xsp->beg, xsp->len + 8, xsp->areap);
1306
ret =
aresize
(b, strlen(b) + 1, ATEMP);
1329
b =
aresize
(b, len, ATEMP);
history.c
548
histlist = (char **)
aresize
(histlist, n*sizeof(char *), APERM);
653
p = *histptr = (char *)
aresize
(*histptr, hlen + clen + 2, APERM);
vi.c
1453
wbuf[0] =
aresize
(wbuf[0], wbuf_len, APERM);
1454
wbuf[1] =
aresize
(wbuf[1], wbuf_len, APERM);
syn.c
407
iops = (struct ioword **)
aresize
((void*) iops,
shf.c
361
nbuf = (unsigned char *)
aresize
(shf->buf, shf->wbsize * 2,
Completed in 17 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025