Lines Matching refs:message
192 signal, the shell typically prints some kind of error message.
238 * Signal Messages:: Printing a message describing a signal.
824 We mentioned above that the shell prints a message describing the signal
825 that terminated a child process. The clean way to print a message
849 containing a message describing the signal @var{signum}. You
859 @deftypefun void psignal (int @var{signum}, const char *@var{message})
867 This function prints a message describing the signal @var{signum} to the
870 If you call @code{psignal} with a @var{message} that is either a null
871 pointer or an empty string, @code{psignal} just prints the message
874 If you supply a non-null @var{message} argument, then @code{psignal}
876 character to separate the @var{message} from the string corresponding
886 This function returns the message describing the signal @var{signum} or
889 The message points to a static storage whose lifetime is the whole lifetime
900 @code{NULL} for invalid signal number. The message points to a static
1851 signal handler prints a message with @code{fprintf}. Suppose that the
1853 stream when the signal was delivered. Both the signal handler's message