Home
last modified time | relevance | path

Searched refs:sys_siglist (Results 1 – 25 of 40) sorted by relevance

12

/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dstrsignal.c18 #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 …]
Dconfigure.ac414 vars="sys_errlist sys_nerr sys_siglist"
454 AC_DEFINE(HAVE_SYS_SIGLIST, 1, [Define if you have the sys_siglist variable.])
Dconfig.in363 /* Define if you have the sys_siglist variable. */
Dfunctions.texi1249 @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/
Dstrsignal.c18 #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 …]
Dconfigure.ac399 vars="sys_errlist sys_nerr sys_siglist"
437 AC_DEFINE(HAVE_SYS_SIGLIST, 1, [Define if you have the sys_siglist variable.])
Dconfig.in354 /* Define if you have the sys_siglist variable. */
Dfunctions.texi1249 @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/
Dstrsignal.c18 #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 …]
Dconfigure.ac414 vars="sys_errlist sys_nerr sys_siglist"
454 AC_DEFINE(HAVE_SYS_SIGLIST, 1, [Define if you have the sys_siglist variable.])
Dconfig.in363 /* Define if you have the sys_siglist variable. */
/netbsd/src/lib/libc/string/
D__strsignal.c72 sys_siglist[signum]), buflen); in __strsignal()
74 return sys_siglist[signum]; in __strsignal()
/netbsd/src/bin/ksh/
Dtrap.c32 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/
Dcompat_siglist.c48 __weak_alias(sys_siglist, _sys_siglist)
/netbsd/src/distrib/utils/libhack/
Dstrsignal.c58 return((__aconst char *)sys_siglist[signum]);
/netbsd/src/lib/libc/compat/sys/
Dcompat_sigtimedwait.c44 #undef sys_siglist
/netbsd/src/include/
Dsignal.h53 extern const char *const *sys_siglist __RENAME(__sys_siglist14);
Dunistd.h419 extern const char *const *sys_siglist __RENAME(__sys_siglist14);
/netbsd/src/usr.bin/make/
Dutil.c172 char *sys_siglist[] = { variable
/netbsd/src/external/bsd/top/dist/
Dcommands.c61 extern const char * const sys_siglist[];
Dconfigure.ac223 /* NetBSD declares sys_siglist in unistd.h. */
/netbsd/src/lib/libc/gen/
DMakefile.inc174 MLINKS+=psignal.3 sys_siglist.3 psignal.3 sys_signame.3 psignal.3 psiginfo.3
/netbsd/src/sbin/dump/
Dmain.c760 msg("Rewriting attempted as response to signal %s.\n", sys_siglist[signo]); in sig()
/netbsd/src/lib/libc/include/
Dnamespace.h85 #define sys_siglist _sys_siglist macro
/netbsd/src/bin/csh/
Dproc.c734 sys_siglist[(unsigned char) in pprint()

12