OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blocking_read
(Results
1 - 5
of
5
) sorted by null
/external/mksh/src/
shf.c
422
n =
blocking_read
(shf->fd, (char *)shf->buf, shf->rbsize);
funcs.c
[
all
...]
misc.c
1274
blocking_read
(int fd, char *buf, size_t nbytes)
function
[
all
...]
sh.h
[
all
...]
edit.c
141
while ((n =
blocking_read
(STDIN_FILENO, &c, 1)) < 0 && errno == EINTR)
[
all
...]
Completed in 46 milliseconds