HomeSort by relevance Sort by last modified time
    Searched defs:sys_siglist (Results 1 - 3 of 3) sorted by null

  /bionic/libc/bionic/
sys_siglist.c 31 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];
  /toolchain/binutils/binutils-2.25/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...]

Completed in 372 milliseconds