Searched refs:bufmem (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/bin/pax/
H A Dbuf_subs.c60 * Need to change bufmem to dynamic allocation when the upper
64 static char bufmem[MAXBLK+BLKMULT]; /* i/o buffer + pushback id space */ variable
86 buf = &(bufmem[BLKMULT]);
139 buf = &(bufmem[BLKMULT]);
172 buf = &(bufmem[BLKMULT]);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dmasterdump.c1387 char *bufmem; local
1396 bufmem = isc_mem_get(dctx->mctx, initial_buffer_length);
1397 if (bufmem == NULL)
1400 isc_buffer_init(&buffer, bufmem, initial_buffer_length);
1816 char *bufmem; local
1830 bufmem = isc_mem_get(mctx, initial_buffer_length);
1831 if (bufmem == NULL)
1834 isc_buffer_init(&buffer, bufmem, initial_buffer_length);

Completed in 104 milliseconds