Home
last modified time | relevance | path

Searched refs:BUFSIZ (Results 1 – 9 of 9) sorted by relevance

/libio/
A Dtst-bz22415.c36 char buf[BUFSIZ]; in do_test()
46 TEST_VERIFY_EXIT (setvbuf (f, buf, _IOFBF, BUFSIZ) == 0); in do_test()
62 TEST_VERIFY_EXIT (setvbuf (f, buf, _IOFBF, BUFSIZ) == 0); in do_test()
73 TEST_VERIFY_EXIT (setvbuf (f, buf, _IOFBF, BUFSIZ) == 0); in do_test()
85 TEST_VERIFY_EXIT (setvbuf (f, buf, _IOFBF, BUFSIZ) == 0); in do_test()
A Dfiledoalloc.c83 size = BUFSIZ; in _IO_file_doallocate()
97 if (st.st_blksize > 0 && st.st_blksize < BUFSIZ) in _IO_file_doallocate()
A Dsetbuf.c33 _IO_setbuffer (fp, buf, BUFSIZ); in setbuf()
A Dmemstream.c83 buf = calloc (1, BUFSIZ); in __open_memstream()
91 _IO_str_init_static_internal (&new_f->fp._sf, buf, BUFSIZ, buf); in __open_memstream()
A Dwmemstream.c84 buf = calloc (1, BUFSIZ); in open_wmemstream()
93 BUFSIZ / sizeof (wchar_t), buf); in open_wmemstream()
A Diolibio.h76 #define _IO_setbuf(_FP, _BUF) _IO_setbuffer (_FP, _BUF, BUFSIZ)
A Dwgenops.c380 wchar_t *buf = (wchar_t *)malloc (BUFSIZ); in libc_hidden_def()
384 _IO_wsetb (fp, buf, buf + BUFSIZ / sizeof *buf, 1); in libc_hidden_def()
A Dgenops.c481 buf = malloc(BUFSIZ); in _IO_default_doallocate()
485 _IO_setb (fp, buf, buf+BUFSIZ, 1); in _IO_default_doallocate()
A Dstdio.h99 #define BUFSIZ 8192 macro

Completed in 18 milliseconds