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

/freebsd-11-stable/contrib/sendmail/libsm/
H A Dnotify.c36 #define NotifyWRpipe Notifypipe[1] macro
87 CLOSEFD(NotifyWRpipe);
113 CLOSEFD(NotifyWRpipe);
139 if (NotifyWRpipe < 0)
142 r = write(NotifyWRpipe, buf, buflen);
144 SM_DBG((stderr, "write=%d, fd=%d, e=%d\n", r, NotifyWRpipe, save_errno));

Completed in 32 milliseconds