Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/libsm/
H A Dnotify.c32 static int Notifypipe[2]; variable
33 #define NotifyRDpipe Notifypipe[0]
34 #define NotifyWRpipe Notifypipe[1]
59 if (pipe(Notifypipe) < 0)