| /dragonfly/usr.sbin/cron/cron/ |
| HD | externs.h | 88 # ifndef WTERMSIG 89 # define WTERMSIG(x) ((x) & 0x7f) macro 98 # ifndef WTERMSIG 99 # define WTERMSIG(x) ((x).w_termsig) macro 107 #define WIFSIGNALED(x) (WTERMSIG(x) != 0) 110 #define WIFEXITED(x) (WTERMSIG(x) == 0)
|
| /dragonfly/contrib/cvs-1.12/lib/ |
| HD | wait.h | 37 #ifndef WTERMSIG 38 #define WTERMSIG(w) ((w) & 0x7f) macro
|
| /dragonfly/contrib/gdb-7/gdb/common/ |
| HD | gdb_wait.h | 70 #ifndef WTERMSIG 71 #define WTERMSIG(w) ((w) & 0177) macro
|
| HD | linux-ptrace.c | 139 if (WTERMSIG (status) != SIGKILL) in linux_ptrace_test_ret_to_nx() 141 (int) WTERMSIG (status)); in linux_ptrace_test_ret_to_nx()
|
| /dragonfly/contrib/nvi2/ex/ |
| HD | ex_shell.c | 170 if (WIFSIGNALED(pstat) && (!okpipe || WTERMSIG(pstat) != SIGPIPE)) { in proc_wait() 176 sigmsg(WTERMSIG(pstat)), in proc_wait()
|
| /dragonfly/usr.bin/xargs/ |
| HD | xargs.c | 688 if (WTERMSIG(status) != SIGPIPE) { in waitchildren() 689 if (WTERMSIG(status) < NSIG) in waitchildren() 691 sys_signame[WTERMSIG(status)]); in waitchildren() 694 name, WTERMSIG(status)); in waitchildren()
|
| /dragonfly/gnu/usr.bin/rcs/lib/ |
| HD | conf.h | 312 #ifndef WTERMSIG 313 #define WTERMSIG(stat_val) ((stat_val) & 0177) macro
|
| /dragonfly/contrib/lvm2/dist/test/ |
| HD | not.c | 33 pid, WTERMSIG(status)); in main()
|
| /dragonfly/contrib/dialog/ |
| HD | ui_getc.c | 43 #ifndef WTERMSIG 45 # define WTERMSIG(status) (status.w_termsig) macro 47 # define WTERMSIG(status) ((status) & 0x7f) macro
|
| /dragonfly/lib/libutil/ |
| HD | logoutx.c | 60 utp->ut_exit.e_termination = (uint16_t)WTERMSIG(status); in logoutx()
|
| HD | logwtmpx.c | 65 ut.ut_exit.e_termination = (uint16_t)WTERMSIG(status); in logwtmpx()
|
| /dragonfly/contrib/bmake/ |
| HD | wait.h | 32 # define WTERMSIG(x) ((&x)->w_termsig) macro
|
| /dragonfly/bin/sh/ |
| HD | jobs.c | 431 i = WTERMSIG(status); in showjob() 589 retval = WTERMSIG(status) + 128; in waitcmdloop() 1119 st = WTERMSIG(status) + 128; in waitforjob() 1123 if (!WIFSIGNALED(status) || WTERMSIG(status) != SIGINT) in waitforjob() 1128 WIFSIGNALED(status) && WTERMSIG(status) == SIGINT) in waitforjob() 1263 sig = WTERMSIG(sp->status); in dowait()
|
| /dragonfly/contrib/libarchive/libarchive/ |
| HD | archive_read_support_filter_program.c | 268 if (WTERMSIG(state->exit_status) == SIGPIPE) in child_stop() 273 WTERMSIG(state->exit_status)); in child_stop()
|
| /dragonfly/contrib/less/ |
| HD | edit.c | 19 #if OS2 || __MVS__ || (defined WIFSIGNALED && defined WTERMSIG) 304 #if defined WIFSIGNALED && defined WTERMSIG in close_pipe() 307 int sig = WTERMSIG(status); in close_pipe()
|
| /dragonfly/usr.bin/pwait/ |
| HD | pwait.c | 135 WTERMSIG(status)); in main()
|
| /dragonfly/sys/sys/ |
| HD | wait.h | 60 #define WTERMSIG(x) (_WSTATUS(x)) macro
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gcc-ar.c | 104 int sig = WTERMSIG (status); in main()
|
| /dragonfly/contrib/cvs-1.12/src/ |
| HD | run.c | 337 if (WTERMSIG (status) == SIGPIPE) in run_exec() 519 raise (WTERMSIG (status)); in work_around_openssh_glitch()
|
| /dragonfly/usr.bin/ldd/ |
| HD | ldd.c | 185 *argv, WTERMSIG(status)); in main()
|
| /dragonfly/usr.sbin/autofs/ |
| HD | popen.c | 176 cur->command, pid, WTERMSIG(status)); in auto_pclose()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | collect-utils.c | 81 int sig = WTERMSIG (status); in collect_wait()
|
| /dragonfly/usr.sbin/resident/ |
| HD | resident.c | 249 *argv, WTERMSIG(status)); in main()
|
| /dragonfly/usr.sbin/ppp/ |
| HD | exec.c | 208 WTERMSIG(stat)); in exec_Create()
|
| /dragonfly/crypto/openssh/ |
| HD | sandbox-systrace.c | 140 __func__, WTERMSIG(status)); in ssh_sandbox_parent()
|