*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->NetBSD man pages -> sys_siglist (3)              
Title
Content
Arch
Section
 

PSIGNAL(3)

Contents


NAME    [Toc]    [Back]

     psignal, sys_siglist, sys_signame - system signal messages

LIBRARY    [Toc]    [Back]

     Standard C Library (libc, -lc)

SYNOPSIS    [Toc]    [Back]

     #include <signal.h>

     void
     psignal(unsigned sig, const char *s);

     extern const char * const sys_siglist[];
     extern const char * const sys_signame[];

DESCRIPTION    [Toc]    [Back]

     The psignal() function locates the descriptive message string for the
     given signal number sig and writes it to the standard error.

     If the argument s is non-NULL it is written to the standard error file
     descriptor prior to the message string, immediately followed by a colon
     and a space.  If the signal number is not recognized (sigaction(2)), the
     string ``Unknown signal'' is produced.

     The message strings can be accessed directly using the external array
     sys_siglist, indexed by recognized signal numbers.  The external array
     sys_signame is used similarly and contains short, upper-case abbreviations
 for signals which are useful for recognizing signal names in user
     input.  The defined variable NSIG contains a count of the strings in
     sys_siglist and sys_signame.

SEE ALSO    [Toc]    [Back]

      
      
     sigaction(2), perror(3), setlocale(3), strsignal(3)

HISTORY    [Toc]    [Back]

     The psignal() function appeared in 4.2BSD.

BSD                            February 27, 1995                           BSD
[ Back ]
 Similar pages
Name OS Title
writesrv Tru64 Lets users send messages to and receive messages from a remote system
msgtql HP-UX maximum number of System V IPC messages in the system at any time
syslogd HP-UX log system messages
syslogd Tru64 Logs system messages
sys_errlist FreeBSD system error messages
perror FreeBSD system error messages
perror IRIX get system error messages
strerror_r FreeBSD system error messages
strerror FreeBSD system error messages
sys_nerr FreeBSD system error messages
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service