OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EV_ERR
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/isc/
ev_timers.c
207
EV_ERR
(EINVAL);
210
EV_ERR
(EINVAL);
213
EV_ERR
(EINVAL);
216
EV_ERR
(EINVAL);
263
EV_ERR
(ENOENT);
290
EV_ERR
(ENOENT);
297
EV_ERR
(EINVAL);
316
EV_ERR
(ENOENT);
323
EV_ERR
(EINVAL);
326
EV_ERR
(EINVAL)
[
all
...]
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 12 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025