Home | History | Annotate | Download | only in blkid

Lines Matching defs:newbuf

54 	unsigned char	*newbuf;
73 newbuf = realloc(pr->buf, len);
74 if (newbuf == NULL)
76 pr->buf = newbuf;