Searched defs:buf (Results 1 – 25 of 54) sorted by relevance
123
/stdio-common/ |
A D | tst-printf.c | 197 char buf[20]; in do_test() local 227 char buf[200]; in do_test() local 238 char buf[200]; in do_test() local 270 char buf[20]; in do_test() local 293 char buf[100]; in rfg1() local 325 char buf[100]; in rfg2() local 372 char buf[100]; in rfg3() local
|
A D | tst-sprintf-errno.c | 32 char buf[64]; in do_test() local
|
A D | tst-printf-fp-free.c | 30 char buf[131072]; in do_test() local
|
A D | tempnam.c | 31 char buf[FILENAME_MAX]; in tempnam() local
|
A D | tst-fmemopen3.c | 42 char buf[32] = "testing buffer"; in do_test_write_append() local 67 char buf[] = { 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55 }; in do_test_write_append_without_null() local 102 char buf[32] = "testing buffer"; in do_test_read_append() local 149 char buf[] = "abcdefghijklmnopqrstuvxz0123456789"; in do_test_read_seek_neg() local 196 char buf[10]; in do_test_write_append_2() local
|
A D | tst-ferror.c | 6 char buf[100]; in do_test() local
|
A D | bug23-2.c | 49 char *buf = malloc (strlen (expected) + 1); in do_test() local
|
A D | bug23.c | 4 static char buf[32768]; variable
|
A D | bug25.c | 50 char *buf = malloc (strlen (expected) + 1); in do_test() local
|
A D | bug6.c | 6 char buf[80]; in main() local
|
A D | bug11.c | 8 char buf [1024] = "Ooops"; in main() local
|
A D | scanf8.c | 9 char buf [1024] = "Ooops"; in main() local
|
A D | tst-cookie.c | 16 cookieread (void *cookie, char *buf, size_t count) in cookieread() 29 cookiewrite (void *cookie, const char *buf, size_t count) in cookiewrite() 70 char buf[1]; in do_test() local
|
A D | psignal.c | 41 char *buf; in psignal() local
|
A D | tstgetln.c | 23 char *buf = NULL; in main() local
|
A D | tst-printfsz.c | 13 char buf[1024]; in do_test() local
|
A D | tst-gets.c | 31 char buf[100]; in do_test() local
|
A D | bug21.c | 6 static const char buf[] = " "; in do_test() local
|
A D | tst-fgets.c | 9 char buf[2]; in do_test() local
|
A D | bug3.c | 32 char buf[25]; in main() local
|
A D | bug9.c | 7 char buf[100]; in main() local
|
A D | tst-printf-binary-main.c | 47 CHAR buf[1024]; in do_test() local
|
A D | bug8.c | 7 char buf[100]; in main() local
|
A D | tmpfile.c | 49 char buf[FILENAME_MAX]; in tmpfile() local
|
A D | bug17.c | 8 char buf[100]; in do_test() local
|
Completed in 16 milliseconds
123