OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ok_error
(Results
1 - 1
of
1
) sorted by null
/external/ppp/pppd/
sys-linux.c
171
#define
ok_error
(num) ((num)==EIO)
macro
384
if ( !
ok_error
(errno) )
404
if ( !
ok_error
( errno ))
424
if ( !
ok_error
(errno) ) {
440
if (ioctl(tty_fd, TIOCSETD, &tty_disc) < 0 && !
ok_error
(errno))
506
if (
ok_error
(errno))
521
if ( !
ok_error
(errno))
563
if ( !
ok_error
(errno))
568
if ( !
ok_error
(errno))
574
if ( !
ok_error
(errno)
[
all
...]
Completed in 178 milliseconds