Home
last modified time | relevance | path

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

/external/mksh/src/
Dshf.c417 shf->rnleft = blocking_read(shf->fd, (char *) shf->buf, in shf_fillbuf()
Dmisc.c1026 blocking_read(int fd, char *buf, int nbytes) in blocking_read() function
Dsh.h1614 int blocking_read(int, char *, int)
Dedit.c153 while ((n = blocking_read(STDIN_FILENO, &c, 1)) < 0 && errno == EINTR) in x_getc()