Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/master/
H A Dmaster_spawn.c314 #define MASTER_SENT_SIGNAL(serv, status) \ in master_reap_child() macro
336 if (WIFSIGNALED(status) && !MASTER_SENT_SIGNAL(serv, status)) in master_reap_child()