Lines Matching refs:buf
81 char buf[256]; in printf_test() local
88 strcpy(buf, format[i]); in printf_test()
89 strcat(buf, "d"); in printf_test()
90 intchk(buf); in printf_test()
95 strcpy(buf, format[i]); in printf_test()
96 strcat(buf, "f"); in printf_test()
97 fltchk(buf); in printf_test()
101 strcpy(buf, format[i]); in printf_test()
102 strcat(buf, "x"); in printf_test()
103 intchk(buf); in printf_test()
150 char buf[20]; in printf_test() local
155 snprintf (buf, sizeof (buf), "%30s", "foo"), (int) sizeof (buf), in printf_test()
156 buf); in printf_test()
157 memset(buf2,0,sizeof(buf)); in printf_test()