WIFEXITED 263 anacron/runjob.c if (WIFEXITED(status) && WEXITSTATUS(status) != 0) WIFEXITED 267 anacron/runjob.c else if (!WIFEXITED(status) && WIFSIGNALED(status)) WIFEXITED 271 anacron/runjob.c else if (!WIFEXITED(status) && !WIFSIGNALED(status)) WIFEXITED 362 anacron/runjob.c if (WIFEXITED(status) && WEXITSTATUS(status) == 0) WIFEXITED 364 anacron/runjob.c else if (WIFEXITED(status)) WIFEXITED 658 src/crontab.c else if (WIFEXITED(waiter) && WEXITSTATUS(waiter)) {