*** 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: sysdecode_sigcode | Section: 3 | Source: FreeBSD | File: sysdecode_sigcode.3.gz
sysdecode_sigcode(3) FreeBSD Library Functions Manual sysdecode_sigcode(3) NAME sysdecode_sigcode - lookup name of signal code LIBRARY System Argument Decoding Library (libsysdecode, -lsysdecode) SYNOPSIS #include <sysdecode.h> const char * sysdecode_sigcode(int signal, int si_code); DESCRIPTION The sysdecode_sigcode() function returns a text description of the si_code field of the siginfo_t object associated with an instance of signal sig. The text description contains the name of the C macro whose value matches si_code. General purpose signal codes such as SI_USER are handled as well as signal-specific codes for SIGBUS, SIGCHLD, SIGFPE, SIGILL, SIGSEGV and SIGTRAP. If si_code does not represent a known signal code, sysdecode_sigcode() returns NULL. RETURN VALUES The sysdecode_sigcode() function returns a pointer to a signal code description or NULL if si_code is not a known signal code. SEE ALSO sysdecode_sigbus_code(3), sysdecode_sigchld_code(3), sysdecode_sigfpe_code(3), sysdecode_sigill_code(3), sysdecode_sigsegv_code(3), sysdecode_sigtrap_code(3) FreeBSD 14.1-RELEASE-p8 October 17, 2016 FreeBSD 14.1-RELEASE-p8

Navigation Options