Searched refs:tty_read (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/mit/libuv/dist/test/ |
H A D | test-tty-duplicate-key.c | 62 static void tty_read(uv_stream_t* tty_in, ssize_t nread, const uv_buf_t* buf) { in tty_read() function 163 r = uv_read_start((uv_stream_t*)&tty_in, tty_alloc, tty_read); in TEST_IMPL() 217 r = uv_read_start((uv_stream_t*)&tty_in, tty_alloc, tty_read); in TEST_IMPL() 283 r = uv_read_start((uv_stream_t*)&tty_in, tty_alloc, tty_read); in TEST_IMPL()
|
/netbsd-src/bin/pax/ |
H A D | tty_subs.c | 126 tty_read(char *str, int len) in tty_read() function
|
H A D | extern.h | 322 int tty_read(char *, int);
|
H A D | ar_io.c | 1476 if ((tty_read(buf,sizeof(buf))<0) || !strcmp(buf,".")){ in ar_next() 1528 if ((tty_read(buf, sizeof(buf)) < 0) || !strcmp(buf, ".")) { in ar_next()
|