Home | History | Annotate | Download | only in e2fsck

Lines Matching defs:base

971 	char *base;
985 newptr = realloc(b->base, newsize);
990 b->base = newptr;
993 memcpy(b->base + b->cur, d, len);
1014 char *newptr = realloc(prof_buf.base, prof_buf.cur);
1016 prof_buf.base = newptr;
1018 *buf = prof_buf.base;