Searched defs:ok_error (Results 1 - 1 of 1) sorted by relevance

/external/ppp/pppd/
H A Dsys-linux.c172 #define ok_error(num) ((num)==EIO) macro
385 if ( ! ok_error (errno) )
405 if ( ! ok_error ( errno ))
425 if ( ! ok_error (errno) ) {
441 if (ioctl(tty_fd, TIOCSETD, &tty_disc) < 0 && !ok_error(errno))
507 if (ok_error (errno))
522 if ( ! ok_error (errno))
564 if ( ! ok_error (errno))
569 if ( ! ok_error (errno))
575 if ( ! ok_error (errn
[all...]

Completed in 72 milliseconds