OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 98 milliseconds