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

/freebsd-11-stable/lib/libc/gen/
H A Dsiglist.c73 const char *const sys_siglist[NSIG] = { variable
107 const int sys_nsig = sizeof(sys_siglist) / sizeof(sys_siglist[0]);
H A Dpsignal.c52 c = sys_siglist[sig];
H A DMakefile.inc446 psignal.3 sys_siglist.3 \
/freebsd-11-stable/contrib/gcclibs/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...]
/freebsd-11-stable/contrib/binutils/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...]
/freebsd-11-stable/lib/libc/string/
H A Dstrsignal.c110 catgets(catd, 2, num, sys_siglist[num]),
112 sys_siglist[num],
/freebsd-11-stable/include/
H A Dsignal.h52 extern const char * const sys_siglist[NSIG];
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Dconf.h180 /* #define has_sys_siglist ? */ /* Does sys_siglist[] work? */
250 #if has_sys_siglist && !defined(sys_siglist)
251 extern char const * const sys_siglist[];
H A Drcsutil.c121 * Tune. Some USG hosts define NSIG but not sys_siglist.
436 sname = sys_siglist[sig];
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Drmjob.c51 #define sys_siglist foil_gcc_siglist macro
54 #undef sys_siglist macro
H A Ddisplayq.c52 #define sys_siglist foil_gcc_siglist macro
55 #undef sys_siglist macro
/freebsd-11-stable/contrib/groff/src/roff/groff/
H A Dpipeline.c573 if (n >= 0 && n < NSIG && sys_siglist[n] != 0)
574 return sys_siglist[n];
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dsignals.c119 return (signum >= 0) ? sys_siglist[signum] : "unknown signal (number)";
/freebsd-11-stable/contrib/bmake/
H A Dutil.c180 char *sys_siglist[] = { variable
/freebsd-11-stable/release/picobsd/tinyware/oinit/
H A Doinit.c844 syslog(LOG_EMERG,"pid=%d sig=%s (ignored)\n",getpid(),sys_siglist[sig]);
/freebsd-11-stable/sbin/mount/
H A Dmount.c192 warnx("%s: %s", name, sys_siglist[WTERMSIG(status)]);
/freebsd-11-stable/sbin/init/
H A Dinit.c513 (unsigned)sig < NSIG ? sys_siglist[sig] : "unknown signal");

Completed in 230 milliseconds