Home
last modified time | relevance | path

Searched refs:stack_t (Results 1 – 25 of 237) sorted by relevance

12345678910

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
Dtemplate_13-1.in24 static stack_t current;
28 stack_t oss;
32 if (sigaltstack((stack_t *)0, &oss) == -1) {
57 if (sigaltstack((stack_t *)0, &current) == -1) {
Dtemplate_12-2.in23 static stack_t current;
27 stack_t oss;
31 if (sigaltstack((stack_t *)0, &oss) == -1) {
56 if (sigaltstack((stack_t *)0, &current) == -1) {
Dtemplate_12-1.in25 static stack_t alt_ss;
29 stack_t ss;
33 if (sigaltstack((stack_t *)0, &ss) == -1) {
66 if (sigaltstack(&alt_ss, (stack_t *)0) == -1) {
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D31-1-buildonly.c11 typedef int (*sigaltstack_test) (const stack_t *, stack_t *);
/third_party/musl/src/signal/
Dsigaltstack.c5 int sigaltstack(const stack_t *restrict ss, stack_t *restrict old) in sigaltstack()
/third_party/musl/porting/liteos_a/user/src/signal/
Dsigaltstack.c7 int sigaltstack(const stack_t *restrict ss, stack_t *restrict old) in sigaltstack()
/third_party/musl/libc-test/src/api/
Dsignal.c96 F(stack_t, uc_stack) in f()
100 stack_t x; in f()
162 {int(*p)(const stack_t*restrict,stack_t*restrict) = sigaltstack;} in f()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D12-31.c23 static stack_t current;
27 stack_t oss; in handler()
D12-27.c23 static stack_t current;
27 stack_t oss; in handler()
D13-20.c24 static stack_t current;
28 stack_t oss; in handler()
D13-6.c24 static stack_t current;
28 stack_t oss; in handler()
D13-9.c24 static stack_t current;
28 stack_t oss; in handler()
D12-40.c23 static stack_t current;
27 stack_t oss; in handler()
D13-3.c24 static stack_t current;
28 stack_t oss; in handler()
D12-50.c23 static stack_t current;
27 stack_t oss; in handler()
D13-22.c24 static stack_t current;
28 stack_t oss; in handler()
D12-30.c23 static stack_t current;
27 stack_t oss; in handler()
D12-44.c23 static stack_t current;
27 stack_t oss; in handler()
D12-37.c23 static stack_t current;
27 stack_t oss; in handler()
D12-45.c23 static stack_t current;
27 stack_t oss; in handler()
D13-19.c24 static stack_t current;
28 stack_t oss; in handler()
D12-43.c23 static stack_t current;
27 stack_t oss; in handler()
D12-35.c23 static stack_t current;
27 stack_t oss; in handler()
D13-2.c24 static stack_t current;
28 stack_t oss; in handler()
D12-48.c23 static stack_t current;
27 stack_t oss; in handler()

12345678910