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

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

Completed in 692 milliseconds