Searched refs:BUFSZ (Results 1 – 1 of 1) sorted by relevance
65 #define BUFSZ 256 macro160 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()761 for(j = 0; j < BUFSZ; j++) in test_unsigned_long_formatting()989 for(j = 0; j < BUFSZ; j++) in test_signed_long_formatting()[all …]
Completed in 9 milliseconds