Home
last modified time | relevance | path

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

/external/mksh/src/
Dshf.c427 n = blocking_read(shf->fd, (char *)shf->buf, shf->rbsize); in shf_fillbuf()
Dfuncs.c1939 bytesread = blocking_read(fd, xp, bytesleft); in c_read()
3746 n = blocking_read(fd, (cp = buf), MKSH_CAT_BUFSIZ); in c_cat()
Dmisc.c1335 blocking_read(int fd, char *buf, size_t nbytes) in blocking_read() function
Dsh.h1915 ssize_t blocking_read(int, char *, size_t)
Dedit.c141 while ((n = blocking_read(STDIN_FILENO, &c, 1)) < 0 && errno == EINTR) in x_getc()