Lines Matching refs:j
135 int i, j; in test_unsigned_short_formatting() local
160 for(j = 0; j < BUFSZ; j++) in test_unsigned_short_formatting()
161 us_test[i].result[j] = 'X'; in test_unsigned_short_formatting()
187 int i, j; in test_signed_short_formatting() local
234 for(j = 0; j < BUFSZ; j++) in test_signed_short_formatting()
235 ss_test[i].result[j] = 'X'; in test_signed_short_formatting()
261 int i, j; in test_unsigned_int_formatting() local
384 for(j = 0; j < BUFSZ; j++) in test_unsigned_int_formatting()
385 ui_test[i].result[j] = 'X'; in test_unsigned_int_formatting()
411 int i, j; in test_signed_int_formatting() local
612 for(j = 0; j < BUFSZ; j++) in test_signed_int_formatting()
613 si_test[i].result[j] = 'X'; in test_signed_int_formatting()
639 int i, j; in test_unsigned_long_formatting() local
761 for(j = 0; j < BUFSZ; j++) in test_unsigned_long_formatting()
762 ul_test[i].result[j] = 'X'; in test_unsigned_long_formatting()
788 int i, j; in test_signed_long_formatting() local
989 for(j = 0; j < BUFSZ; j++) in test_signed_long_formatting()
990 sl_test[i].result[j] = 'X'; in test_signed_long_formatting()
1016 int i, j; in test_curl_off_t_formatting() local
1103 for(j = 0; j < BUFSZ; j++) in test_curl_off_t_formatting()
1104 co_test[i].result[j] = 'X'; in test_curl_off_t_formatting()