Home
last modified time | relevance | path

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

/netbsd/external/ibm-public/postfix/dist/src/spawn/
H A Dspawn.c324 if (!NORMAL_EXIT_STATUS(status)) { in spawn_service()
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1087 #define NORMAL_EXIT_STATUS(x) (WIFEXITED(x) && !WEXITSTATUS (x)) macro
1141 #define NORMAL_EXIT_STATUS(x) (WIFEXITED(x) && !WEXITSTATUS (x)) macro
1455 #define NORMAL_EXIT_STATUS(status) ((status) == 0) macro
/netbsd/external/ibm-public/postfix/dist/src/master/
H A Dmaster_spawn.c327 if (!NORMAL_EXIT_STATUS(status)) { in master_reap_child()
/netbsd/external/ibm-public/postfix/dist/src/global/
H A Dpipe_command.c634 if (!NORMAL_EXIT_STATUS(wait_status)) { in pipe_command()