| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | strsignal.c | 18 #define sys_siglist no_such_symbol macro 40 #undef sys_siglist 242 static const char **sys_siglist; variable 253 extern const char * const sys_siglist[]; 327 if (sys_siglist == NULL) in init_signal_tables() 330 if ((sys_siglist = (const char **) malloc (nbytes)) != NULL) in init_signal_tables() 332 memset (sys_siglist, 0, nbytes); in init_signal_tables() 336 sys_siglist[eip -> value] = eip -> msg; in init_signal_tables() 427 else if ((sys_siglist == NULL) || (sys_siglist[signo] == NULL)) in strsignal() 438 msg = (char *) sys_siglist[signo]; in strsignal() [all …]
|
| D | configure.ac | 414 vars="sys_errlist sys_nerr sys_siglist" 454 AC_DEFINE(HAVE_SYS_SIGLIST, 1, [Define if you have the sys_siglist variable.])
|
| D | config.in | 363 /* Define if you have the sys_siglist variable. */
|
| D | functions.texi | 1249 @code{sys_siglist} supplied by the system, it is possible for there to 1662 variable @code{sys_siglist}, these strings will be the same as the 1666 the @code{sys_siglist}, but no message is available for the particular 1671 @code{sys_siglist}, returns @code{NULL}.
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | strsignal.c | 18 #define sys_siglist no_such_symbol macro 40 #undef sys_siglist 242 static const char **sys_siglist; variable 253 extern const char * const sys_siglist[]; 327 if (sys_siglist == NULL) in init_signal_tables() 330 if ((sys_siglist = (const char **) malloc (nbytes)) != NULL) in init_signal_tables() 332 memset (sys_siglist, 0, nbytes); in init_signal_tables() 336 sys_siglist[eip -> value] = eip -> msg; in init_signal_tables() 427 else if ((sys_siglist == NULL) || (sys_siglist[signo] == NULL)) in strsignal() 438 msg = (char *) sys_siglist[signo]; in strsignal() [all …]
|
| D | configure.ac | 399 vars="sys_errlist sys_nerr sys_siglist" 437 AC_DEFINE(HAVE_SYS_SIGLIST, 1, [Define if you have the sys_siglist variable.])
|
| D | config.in | 354 /* Define if you have the sys_siglist variable. */
|
| D | functions.texi | 1249 @code{sys_siglist} supplied by the system, it is possible for there to 1662 variable @code{sys_siglist}, these strings will be the same as the 1666 the @code{sys_siglist}, but no message is available for the particular 1671 @code{sys_siglist}, returns @code{NULL}.
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | strsignal.c | 18 #define sys_siglist no_such_symbol macro 40 #undef sys_siglist 242 static const char **sys_siglist; variable 253 extern const char * const sys_siglist[]; 327 if (sys_siglist == NULL) in init_signal_tables() 330 if ((sys_siglist = (const char **) malloc (nbytes)) != NULL) in init_signal_tables() 332 memset (sys_siglist, 0, nbytes); in init_signal_tables() 336 sys_siglist[eip -> value] = eip -> msg; in init_signal_tables() 427 else if ((sys_siglist == NULL) || (sys_siglist[signo] == NULL)) in strsignal() 438 msg = (char *) sys_siglist[signo]; in strsignal() [all …]
|
| D | configure.ac | 414 vars="sys_errlist sys_nerr sys_siglist" 454 AC_DEFINE(HAVE_SYS_SIGLIST, 1, [Define if you have the sys_siglist variable.])
|
| D | config.in | 363 /* Define if you have the sys_siglist variable. */
|
| /netbsd/src/lib/libc/string/ |
| D | __strsignal.c | 72 sys_siglist[signum]), buflen); in __strsignal() 74 return sys_siglist[signum]; in __strsignal()
|
| /netbsd/src/bin/ksh/ |
| D | trap.c | 32 extern char *sys_siglist[]; in inittraps() 38 if (!sigtraps[i].name && sys_siglist[i] && sys_siglist[i][0]) in inittraps() 39 sigtraps[i].mess = sys_siglist[i]; in inittraps()
|
| /netbsd/src/lib/libc/compat/gen/ |
| D | compat_siglist.c | 48 __weak_alias(sys_siglist, _sys_siglist)
|
| /netbsd/src/distrib/utils/libhack/ |
| D | strsignal.c | 58 return((__aconst char *)sys_siglist[signum]);
|
| /netbsd/src/lib/libc/compat/sys/ |
| D | compat_sigtimedwait.c | 44 #undef sys_siglist
|
| /netbsd/src/include/ |
| D | signal.h | 53 extern const char *const *sys_siglist __RENAME(__sys_siglist14);
|
| D | unistd.h | 419 extern const char *const *sys_siglist __RENAME(__sys_siglist14);
|
| /netbsd/src/usr.bin/make/ |
| D | util.c | 172 char *sys_siglist[] = { variable
|
| /netbsd/src/external/bsd/top/dist/ |
| D | commands.c | 61 extern const char * const sys_siglist[];
|
| D | configure.ac | 223 /* NetBSD declares sys_siglist in unistd.h. */
|
| /netbsd/src/lib/libc/gen/ |
| D | Makefile.inc | 174 MLINKS+=psignal.3 sys_siglist.3 psignal.3 sys_signame.3 psignal.3 psiginfo.3
|
| /netbsd/src/sbin/dump/ |
| D | main.c | 760 msg("Rewriting attempted as response to signal %s.\n", sys_siglist[signo]); in sig()
|
| /netbsd/src/lib/libc/include/ |
| D | namespace.h | 85 #define sys_siglist _sys_siglist macro
|
| /netbsd/src/bin/csh/ |
| D | proc.c | 734 sys_siglist[(unsigned char) in pprint()
|