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

12

/netbsd-current/distrib/utils/libhack/
H A Dstrsignal.c58 return((__aconst char *)sys_siglist[signum]);
/netbsd-current/lib/libc/compat/gen/
H A Dcompat_siglist.c48 __weak_alias(sys_siglist, _sys_siglist)
/netbsd-current/external/gpl3/gcc/dist/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...]
/netbsd-current/external/gpl3/gdb.old/dist/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...]
/netbsd-current/external/gpl3/gcc.old/dist/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...]
/netbsd-current/external/gpl3/binutils.old/dist/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...]
/netbsd-current/external/gpl3/binutils/dist/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...]
/netbsd-current/external/gpl3/gdb/dist/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...]
/netbsd-current/external/gpl2/gmake/dist/
H A Dsigname.c24 /* 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];
/netbsd-current/lib/libc/string/
H A D__strsignal.c76 sys_siglist[signum]), buflen);
78 return((char *)sys_siglist[signum]);
/netbsd-current/lib/libc/compat/sys/
H A Dcompat_sigtimedwait.c44 #undef sys_siglist macro
/netbsd-current/tests/lib/libc/nls/
H A Dt_catalog.c78 const char *strerr = sys_siglist[i];
81 "Catalog message mismatch for signal=%d (sys_siglist: '%s', "
/netbsd-current/bin/ksh/
H A Dtrap.c32 extern char *sys_siglist[];
38 if (!sigtraps[i].name && sys_siglist[i] && sys_siglist[i][0])
39 sigtraps[i].mess = sys_siglist[i];
/netbsd-current/external/gpl2/rcs/include/
H A Dconf.h180 /* #define has_sys_siglist ? */ /* Does sys_siglist[] work? */
254 #if has_sys_siglist && !defined(sys_siglist)
255 extern char const * const sys_siglist[];
/netbsd-current/include/
H A Dsignal.h53 extern const char *const *sys_siglist __RENAME(__sys_siglist14);
H A Dunistd.h413 extern const char *const *sys_siglist __RENAME(__sys_siglist14);
/netbsd-current/external/gpl2/groff/dist/src/roff/groff/
H A Dpipeline.c575 if (n >= 0 && n < NSIG && sys_siglist[n] != 0)
576 return sys_siglist[n];
/netbsd-current/usr.bin/make/
H A Dutil.c172 char *sys_siglist[] = { variable
/netbsd-current/lib/libc/gen/
H A DMakefile.inc172 MLINKS+=psignal.3 sys_siglist.3 psignal.3 sys_signame.3 psignal.3 psiginfo.3
/netbsd-current/external/bsd/top/dist/
H A Dcommands.c61 extern const char * const sys_siglist[];
/netbsd-current/sbin/dump/
H A Dmain.c759 msg("Rewriting attempted as response to signal %s.\n", sys_siglist[signo]);
/netbsd-current/external/gpl2/rcs/dist/src/
H A Dconf.sh1534 #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[];
H A Drcsutil.c124 * Tune. Some USG hosts define NSIG but not sys_siglist.
439 sname = sys_siglist[sig];
/netbsd-current/lib/libc/include/
H A Dnamespace.h85 #define sys_siglist _sys_siglist macro
/netbsd-current/bin/csh/
H A Dproc.c734 sys_siglist[(unsigned char)

Completed in 193 milliseconds

12