Home | History | Annotate | Download | only in blkid

Lines Matching defs:newbuf

56 	unsigned char	*newbuf;
75 newbuf = realloc(pr->buf, len);
76 if (newbuf == NULL)
78 pr->buf = newbuf;