*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: traper | Section: 3 | Source: 4.4BSD | File: traper.3
TRAPER(3F) TRAPER(3F) NAME traper - trap arithmetic errors SYNOPSIS integer function traper (mask) DESCRIPTION NOTE: This routine applies only to the VAX. It is ignored on the PDP11. Integer overflow and floating point underflow are not normally trapped during execution. This routine enables these traps by setting status bits in the process status word. These bits are reset on entry to a subprogram, and the previous state is restored on return. Therefore, this routine must be called inside each subprogram in which these con- ditions should be trapped. If the condition occurs and trapping is en- abled, signal SIGFPE is sent to the process. (See signal(3C)) The argument has the following meaning: value meaning 0 do not trap either condition 1 trap integer overflow only 2 trap floating underflow only 3 trap both the above The previous value of these bits is returned. FILES /usr/lib/libF77.a SEE ALSO signal(3C), signal(3F) 4.2 Berkeley Distribution April 30, 1991 TRAPER(3F)

Navigation Options