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

/freebsd-11-stable/contrib/sendmail/libsm/
H A Dnotify.c34 static int Notifypipe[2]; variable
35 #define NotifyRDpipe Notifypipe[0]
36 #define NotifyWRpipe Notifypipe[1]
61 if (pipe(Notifypipe) < 0)

Completed in 60 milliseconds