HomeSort by: relevance | last modified time | path
    Searched refs:tty_read (Results 1 - 5 of 5) sorted by relevancy

  /src/bin/pax/
tty_subs.c 118 * tty_read()
126 tty_read(char *str, int len) function
extern.h 322 int tty_read(char *, int);
ar_io.c 1476 if ((tty_read(buf,sizeof(buf))<0) || !strcmp(buf,".")){
1528 if ((tty_read(buf, sizeof(buf)) < 0) || !strcmp(buf, ".")) {
pat_rep.c 768 if (tty_read(tmpname, sizeof(tmpname)) < 0)
  /src/external/mit/libuv/dist/test/
test-tty-duplicate-key.c 62 static void tty_read(uv_stream_t* tty_in, ssize_t nread, const uv_buf_t* buf) { function
163 r = uv_read_start((uv_stream_t*)&tty_in, tty_alloc, tty_read);
220 r = uv_read_start((uv_stream_t*)&tty_in, tty_alloc, tty_read);
277 r = uv_read_start((uv_stream_t*)&tty_in, tty_alloc, tty_read);
343 r = uv_read_start((uv_stream_t*)&tty_in, tty_alloc, tty_read);

Completed in 87 milliseconds