Home
last modified time | relevance | path

Searched refs:read_stdin (Results 1 - 14 of 14) sorted by relevance

/third_party/libuv/test/
H A Dtest-pipe-close-stdout-read-stdin.c44 void read_stdin(uv_stream_t *stream, ssize_t nread, const uv_buf_t* buf) in read_stdin() function
92 r = uv_read_start((uv_stream_t *)&stdin_pipe, alloc_buffer, read_stdin); in TEST_IMPL()
/third_party/libuv/docs/code/uvtee/
H A Dmain.c43 void read_stdin(uv_stream_t *stream, ssize_t nread, const uv_buf_t *buf) { in read_stdin() function
75 uv_read_start((uv_stream_t*)&stdin_pipe, alloc_buffer, read_stdin); in main()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dcdjpeg.c124 read_stdin(void) in read_stdin() function
H A Dcdjpeg.h137 EXTERN(FILE *) read_stdin(void);
H A Dcjpeg.c641 input_file = read_stdin(); in cjpeg()
H A Djpegtran.c547 fp = read_stdin(); in jpegtran()
H A Ddjpeg.c628 input_file = read_stdin(); in djpeg()
/third_party/curl/tests/server/
H A Dsockfilt.c317 * read_stdin tries to read from stdin nbytes into the given buffer. This is a
323 static bool read_stdin(void *buffer, size_t nbytes) in read_stdin() function
401 if(!read_stdin(buffer, 5)) in read_data_block()
414 if(!read_stdin(buffer, *buffer_len)) in read_data_block()
908 if(!read_stdin(buffer, 5)) in disc_handshake()
1087 if(!read_stdin(buffer, 5)) in juggle()
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dmod.rs111 fs::read_stdin() in read_to_string()
/third_party/rust/crates/cxx/gen/src/
H A Dmod.rs111 fs::read_stdin() in read_to_string()
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dmod.rs111 fs::read_stdin() in read_to_string()
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dmod.rs111 fs::read_stdin() in read_to_string()
/third_party/alsa-utils/amixer/
H A Damixer.c1780 int read_stdin = 0; in main() local
1857 read_stdin = 1; in main()
1875 if (read_stdin) { in main()
/third_party/toybox/toys/pending/
H A Ddiff.c183 static FILE* read_stdin() in read_stdin() function
384 if (IS_STDIN(files[i])) file[i].fp = read_stdin(); in diff()

Completed in 11 milliseconds