Home | History | Annotate | Download | only in tests-mx32

Lines Matching refs:SIG_STR

94 # define SIG_STR "-SIGUSR1"
98 # define SIG_STR "SIGUSR1"
118 puts("sigaction(" SIG_STR ", NULL, NULL) = 0");
121 puts("sigaction(" SIG_STR ", NULL, NULL) = 0");
124 printf("sigaction(" SIG_STR ", %p, NULL) = -1 EFAULT (%m)\n",
128 printf("sigaction(" SIG_STR ", %#lx, NULL) = -1 EFAULT (%m)\n",
132 printf("sigaction(" SIG_STR ", NULL, %p) = -1 EFAULT (%m)\n",
136 printf("sigaction(" SIG_STR ", NULL, %#lx) = -1 EFAULT (%m)\n",
145 puts("sigaction(" SIG_STR ", {sa_handler=SIG_DFL, sa_mask=[]"
157 puts("sigaction(" SIG_STR ", {sa_handler=SIG_IGN, sa_mask=[HUP INT]"
170 printf("sigaction(" SIG_STR ", {sa_handler=%#lx, sa_mask=[QUIT TERM]"
191 printf("sigaction(" SIG_STR ", {sa_handler=%#lx, sa_mask=~[HUP]"