Home | History | Annotate | Download | only in nawk-20071023

Lines Matching full:realloc

103  * return   0 for realloc failure, !=0 for success
113 tbuf = (char *) realloc(*pbuf, minlen);
271 realloc((char *) frame, (nframe += 100) * sizeof(struct Frame));