OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sys_siglist
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/bionic/
siglist.c
30
const char * const
sys_siglist
[NSIG] = {
variable
/ndk/sources/host-tools/make-3.81/
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];
Completed in 117 milliseconds