Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Devents.c183 #define EVENT_MASK_ISSET(fd, mask) FD_ISSET((fd), (mask)) macro
228 #define EVENT_MASK_ISSET(fd, mask) \ macro