Home
last modified time | relevance | path

Searched refs:Realloc (Results 1 – 9 of 9) sorted by relevance

/plan9/sys/src/cmd/upas/scanmail/
H A Dspam.h61 extern void* Realloc(void*, ulong);
H A Dtestscan.c34 Realloc(void *p, ulong n) in Realloc() function
H A Dcommon.c104 buf = Realloc(buf, offset+Quanta+1); in readmsg()
141 buf = Realloc(buf, offset+delta+1); in readmsg()
H A Dscanmail.c60 Realloc(void *p, ulong n) in Realloc() function
/plan9/sys/src/cmd/mk/
H A Dfns.h58 void *Realloc(void*, int);
H A Dbufblock.c55 p->start = Realloc(p->start, n); in growbuf()
H A Denv.c50 envy = (Envy *) Realloc((char *) envy, envsize*sizeof(Envy)); in envinsert()
H A Dmain.c258 Realloc(void *s, int n) in Realloc() function
H A Drun.c196 events = (Event *)Realloc((char *)events, nproclimit*sizeof(Event)); in nproc()