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