Home
last modified time | relevance | path

Searched defs:UV__ERR (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/
H A Duv-compat.h
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
H A Duv-compat.h46 #define UV__ERR(x) (-(x)) macro
/netbsd-src/external/mit/libuv/dist/src/
H A Duv-common.h46 # define UV__ERR(x) (-(x)) macro
48 # define UV__ERR(x) (x) macro
/netbsd-src/external/mit/libuv/dist/include/uv/
H A Derrno.h27 # define UV__ERR(x) (-(x)) macro
29 # define UV__ERR(x) (x) macro