HomeSort by relevance Sort by last modified time
    Searched refs:blocking_read (Results 1 - 4 of 4) sorted by null

  /external/mksh/src/
misc.c 1026 blocking_read(int fd, char *buf, int nbytes) function
    [all...]
shf.c 417 shf->rnleft = blocking_read(shf->fd, (char *) shf->buf,
sh.h     [all...]
edit.c 153 while ((n = blocking_read(STDIN_FILENO, &c, 1)) < 0 && errno == EINTR)
    [all...]

Completed in 89 milliseconds