Lines Matching refs:BUFSZ
54 #define BUFSZ 256 macro
67 char result[BUFSZ]; /* result string */
74 char result[BUFSZ]; /* result string */
81 char result[BUFSZ]; /* result string */
88 char result[BUFSZ]; /* result string */
95 char result[BUFSZ]; /* result string */
102 char result[BUFSZ]; /* result string */
109 char result[BUFSZ]; /* result string */
204 for(j = 0; j<BUFSZ; j++) in test_unsigned_short_formatting()
206 us_test[i].result[BUFSZ-1] = '\0'; in test_unsigned_short_formatting()
374 for(j = 0; j<BUFSZ; j++) in test_signed_short_formatting()
376 ss_test[i].result[BUFSZ-1] = '\0'; in test_signed_short_formatting()
524 for(j = 0; j<BUFSZ; j++) in test_unsigned_int_formatting()
526 ui_test[i].result[BUFSZ-1] = '\0'; in test_unsigned_int_formatting()
752 for(j = 0; j<BUFSZ; j++) in test_signed_int_formatting()
754 si_test[i].result[BUFSZ-1] = '\0'; in test_signed_int_formatting()
901 for(j = 0; j<BUFSZ; j++) in test_unsigned_long_formatting()
903 ul_test[i].result[BUFSZ-1] = '\0'; in test_unsigned_long_formatting()
1129 for(j = 0; j<BUFSZ; j++) in test_signed_long_formatting()
1131 sl_test[i].result[BUFSZ-1] = '\0'; in test_signed_long_formatting()
1357 for(j = 0; j<BUFSZ; j++) in test_curl_off_t_formatting()
1359 co_test[i].result[BUFSZ-1] = '\0'; in test_curl_off_t_formatting()