Home
last modified time | relevance | path

Searched refs:WTERMSIG (Results 1 – 25 of 70) sorted by relevance

123

/dragonfly/usr.sbin/cron/cron/
HDexterns.h88 # 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/
HDwait.h37 #ifndef WTERMSIG
38 #define WTERMSIG(w) ((w) & 0x7f) macro
/dragonfly/contrib/gdb-7/gdb/common/
HDgdb_wait.h70 #ifndef WTERMSIG
71 #define WTERMSIG(w) ((w) & 0177) macro
HDlinux-ptrace.c139 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/
HDex_shell.c170 if (WIFSIGNALED(pstat) && (!okpipe || WTERMSIG(pstat) != SIGPIPE)) { in proc_wait()
176 sigmsg(WTERMSIG(pstat)), in proc_wait()
/dragonfly/usr.bin/xargs/
HDxargs.c688 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/
HDconf.h312 #ifndef WTERMSIG
313 #define WTERMSIG(stat_val) ((stat_val) & 0177) macro
/dragonfly/contrib/lvm2/dist/test/
HDnot.c33 pid, WTERMSIG(status)); in main()
/dragonfly/contrib/dialog/
HDui_getc.c43 #ifndef WTERMSIG
45 # define WTERMSIG(status) (status.w_termsig) macro
47 # define WTERMSIG(status) ((status) & 0x7f) macro
/dragonfly/lib/libutil/
HDlogoutx.c60 utp->ut_exit.e_termination = (uint16_t)WTERMSIG(status); in logoutx()
HDlogwtmpx.c65 ut.ut_exit.e_termination = (uint16_t)WTERMSIG(status); in logwtmpx()
/dragonfly/contrib/bmake/
HDwait.h32 # define WTERMSIG(x) ((&x)->w_termsig) macro
/dragonfly/bin/sh/
HDjobs.c431 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/
HDarchive_read_support_filter_program.c268 if (WTERMSIG(state->exit_status) == SIGPIPE) in child_stop()
273 WTERMSIG(state->exit_status)); in child_stop()
/dragonfly/contrib/less/
HDedit.c19 #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/
HDpwait.c135 WTERMSIG(status)); in main()
/dragonfly/sys/sys/
HDwait.h60 #define WTERMSIG(x) (_WSTATUS(x)) macro
/dragonfly/contrib/gcc-4.7/gcc/
HDgcc-ar.c104 int sig = WTERMSIG (status); in main()
/dragonfly/contrib/cvs-1.12/src/
HDrun.c337 if (WTERMSIG (status) == SIGPIPE) in run_exec()
519 raise (WTERMSIG (status)); in work_around_openssh_glitch()
/dragonfly/usr.bin/ldd/
HDldd.c185 *argv, WTERMSIG(status)); in main()
/dragonfly/usr.sbin/autofs/
HDpopen.c176 cur->command, pid, WTERMSIG(status)); in auto_pclose()
/dragonfly/contrib/gcc-8.0/gcc/
HDcollect-utils.c81 int sig = WTERMSIG (status); in collect_wait()
/dragonfly/usr.sbin/resident/
HDresident.c249 *argv, WTERMSIG(status)); in main()
/dragonfly/usr.sbin/ppp/
HDexec.c208 WTERMSIG(stat)); in exec_Create()
/dragonfly/crypto/openssh/
HDsandbox-systrace.c140 __func__, WTERMSIG(status)); in ssh_sandbox_parent()

123