Home
last modified time | relevance | path

Searched defs:read_stdin (Results 1 – 7 of 7) sorted by relevance

/third_party/libuv/test/
Dtest-pipe-close-stdout-read-stdin.c40 void read_stdin(uv_stream_t *stream, ssize_t nread, const uv_buf_t* buf) in read_stdin() function
/third_party/skia/third_party/externals/libjpeg-turbo/
Dcdjpeg.c124 read_stdin(void) in read_stdin() function
/third_party/libuv/docs/code/uvtee/
Dmain.c43 void read_stdin(uv_stream_t *stream, ssize_t nread, const uv_buf_t *buf) { in read_stdin() function
/third_party/rust/crates/cxx/gen/src/
Dfs.rs86 pub(crate) fn read_stdin() -> Result<Vec<u8>> { in read_stdin() function
/third_party/curl/tests/server/
Dsockfilt.c323 static bool read_stdin(void *buffer, size_t nbytes) in read_stdin() function
/third_party/toybox/toys/pending/
Ddiff.c183 static FILE* read_stdin() in read_stdin() function
/third_party/alsa-utils/amixer/
Damixer.c1779 int read_stdin = 0; in main() local