| /src/lib/libc/compat/sys/ |
| compat_sigtimedwait.c | 44 #undef sys_siglist macro
|
| /src/external/gpl2/gmake/dist/ |
| 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];
|
| /src/external/gpl3/binutils/dist/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...] |
| /src/external/gpl3/binutils.old/dist/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...] |
| /src/external/gpl3/gcc/dist/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...] |
| /src/external/gpl3/gcc.old/dist/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...] |
| /src/external/gpl3/gdb/dist/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...] |
| /src/external/gpl3/gdb.old/dist/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...] |
| /src/usr.bin/make/ |
| util.c | 172 char *sys_siglist[] = { variable
|
| /src/lib/libc/include/ |
| namespace.h | 85 #define sys_siglist _sys_siglist macro
|