Home
last modified time | relevance | path

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

12

/glibc-2.36/libio/
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()
Dfiledoalloc.c83 size = BUFSIZ; in _IO_file_doallocate()
97 if (st.st_blksize > 0 && st.st_blksize < BUFSIZ) in _IO_file_doallocate()
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()
Dwmemstream.c84 buf = calloc (1, BUFSIZ); in open_wmemstream()
93 BUFSIZ / sizeof (wchar_t), buf); in open_wmemstream()
Dsetbuf.c33 _IO_setbuffer (fp, buf, BUFSIZ); in setbuf()
Diolibio.h76 #define _IO_setbuf(_FP, _BUF) _IO_setbuffer (_FP, _BUF, BUFSIZ)
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()
Dgenops.c481 buf = malloc(BUFSIZ); in _IO_default_doallocate()
485 _IO_setb (fp, buf, buf+BUFSIZ, 1); in _IO_default_doallocate()
/glibc-2.36/locale/programs/
Dld-messages.c131 char errbuf[BUFSIZ]; in messages_finish()
133 (void) regerror (result, &re, errbuf, BUFSIZ); in messages_finish()
164 char errbuf[BUFSIZ]; in messages_finish()
166 (void) regerror (result, &re, errbuf, BUFSIZ); in messages_finish()
Dlocale.c546 char buf[BUFSIZ]; in write_locales()
551 if (fgets_unlocked (buf, BUFSIZ, fp) == NULL) in write_locales()
603 if (fgets_unlocked (buf, BUFSIZ, fp) == NULL) in write_locales()
Dcharmap-dir.c262 char junk[BUFSIZ]; in charmap_aliases()
/glibc-2.36/stdio-common/
Dxbug.c39 char buf[BUFSIZ + 1]; in ReadFile()
43 while (!feof(input) && (bytes = fread(buf, 1, BUFSIZ, input)) > 0) { in ReadFile()
Dtst-setvbuf1.c6 if (setvbuf (stderr, NULL, _IOFBF, BUFSIZ) != 0) in do_test()
Dtest_rdwr.c32 char buf[BUFSIZ]; in main()
Dtstscanf.c32 char buf[BUFSIZ]; in main()
/glibc-2.36/time/
Dtest_time.c36 char buf[BUFSIZ]; in main()
39 static char buf[BUFSIZ]; in main()
/glibc-2.36/malloc/
Dtst-malloc-stats-cancellation.c50 char block[BUFSIZ], *p; in buffer_threadproc()
64 while ((nread = read (ifd, block, BUFSIZ)) > 0) in buffer_threadproc()
/glibc-2.36/stdlib/
Disomac.c247 char line[BUFSIZ], *command; in get_null_defines()
349 char line[BUFSIZ], *command; in check_header()
/glibc-2.36/nscd/
Dselinux.c131 buf = alloca (BUFSIZ); in log_callback()
132 vsnprintf (buf, BUFSIZ, fmt, ap); in log_callback()
/glibc-2.36/resolv/
Dres_context_hostalias.c98 char buf[BUFSIZ]; in __res_context_hostalias()
/glibc-2.36/posix/
Dannexc.c710 char line[BUFSIZ], *command; in get_null_defines()
803 char line[BUFSIZ], command[sizeof fmt + strlen (header->name) in check_header()
Dsysconf.c89 return BUFSIZ; in __sysconf()
/glibc-2.36/sysdeps/arm/
Daeabi_lcsts.c77 eabi_constant (BUFSIZ);
/glibc-2.36/timezone/
Dtst-timezone.c95 char buf[BUFSIZ]; in do_test()
/glibc-2.36/sysdeps/posix/
Dsysconf.c644 return BUFSIZ; in __sysconf()

12