Home
last modified time | relevance | path

Searched refs:total_size (Results 1 – 1 of 1) sorted by relevance

/libuv/test/
H A Dtest-spawn.c1167 size_t total_size = 0; in TEST_IMPL() local
1188 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