| /src/distrib/utils/libhack/ |
| strsignal.c | 58 return((__aconst char *)sys_siglist[signum]);
|
| /src/lib/libc/compat/gen/ |
| compat_siglist.c | 48 __weak_alias(sys_siglist, _sys_siglist)
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| strsignal.c | 9 /* 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 table, zero it out, and the [all...] |
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| strsignal.c | 9 /* 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 table, zero it out, and the [all...] |
| /src/external/gpl3/gcc/dist/libiberty/ |
| strsignal.c | 9 /* 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 table, zero it out, and the [all...] |
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| strsignal.c | 9 /* 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 table, zero it out, and the [all...] |
| /src/external/gpl3/gdb/dist/libiberty/ |
| strsignal.c | 9 /* 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 table, zero it out, and the [all...] |
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| strsignal.c | 9 /* 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 table, zero it out, and the [all...] |
| /src/external/gpl2/gmake/dist/ |
| signame.c | 24 /* If the system provides sys_siglist, we'll use that. 44 static const char *sys_siglist[NSIG]; variable 71 sys_siglist[number] = name; 89 sys_siglist[i] = undoc; 237 # define sys_siglist _sys_siglist macro 239 # define sys_siglist __sys_siglist macro 249 return (char *) sys_siglist[signal];
|
| /src/lib/libc/string/ |
| __strsignal.c | 72 sys_siglist[signum]), buflen); 74 return sys_siglist[signum];
|
| /src/lib/libc/compat/sys/ |
| compat_sigtimedwait.c | 44 #undef sys_siglist macro
|
| /src/tests/lib/libc/nls/ |
| t_catalog.c | 78 const char *strerr = sys_siglist[i]; 81 "Catalog message mismatch for signal=%d (sys_siglist: '%s', "
|
| /src/bin/ksh/ |
| trap.c | 32 extern char *sys_siglist[]; 38 if (!sigtraps[i].name && sys_siglist[i] && sys_siglist[i][0]) 39 sigtraps[i].mess = sys_siglist[i];
|
| /src/external/gpl2/rcs/include/ |
| conf.h | 180 /* #define has_sys_siglist ? */ /* Does sys_siglist[] work? */ 254 #if has_sys_siglist && !defined(sys_siglist) 255 extern char const * const sys_siglist[];
|
| /src/include/ |
| signal.h | 53 extern const char *const *sys_siglist __RENAME(__sys_siglist14);
|
| unistd.h | 419 extern const char *const *sys_siglist __RENAME(__sys_siglist14);
|
| /src/external/gpl2/rcs/dist/src/ |
| conf.heg | 179 #define has_sys_siglist 0 /* Does sys_siglist[] work? */ 249 #if has_sys_siglist && !defined(sys_siglist) 250 extern char const * const sys_siglist[];
|
| conf.sh | 1534 #if !defined(sys_siglist) && declare_sys_siglist 1535 extern char const * const sys_siglist[]; 1537 int main() { exitmain(!sys_siglist[1][0]); } 1549 echo "$a#define has_sys_siglist $h $z/* Does sys_siglist[] work? */" 2081 #if has_sys_siglist && !defined(sys_siglist) 2082 extern char const * const sys_siglist[];
|
| rcsutil.c | 124 * Tune. Some USG hosts define NSIG but not sys_siglist. 439 sname = sys_siglist[sig];
|
| /src/external/gpl2/groff/dist/src/roff/groff/ |
| pipeline.c | 575 if (n >= 0 && n < NSIG && sys_siglist[n] != 0) 576 return sys_siglist[n];
|
| /src/usr.bin/make/ |
| util.c | 172 char *sys_siglist[] = { variable
|
| /src/sbin/dump/ |
| main.c | 760 msg("Rewriting attempted as response to signal %s.\n", sys_siglist[signo]);
|
| /src/external/bsd/top/dist/ |
| commands.c | 61 extern const char * const sys_siglist[];
|
| /src/lib/libc/include/ |
| namespace.h | 85 #define sys_siglist _sys_siglist macro
|
| /src/bin/csh/ |
| proc.c | 734 sys_siglist[(unsigned char)
|