bsdtohpuxsig 217 compat/hpux/hpux_compat.c retval[1] = (bsdtohpuxsig(sig) << 8) | WSTOPPED; bsdtohpuxsig 220 compat/hpux/hpux_compat.c bsdtohpuxsig(sig & 0x7F) | (sig & 0x80); bsdtohpuxsig 261 compat/hpux/hpux_compat.c rv = W_STOPCODE(bsdtohpuxsig(sig)); bsdtohpuxsig 265 compat/hpux/hpux_compat.c rv = W_EXITCODE(xstat, bsdtohpuxsig(sig)) | bsdtohpuxsig 400 compat/hpux/hpux_sig.c if ((mask & sigmask(sig)) && (nsig = bsdtohpuxsig(sig))) bsdtohpuxsig 57 compat/hpux/hpux_sig.h int bsdtohpuxsig(int);