Searched refs:strsigno (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/legacy/gcc/include/
H A Dlibiberty.h96 /* Return the name of a signal number (e.g., strsigno (SIGHUP) returns
99 extern const char *strsigno PARAMS ((int));
/haiku-buildtools/binutils/libiberty/
H A Dstrsignal.c448 @deftypefn Extension {const char*} strsigno (int @var{signo})
462 valid until the next call to @code{strsigno}.
469 strsigno (int signo) function
600 name = strsigno (signo);
/haiku-buildtools/gcc/libiberty/
H A Dstrsignal.c448 @deftypefn Extension {const char*} strsigno (int @var{signo})
462 valid until the next call to @code{strsigno}.
469 strsigno (int signo) function
600 name = strsigno (signo);
/haiku-buildtools/legacy/binutils/libiberty/
H A Dstrsignal.c446 @deftypefn Extension {const char*} strsigno (int @var{signo})
460 valid until the next call to @code{strsigno}.
467 strsigno (int signo) function
598 name = strsigno (signo);
/haiku-buildtools/legacy/gcc/libiberty/
H A Dstrsignal.c462 strsigno -- map an signal number to a symbolic name string
466 const char *strsigno (int signo)
484 valid until the next call to strsigno.
489 strsigno (signo) function
635 name = strsigno (signo);
/haiku-buildtools/legacy/binutils/include/
H A Dlibiberty.h246 /* Return the name of a signal number (e.g., strsigno (SIGHUP) returns
249 extern const char *strsigno (int);
/haiku-buildtools/gcc/include/
H A Dlibiberty.h280 /* Return the name of a signal number (e.g., strsigno (SIGHUP) returns
283 extern const char *strsigno (int);
/haiku-buildtools/binutils/include/
H A Dlibiberty.h280 /* Return the name of a signal number (e.g., strsigno (SIGHUP) returns
283 extern const char *strsigno (int);

Completed in 162 milliseconds