Home | History | Annotate | Download | only in ppc32

Lines Matching refs:nbytes

152     size_t  nbytes, cc, rr;
167 nbytes = (size*nmemb)+16;
169 /* Alloc a block of 'nbytes' */
170 realadd = (char *) malloc( nbytes );
178 memset( realadd, 0, nbytes );