Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-spawn.c57 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 Dtest-stdio-over-pipes.c41 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 Dbenchmark-spawn.c40 static char output[OUTPUT_SIZE]; variable
79 buf->base = output + output_used; in on_alloc()
/libuv/
H A D.gitignore77 # make dist output
H A DCONTRIBUTING.md123 Check the output of `git log --oneline files_that_you_changed` to find out
H A DREADME.md198 $ (cd build && ctest -C Debug --output-on-failure)
H A DMakefile.am234 test/test-platform-output.c \
H A DChangeLog334 * 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 DCMakeLists.txt607 test/test-platform-output.c
/libuv/docs/src/guide/
H A Dabout.rst9 the output of that need and tries to be accurate. That said, the book may have
H A Dbasics.rst34 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 Dutilities.rst373 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 Dfilesystem.rst241 many bytes to the output streams. Finally remember that buffer allocation and
H A Dprocesses.rst216 be displayed. Try marking ``stdout`` as being inherited and see the output.
/libuv/docs/
H A Dmake.bat213 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 Dpipe.rst120 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 Dudp.rst253 output it indicates how much of it was filled.
271 output it indicates how much of it was filled.
H A Dthreading.rst172 output parameter priority is platform dependent.
H A Dmisc.rst136 uint64_t ru_oublock; /* block output operations */
/libuv/m4/
H A Dax_pthread.m412 # 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 Dlibuv-check-flags.m423 dnl configure scripts that are the output of Autoconf when processing the

Completed in 86 milliseconds