/third_party/ltp/lib/ |
H A D | signame.h | 74 #ifdef SIGWINCH in tst_strsig() 75 PAIR(SIGWINCH) in tst_strsig()
|
/third_party/musl/src/string/ |
H A D | strsignal.c | 11 && (SIGXFSZ == 25) && (SIGVTALRM == 26) && (SIGPROF == 27) && (SIGWINCH == 28) \ 50 [SIGWINCH] = 28,
|
/third_party/node/src/api/ |
H A D | utils.cc | 128 #ifdef SIGWINCH in signo_string() 129 SIGNO_CASE(SIGWINCH); in signo_string()
|
/third_party/ltp/testcases/kernel/syscalls/signal/ |
H A D | signal05.c | 22 SIGWINCH, SIGIO, SIGPWR, SIGSYS,
|
H A D | signal04.c | 19 SIGWINCH, SIGIO, SIGPWR, SIGSYS
|
H A D | signal03.c | 22 SIGWINCH, SIGIO, SIGPWR, SIGSYS,
|
/third_party/selinux/libselinux/utils/ |
H A D | avcstat.c | 91 if (num == SIGWINCH) in sighandler() 145 i = sigaction(SIGWINCH, &sa, NULL); in main()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | signal.h | 78 #define SIGWINCH 28 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | signal.h | 79 #define SIGWINCH 28 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | signal.h | 79 #define SIGWINCH 28 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | signal.h | 79 #define SIGWINCH 28 macro
|
/third_party/musl/arch/arm/bits/ |
H A D | signal.h | 79 #define SIGWINCH 28 macro
|
/third_party/musl/arch/or1k/bits/ |
H A D | signal.h | 77 #define SIGWINCH 28 macro
|
/third_party/musl/arch/sh/bits/ |
H A D | signal.h | 89 #define SIGWINCH 28 macro
|
/third_party/musl/arch/loongarch64/bits/ |
H A D | signal.h | 94 #define SIGWINCH 28 macro
|
/third_party/libuv/include/uv/ |
H A D | win.h | 96 #define SIGWINCH 28 macro 98 /* Redefine NSIG to take SIGWINCH into consideration */ 99 #if defined(NSIG) && NSIG <= SIGWINCH 103 # define NSIG SIGWINCH + 1
|
/third_party/node/deps/uv/include/uv/ |
H A D | win.h | 95 #define SIGWINCH 28 macro 97 /* Redefine NSIG to take SIGWINCH into consideration */ 98 #if defined(NSIG) && NSIG <= SIGWINCH 102 # define NSIG SIGWINCH + 1
|
/third_party/musl/arch/microblaze/bits/ |
H A D | signal.h | 80 #define SIGWINCH 28 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | signal.h | 108 #define SIGWINCH 20 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | signal.h | 112 #define SIGWINCH 28 macro
|
/third_party/musl/arch/riscv32/bits/ |
H A D | signal.h | 113 #define SIGWINCH 28 macro
|
/third_party/musl/arch/riscv64/bits/ |
H A D | signal.h | 112 #define SIGWINCH 28 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | signal.h | 127 #define SIGWINCH 20 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | signal.h | 127 #define SIGWINCH 20 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | signal.h | 103 #define SIGWINCH 28 macro
|