WTERMSIG          150 source3/lib/tdb_validate.c 			   WTERMSIG(child_status)));
WTERMSIG          156 source3/lib/tdb_validate.c 		ret = WTERMSIG(child_status);
WTERMSIG          449 source3/smbd/chgpasswd.c #if defined(WIFSIGNALLED) && defined(WTERMSIG)
WTERMSIG          452 source3/smbd/chgpasswd.c while we were waiting\n", WTERMSIG(wstat)));
WTERMSIG           86 source4/client/smbmount.c 			exit(128 + WTERMSIG(status));
WTERMSIG          536 source4/client/smbmount.c 		fprintf(stderr, "smbmnt killed by signal %d\n", WTERMSIG(status));
WTERMSIG          249 source4/heimdal/lib/roken/rkpty.c 	    printf("killed by signal: %d\n", WTERMSIG(status));
WTERMSIG          132 source4/heimdal/lib/roken/simple_exec.c 	    ret = WTERMSIG(status) + 128;