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

  /bionic/libc/bionic/
sys_siglist.c 31 const char* const sys_siglist[NSIG] = { variable
  /toolchain/binutils/binutils-2.27/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 66 milliseconds