wstat 379 source3/smbd/chgpasswd.c int wstat;
wstat 418 source3/smbd/chgpasswd.c while ((wpid = sys_waitpid(pid, &wstat, 0)) < 0) {
wstat 444 source3/smbd/chgpasswd.c if (WIFEXITED(wstat) && (WEXITSTATUS(wstat) != 0)) {
wstat 446 source3/smbd/chgpasswd.c while we were waiting\n", WEXITSTATUS(wstat)));
wstat 450 source3/smbd/chgpasswd.c else if (WIFSIGNALLED(wstat)) {
wstat 452 source3/smbd/chgpasswd.c while we were waiting\n", WTERMSIG(wstat)));