/glibc-2.36/libio/ |
D | tst-bz22415.c | 36 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()
|
D | filedoalloc.c | 83 size = BUFSIZ; in _IO_file_doallocate() 97 if (st.st_blksize > 0 && st.st_blksize < BUFSIZ) in _IO_file_doallocate()
|
D | memstream.c | 83 buf = calloc (1, BUFSIZ); in __open_memstream() 91 _IO_str_init_static_internal (&new_f->fp._sf, buf, BUFSIZ, buf); in __open_memstream()
|
D | wmemstream.c | 84 buf = calloc (1, BUFSIZ); in open_wmemstream() 93 BUFSIZ / sizeof (wchar_t), buf); in open_wmemstream()
|
D | setbuf.c | 33 _IO_setbuffer (fp, buf, BUFSIZ); in setbuf()
|
D | iolibio.h | 76 #define _IO_setbuf(_FP, _BUF) _IO_setbuffer (_FP, _BUF, BUFSIZ)
|
D | wgenops.c | 380 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()
|
D | genops.c | 481 buf = malloc(BUFSIZ); in _IO_default_doallocate() 485 _IO_setb (fp, buf, buf+BUFSIZ, 1); in _IO_default_doallocate()
|
/glibc-2.36/locale/programs/ |
D | ld-messages.c | 131 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()
|
D | locale.c | 546 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()
|
D | charmap-dir.c | 262 char junk[BUFSIZ]; in charmap_aliases()
|
/glibc-2.36/stdio-common/ |
D | xbug.c | 39 char buf[BUFSIZ + 1]; in ReadFile() 43 while (!feof(input) && (bytes = fread(buf, 1, BUFSIZ, input)) > 0) { in ReadFile()
|
D | tst-setvbuf1.c | 6 if (setvbuf (stderr, NULL, _IOFBF, BUFSIZ) != 0) in do_test()
|
D | test_rdwr.c | 32 char buf[BUFSIZ]; in main()
|
D | tstscanf.c | 32 char buf[BUFSIZ]; in main()
|
/glibc-2.36/time/ |
D | test_time.c | 36 char buf[BUFSIZ]; in main() 39 static char buf[BUFSIZ]; in main()
|
/glibc-2.36/malloc/ |
D | tst-malloc-stats-cancellation.c | 50 char block[BUFSIZ], *p; in buffer_threadproc() 64 while ((nread = read (ifd, block, BUFSIZ)) > 0) in buffer_threadproc()
|
/glibc-2.36/stdlib/ |
D | isomac.c | 247 char line[BUFSIZ], *command; in get_null_defines() 349 char line[BUFSIZ], *command; in check_header()
|
/glibc-2.36/nscd/ |
D | selinux.c | 131 buf = alloca (BUFSIZ); in log_callback() 132 vsnprintf (buf, BUFSIZ, fmt, ap); in log_callback()
|
/glibc-2.36/resolv/ |
D | res_context_hostalias.c | 98 char buf[BUFSIZ]; in __res_context_hostalias()
|
/glibc-2.36/posix/ |
D | annexc.c | 710 char line[BUFSIZ], *command; in get_null_defines() 803 char line[BUFSIZ], command[sizeof fmt + strlen (header->name) in check_header()
|
D | sysconf.c | 89 return BUFSIZ; in __sysconf()
|
/glibc-2.36/sysdeps/arm/ |
D | aeabi_lcsts.c | 77 eabi_constant (BUFSIZ);
|
/glibc-2.36/timezone/ |
D | tst-timezone.c | 95 char buf[BUFSIZ]; in do_test()
|
/glibc-2.36/sysdeps/posix/ |
D | sysconf.c | 644 return BUFSIZ; in __sysconf()
|