Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/libsm/
H A Dnotify.c33 #define NotifyRDpipe Notifypipe[0] macro
87 CLOSEFD(NotifyRDpipe);
109 CLOSEFD(NotifyRDpipe);
178 if (NotifyRDpipe < 0)
181 SM_FD_SET(NotifyRDpipe, &readfds);
185 r = select(NotifyRDpipe + 1, FDSET_CAST &readfds, NULL, NULL, tval);
187 …SM_DBG((stderr, "pid=%ld, select=%d, fd=%d, e=%d\n", (long)getpid(), r, NotifyRDpipe, save_errno));
190 RDNETSTR(r, NotifyRDpipe, (void)0);