Lines Matching refs:output
57 static char output[OUTPUT_SIZE]; variable
127 buf->base = output + output_used; in on_alloc()
308 printf("output is: %s", output); in TEST_IMPL()
309 ASSERT_OK(strcmp("hello world\n", output)); in TEST_IMPL()
350 buf = uv_buf_init(output, sizeof(output)); in TEST_IMPL()
359 printf("output is: %s", output); in TEST_IMPL()
360 ASSERT_OK(strcmp("hello world\n", output)); in TEST_IMPL()
406 buf = uv_buf_init(output, sizeof(output)); in TEST_IMPL()
415 printf("output is: %s", output); in TEST_IMPL()
416 ASSERT_OK(strcmp("hello world\nhello errworld\n", output)); in TEST_IMPL()
468 buf = uv_buf_init(output, sizeof(output)); in TEST_IMPL()
477 printf("output is: %s", output); in TEST_IMPL()
478 ASSERT_OK(strcmp("hello world\nhello errworld\n", output)); in TEST_IMPL()
545 buf = uv_buf_init(output, sizeof(output)); in TEST_IMPL()
556 printf("output is: %s", output); in TEST_IMPL()
557 ASSERT_OK(strncmp("hello errworld\n", output, 15)); in TEST_IMPL()
568 printf("output is: %s", output); in TEST_IMPL()
569 ASSERT_OK(strncmp("hello world\n", output, 12)); in TEST_IMPL()
619 ASSERT_OK(strcmp(buffer, output)); in TEST_IMPL()
653 printf("output from stdio[3] is: %s", output); in TEST_IMPL()
654 ASSERT_OK(strcmp("fourth stdio!\n", output)); in TEST_IMPL()
818 printf("output is: %s", output); in TEST_IMPL()
819 ASSERT_OK(strcmp("testval", output)); in TEST_IMPL()
954 ASSERT_OK(strcmp(output, "TEST")); in TEST_IMPL()
1001 ASSERT_OK(strcmp(output, "TEST")); in TEST_IMPL()
1138 printf("output is: %s", output); in TEST_IMPL()
1139 ASSERT_OK(strcmp("hello world\n", output)); in TEST_IMPL()
1939 memset(output, 0, sizeof ubuf); in TEST_IMPL()
1957 r = memcmp(ubuf, output, sizeof ubuf); in TEST_IMPL()