Home
last modified time | relevance | path

Searched refs:STDIO_VBUF_SIZE (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/sort/common/
H A Dstreams_common.h38 #define STDIO_VBUF_SIZE (16 * KILOBYTE) macro
H A Dstreams_stdio.c92 str->s_buffer = xzmap(0, STDIO_VBUF_SIZE, PROT_READ | in stream_stdio_prime()
96 str->s_buffer_size = STDIO_VBUF_SIZE; in stream_stdio_prime()
H A Dstreams.c258 str->s_type.BF.s_vbuf = safe_realloc(NULL, STDIO_VBUF_SIZE); in stream_open_for_read()
260 STDIO_VBUF_SIZE) != 0) { in stream_open_for_read()