Lines Matching refs:signal
1137 followed by the description of the signal specified by @var{signo},
1231 Returns the maximum signal value for which a corresponding symbolic
1237 new signal codes may be added to the system before they are added to
1239 the largest signo value defined in @code{<signal.h>}.
1249 Sets the signal mask to the one provided in @var{set} and returns
1640 Maps an signal number to an signal message string, the contents of
1645 If the supplied signal number is within the valid range of indices for
1647 signal number, then returns the string @samp{Signal @var{num}}, where
1648 @var{num} is the signal number.
1650 If the supplied signal number is not a valid index into
1661 Given an signal number, returns a pointer to a string containing the
1662 symbolic name of that signal number, as found in @code{<signal.h>}.
1664 If the supplied signal number is within the valid range of indices for
1665 symbolic names, but no name is available for the particular signal
1667 @var{num} is the signal number.
1669 If the supplied signal number is not within the range of valid
1748 Given the symbolic name of a signal, map it to a signal number. If no