HomeSort by relevance Sort by last modified time
    Searched full:complete_read (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/
utils.c 868 * complete_read - read a full `count' bytes from fd,
872 complete_read(int fd, void *buf, size_t count) function
main.c 831 complete_read(pipefd[0], numbuf, 1);
    [all...]
pppd.h 524 ssize_t complete_read __P((int, void *, size_t));
    [all...]

Completed in 1307 milliseconds