Searched refs:output (Results 1 – 21 of 21) sorted by relevance
/libuv/test/ |
H A D | test-spawn.c | 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() 350 buf = uv_buf_init(output, sizeof(output)); in TEST_IMPL() 359 printf("output is: %s", output); in TEST_IMPL() 406 buf = uv_buf_init(output, sizeof(output)); in TEST_IMPL() 415 printf("output is: %s", output); in TEST_IMPL() 468 buf = uv_buf_init(output, sizeof(output)); in TEST_IMPL() 477 printf("output is: %s", output); in TEST_IMPL() 545 buf = uv_buf_init(output, sizeof(output)); in TEST_IMPL() [all …]
|
H A D | test-stdio-over-pipes.c | 41 static char output[OUTPUT_SIZE]; variable 79 buf->base = output + output_used; in on_alloc() 107 ASSERT_OK(memcmp("hello world\n", output, 12)); in on_read() 108 wrbuf = uv_buf_init(output, 12); in on_read() 155 ASSERT_OK(memcmp("hello world\nhello world\n", output, 24)); in test_stdio_over_pipes()
|
H A D | benchmark-spawn.c | 40 static char output[OUTPUT_SIZE]; variable 79 buf->base = output + output_used; in on_alloc()
|
/libuv/ |
H A D | .gitignore | 77 # make dist output
|
H A D | CONTRIBUTING.md | 123 Check the output of `git log --oneline files_that_you_changed` to find out
|
H A D | README.md | 198 $ (cd build && ctest -C Debug --output-on-failure)
|
H A D | Makefile.am | 234 test/test-platform-output.c \
|
H A D | ChangeLog | 334 * fix: always zero-terminate idna output (Ben Noordhuis) 1789 * test: avoid truncating output lines (Jameson Nash) 2295 * sunos: add perror() output prior to abort() (Andrew Paprocki) 2649 * test: improve output from IPC test helpers (Bert Belder) 3026 * test: no extra new line in skipped test output (Bartosz Sosnowski) 3383 * win,test: support stdout output larger than 1kb (Bartosz Sosnowski) 3496 * win,tty: fix MultiByteToWideChar output buffer (Santiago Gimeno) 3579 * test: make tap output the default (Ben Noordhuis) 3581 * test: don't dump output for skipped tests (Ben Noordhuis) 3665 * test: improve tap output on test failures (Santiago Gimeno) [all …]
|
H A D | CMakeLists.txt | 607 test/test-platform-output.c
|
/libuv/docs/src/guide/ |
H A D | about.rst | 9 the output of that need and tries to be accurate. That said, the book may have
|
H A D | basics.rst | 34 The most common activity of systems programs is to deal with input and output, 36 input/output functions (``read``, ``fprintf``, etc.) is that they are
|
H A D | utilities.rst | 373 improve the readability of terminal output. For example ``grep --colour``. 397 aware of redirection. If the user redirects the output of your command to 434 As you can see this is very useful to produce nicely formatted output, or even
|
H A D | filesystem.rst | 241 many bytes to the output streams. Finally remember that buffer allocation and
|
H A D | processes.rst | 216 be displayed. Try marking ``stdout`` as being inherited and see the output.
|
/libuv/docs/ |
H A D | make.bat | 213 echo.Link check complete; look for any errors in the above output ^ 214 or in %BUILDDIR%/linkcheck/output.txt. 223 results in %BUILDDIR%/doctest/output.txt.
|
/libuv/docs/src/ |
H A D | pipe.rst | 120 output. If the buffer is not big enough ``UV_ENOBUFS`` will be returned and 133 output. If the buffer is not big enough ``UV_ENOBUFS`` will be returned and
|
H A D | udp.rst | 253 output it indicates how much of it was filled. 271 output it indicates how much of it was filled.
|
H A D | threading.rst | 172 output parameter priority is platform dependent.
|
H A D | misc.rst | 136 uint64_t ru_oublock; /* block output operations */
|
/libuv/m4/ |
H A D | ax_pthread.m4 | 12 # sets the PTHREAD_LIBS output variable to the threads library and linker 13 # flags, and the PTHREAD_CFLAGS output variable to any special C compiler 74 # scripts that are the output of Autoconf when processing the Macro. You
|
H A D | libuv-check-flags.m4 | 23 dnl configure scripts that are the output of Autoconf when processing the
|
Completed in 86 milliseconds