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

  /external/ppp/pppd/
sys-linux.c 173 #define ok_error(num) ((num)==EIO) macro
391 if ( ! ok_error (errno) )
411 if ( ! ok_error ( errno ))
431 if ( ! ok_error (errno) ) {
447 if (ioctl(tty_fd, TIOCSETD, &tty_disc) < 0 && !ok_error(errno))
513 if (ok_error (errno))
528 if ( ! ok_error (errno))
570 if ( ! ok_error (errno))
575 if ( ! ok_error (errno))
581 if ( ! ok_error (errno)
    [all...]

Completed in 225 milliseconds