Searched refs:NotifyWRpipe (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sendmail/libsm/ |
H A D | notify.c | 34 #define NotifyWRpipe Notifypipe[1] macro 85 CLOSEFD(NotifyWRpipe); 111 CLOSEFD(NotifyWRpipe); 139 if (NotifyWRpipe < 0) 145 r = write(NotifyWRpipe, netstr, len); 147 SM_DBG((stderr, "pid=%ld, write=%d, fd=%d, e=%d\n", (long)getpid(), r, NotifyWRpipe, save_errno));
|