Searched defs:read_stdin (Results 1 – 7 of 7) sorted by relevance
40 void read_stdin(uv_stream_t *stream, ssize_t nread, const uv_buf_t* buf) in read_stdin() function
124 read_stdin(void) in read_stdin() function
43 void read_stdin(uv_stream_t *stream, ssize_t nread, const uv_buf_t *buf) { in read_stdin() function
86 pub(crate) fn read_stdin() -> Result<Vec<u8>> { in read_stdin() function
323 static bool read_stdin(void *buffer, size_t nbytes) in read_stdin() function
183 static FILE* read_stdin() in read_stdin() function
1779 int read_stdin = 0; in main() local