Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-spawn.c1891 unsigned char ubuf[OUTPUT_SIZE - 1]; in TEST_IMPL() local
1938 buf = uv_buf_init((char*) ubuf, sizeof ubuf); in TEST_IMPL()
1939 for (i = 0; i < sizeof ubuf; ++i) in TEST_IMPL()
1940 ubuf[i] = i & 255u; in TEST_IMPL()
1941 memset(output, 0, sizeof ubuf); in TEST_IMPL()
1959 r = memcmp(ubuf, output, sizeof ubuf); in TEST_IMPL()

Completed in 11 milliseconds