Home
last modified time | relevance | path

Searched refs:tty_read (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-tty-duplicate-key.c62 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 Dtty_subs.c126 tty_read(char *str, int len) in tty_read() function
H A Dextern.h322 int tty_read(char *, int);
H A Dar_io.c1476 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()