Searched refs:NotifyRDpipe (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/sendmail/libsm/
H A Dnotify.c35 #define NotifyRDpipe Notifypipe[0] macro
89 CLOSEFD(NotifyRDpipe);
111 CLOSEFD(NotifyRDpipe);
174 if (NotifyRDpipe < 0)
177 SM_FD_SET(NotifyRDpipe, &readfds);
182 r = select(NotifyRDpipe + 1, FDSET_CAST &readfds, NULL, NULL, &timeout);
184 SM_DBG((stderr, "select=%d, fd=%d, e=%d\n", r, NotifyRDpipe, save_errno));
194 if (!FD_ISSET(NotifyRDpipe, &readfds))
197 r = read(NotifyRDpipe, buf, buflen);

Completed in 100 milliseconds