Lines Matching defs:buf
218 voidpf buf = opaque; /* just to make some compilers happy */
225 buf = farmalloc(bsize);
226 if (*(ush*)&buf != 0) return buf;
228 buf = farmalloc(bsize + 16L);
230 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
231 table[next_ptr].org_ptr = buf;
234 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
235 *(ush*)&buf = 0;
236 table[next_ptr++].new_ptr = buf;
237 return buf;