Home
last modified time | relevance | path

Searched refs:D_ISSET (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c1842 { "ISSET", D_ISSET },
1951 setbitn(D_ISSET, ClientSettings[family].d_flags); /* mark as set */
2034 if (bitnset(D_ISSET, ClientSettings[i].d_flags))
H A Dsendmail.h1833 #define D_ISSET ((char)0x03) /* this client struct is set */ macro