OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIG_STR
(Results
1 - 3
of
3
) sorted by null
/external/strace/tests/
sigaction.c
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]
[
all
...]
/external/strace/tests-m32/
sigaction.c
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]
[
all
...]
/external/strace/tests-mx32/
sigaction.c
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]
[
all
...]
Completed in 495 milliseconds