OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EV_ERR
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
win32.py
189
EV_ERR
= 128 # Variable c_int
319
'N11_OVERLAPPED4DOLLAR_484DOLLAR_49E', '
EV_ERR
',
/bionic/libc/upstream-netbsd/lib/libc/isc/
eventlib_p.h
49
#define
EV_ERR
(e) return (errno = (e), -1)
50
#define OK(x) if ((x) < 0)
EV_ERR
(errno); else (void)NULL
51
#define OKFREE(x, y) if ((x) < 0) { FREE((y));
EV_ERR
(errno); } \
Completed in 256 milliseconds