Searched refs:total_size (Results 1 – 1 of 1) sorted by relevance
1167 size_t total_size = 0; in TEST_IMPL() local1188 total_size += wcslen(test_output[i]) + 1; in TEST_IMPL()1190 command_line = calloc(total_size + 1, sizeof(WCHAR)); in TEST_IMPL()1196 command_line[total_size - 1] = L'\0'; in TEST_IMPL()
Completed in 12 milliseconds