Lines Matching defs:end
31 static int *end;
35 *end = sig;
42 end = SAFE_MMAP(NULL, sizeof(int), PROT_READ | PROT_WRITE,
48 if (end)
49 SAFE_MUNMAP(end, sizeof(int));
57 *end = 0;
84 if (WTERMSIG(status) == SIGKILL && *end == SIGXCPU) {
90 if (WTERMSIG(status) == SIGKILL && !*end) {
96 if (WTERMSIG(status) == SIGALRM && *end == SIGXCPU) {
102 if (WTERMSIG(status) == SIGALRM && !*end) {