Lines Matching refs:BUFSZ
65 #define BUFSZ 256 macro
78 char result[BUFSZ]; /* result string */
85 char result[BUFSZ]; /* result string */
92 char result[BUFSZ]; /* result string */
99 char result[BUFSZ]; /* result string */
106 char result[BUFSZ]; /* result string */
113 char result[BUFSZ]; /* result string */
120 char result[BUFSZ]; /* result string */
160 for(j = 0; j < BUFSZ; j++) in test_unsigned_short_formatting()
162 us_test[i].result[BUFSZ-1] = '\0'; in test_unsigned_short_formatting()
234 for(j = 0; j < BUFSZ; j++) in test_signed_short_formatting()
236 ss_test[i].result[BUFSZ-1] = '\0'; in test_signed_short_formatting()
384 for(j = 0; j < BUFSZ; j++) in test_unsigned_int_formatting()
386 ui_test[i].result[BUFSZ-1] = '\0'; in test_unsigned_int_formatting()
612 for(j = 0; j < BUFSZ; j++) in test_signed_int_formatting()
614 si_test[i].result[BUFSZ-1] = '\0'; in test_signed_int_formatting()
761 for(j = 0; j < BUFSZ; j++) in test_unsigned_long_formatting()
763 ul_test[i].result[BUFSZ-1] = '\0'; in test_unsigned_long_formatting()
989 for(j = 0; j < BUFSZ; j++) in test_signed_long_formatting()
991 sl_test[i].result[BUFSZ-1] = '\0'; in test_signed_long_formatting()
1103 for(j = 0; j < BUFSZ; j++) in test_curl_off_t_formatting()
1105 co_test[i].result[BUFSZ-1] = '\0'; in test_curl_off_t_formatting()