Searched refs:sys_siglist (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dsiglist.c37 char *sys_siglist[NSIG]; variable
45 sys_siglist[i] = (char *)0x0;
47 sys_siglist[0] = "Bogus signal";
50 sys_siglist[SIGHUP] = "Hangup";
54 sys_siglist[SIGINT] = "Interrupt";
58 sys_siglist[SIGQUIT] = "Quit";
62 sys_siglist[SIGILL] = "Illegal instruction";
66 sys_siglist[SIGTRAP] = "BPT trace/trap";
74 sys_siglist[SIGABRT] = "ABORT instruction";
78 sys_siglist[SIGEM
[all...]
H A Dsiglist.h1 /* siglist.h -- encapsulate various definitions for sys_siglist */
26 #if defined (HAVE_UNDER_SYS_SIGLIST) && !defined (HAVE_SYS_SIGLIST) && !defined (sys_siglist)
27 # define sys_siglist _sys_siglist macro
28 #endif /* HAVE_UNDER_SYS_SIGLIST && !HAVE_SYS_SIGLIST && !sys_siglist */
30 #if !defined (sys_siglist)
31 extern char *sys_siglist[];
32 #endif /* !sys_siglist */
37 # define strsignal(sig) (char *)sys_siglist[sig]
H A Dconfigure16998 echo "$as_me:$LINENO: checking whether sys_siglist is declared" >&5
16999 echo $ECHO_N "checking whether sys_siglist is declared... $ECHO_C" >&6
17010 /* NetBSD declares sys_siglist in unistd.h. */
17019 #ifndef sys_siglist
17020 char *p = (char *) sys_siglist;
23382 echo "$as_me:$LINENO: checking for sys_siglist in system C library" >&5
23383 echo $ECHO_N "checking for sys_siglist in system C library... $ECHO_C" >&6
23388 { echo "$as_me:$LINENO: WARNING: cannot check for sys_siglist if cross compiling -- defaulting to no" >&5
23389 echo "$as_me: WARNING: cannot check for sys_siglist if cross compiling -- defaulting to no" >&2;}
23405 extern char *sys_siglist[];
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/CWRU/misc/
H A Dsigs.c24 extern char *sys_siglist[];
39 fprintf(stderr, "%d: ignored (%s)\n", i, sys_siglist[i]);
41 fprintf(stderr, "%d: caught (%s)\n", i, sys_siglist[i]);
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dsiglist.c73 const char *const sys_siglist[NSIG] = { variable
H A Dpsignal.c54 c = sys_siglist[sig];
/macosx-10.10/sudo-73/src/
H A Dstrsignal.c27 # define sudo_sys_siglist sys_siglist
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dstrsignal.c9 /* We need to declare sys_siglist, because even if the system provides
11 SunOS provides sys_siglist, but it does not declare it in any
12 header file). However, we can't declare sys_siglist portably,
18 #define sys_siglist no_such_symbol macro
38 /* Undefine the macro we used to hide the definition of sys_siglist
40 #undef sys_siglist macro
242 static const char **sys_siglist; variable
253 extern const char * const sys_siglist[];
271 the signal_names and the sys_siglist (if needed) tables, which are
324 /* Now attempt to allocate the sys_siglist tabl
[all...]
/macosx-10.10/Libc-1044.1.2/string/FreeBSD/
H A Dstrsignal.c106 catgets(catd, 2, num, sys_siglist[num]),
108 sys_siglist[num],
/macosx-10.10/emacs-93/emacs/src/
H A Dsysdep.c2933 # ifdef sys_siglist
2934 # undef sys_siglist
2936 # define sys_siglist my_sys_siglist
2951 sys_siglist[SIGABRT] = "Aborted";
2954 sys_siglist[SIGAIO] = "LAN I/O interrupt";
2957 sys_siglist[SIGALRM] = "Alarm clock";
2960 sys_siglist[SIGBUS] = "Bus error";
2963 sys_siglist[SIGCLD] = "Child status changed";
2966 sys_siglist[SIGCHLD] = "Child status changed";
2969 sys_siglist[SIGCON
2915 # undef sys_siglist macro
2917 # define sys_siglist macro
[all...]
H A Dconfig.in120 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
904 /* Define to any substitute for sys_siglist. */
905 #undef sys_siglist
H A Dmac.c3582 char *sys_siglist[] =
3594 char *sys_siglist[] =
3578 char *sys_siglist[] = variable
3590 char *sys_siglist[] = variable
/macosx-10.10/Libc-1044.1.2/include/
H A Dsignal.h70 extern __const char *__const sys_siglist[NSIG];
/macosx-10.10/groff-38/groff/src/roff/groff/
H A Dpipeline.c573 if (n >= 0 && n < NSIG && sys_siglist[n] != 0)
574 return sys_siglist[n];
/macosx-10.10/apr-32/apr/apr/threadproc/unix/
H A Dsignals.c119 return (signum >= 0) ? sys_siglist[signum] : "unknown signal (number)";
/macosx-10.10/diskdev_cmds-576/mount.tproj/
H A Dmount.c454 warnx("%s: %s", name, sys_siglist[WTERMSIG(status)]);
/macosx-10.10/emacs-93/emacs/
H A Dconfigure7013 { echo "$as_me:$LINENO: checking whether sys_siglist is declared" >&5
7014 echo $ECHO_N "checking whether sys_siglist is declared... $ECHO_C" >&6; }
7028 #ifndef sys_siglist
7029 (void) sys_siglist;
7154 #define sys_siglist __sys_siglist

Completed in 759 milliseconds