HomeSort by: relevance | last modified time | path
    Searched defs:WTERMSIG (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl2/xcvs/dist/lib/
wait.h 37 #ifndef WTERMSIG
38 #define WTERMSIG(w) ((w) & 0x7f)
  /src/external/bsd/openldap/dist/include/ac/
wait.h 42 #ifndef WTERMSIG
43 # define WTERMSIG(s) (LDAP_LO(s) & 0177)
  /src/external/gpl3/gdb/dist/gnulib/import/
sys_wait.in.h 48 WTERMSIG are bits 7..0, while BeOS uses the opposite. Therefore programs
54 # define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f)
57 # define WIFEXITED(x) (WTERMSIG (x) == 0)
60 # define WIFSTOPPED(x) (WTERMSIG (x) == 0x7f)
64 # ifndef WTERMSIG
65 # define WTERMSIG(x) ((x) & 0x7f)
98 # define WTERMSIG(x) SIGTERM
  /src/external/gpl3/gdb.old/dist/gnulib/import/
sys_wait.in.h 48 WTERMSIG are bits 7..0, while BeOS uses the opposite. Therefore programs
54 # define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f)
57 # define WIFEXITED(x) (WTERMSIG (x) == 0)
60 # define WIFSTOPPED(x) (WTERMSIG (x) == 0x7f)
64 # ifndef WTERMSIG
65 # define WTERMSIG(x) ((x) & 0x7f)
98 # define WTERMSIG(x) SIGTERM
  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_wait.h 87 #ifndef WTERMSIG
90 # define WTERMSIG(w) windows_status_to_termsig (w)
92 # define WTERMSIG(w) ((w) & 0177)
  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_wait.h 87 #ifndef WTERMSIG
90 # define WTERMSIG(w) windows_status_to_termsig (w)
92 # define WTERMSIG(w) ((w) & 0177)
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
wait-process.c 38 #define WTERMSIG(x) ((x) & 0xff) /* or: SIGABRT ?? */
41 #define WIFSIGNALED(x) (WTERMSIG (x) != 0) /* or: ((x) == 3) ?? */
42 #define WIFEXITED(x) (WTERMSIG (x) == 0) /* or: ((x) != 3) ?? */
49 /* On Linux, WEXITSTATUS are bits 15..8 and WTERMSIG are bits 7..0, while
53 # ifndef WTERMSIG
54 # define WTERMSIG(x) ((x).w_termsig)
64 # ifndef WTERMSIG
65 # define WTERMSIG(x) ((x) & 0x7f)
77 # define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f
    [all...]
  /src/sys/sys/
wait.h 65 #define WTERMSIG(x) (_WSTATUS(x))
  /src/external/gpl2/groff/dist/src/roff/groff/
pipeline.c 54 #define WTERMSIG(s) ((s) & 0177)
517 int sig = WTERMSIG(status);
  /src/external/gpl3/gdb.old/dist/libiberty/testsuite/
test-pexecute.c 53 #ifndef WTERMSIG
54 #define WTERMSIG(S) ((S) & 0x7f)
272 if (!WIFSIGNALED (status) || WTERMSIG (status) != SIGABRT)
  /src/external/gpl3/gdb/dist/libiberty/testsuite/
test-pexecute.c 53 #ifndef WTERMSIG
54 #define WTERMSIG(S) ((S) & 0x7f)
272 if (!WIFSIGNALED (status) || WTERMSIG (status) != SIGABRT)
  /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
os.h 453 #ifndef WTERMSIG
455 # define WTERMSIG(status) (status & 0177)
457 # define WTERMSIG(status) status.w_T.w_Termsig
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
os.h 453 #ifndef WTERMSIG
455 # define WTERMSIG(status) (status & 0177)
457 # define WTERMSIG(status) status.w_T.w_Termsig
  /src/external/gpl2/rcs/include/
conf.h 315 #ifndef WTERMSIG
316 #define WTERMSIG(stat_val) ((stat_val) & 0177)
  /src/external/gpl3/binutils/dist/binutils/
dllwrap.c 41 #ifndef WTERMSIG
42 #define WTERMSIG(w) ((w) & 0177)
54 #ifndef WTERMSIG
55 #define WTERMSIG(w) ((w) & 0x7f)
416 warn (_("subprocess got fatal signal %d"), WTERMSIG (wait_status));
resrc.c 45 #ifndef WTERMSIG
46 #define WTERMSIG(w) ((w) & 0177)
58 #ifndef WTERMSIG
59 #define WTERMSIG(w) ((w) & 0x7f)
295 fatal (_("subprocess got fatal signal %d"), WTERMSIG (wait_status));
dlltool.c 288 #ifndef WTERMSIG
289 #define WTERMSIG(w) ((w) & 0177)
301 #ifndef WTERMSIG
302 #define WTERMSIG(w) ((w) & 0x7f)
1306 fatal (_("subprocess got fatal signal %d"), WTERMSIG (wait_status));
  /src/external/gpl3/binutils.old/dist/binutils/
dllwrap.c 41 #ifndef WTERMSIG
42 #define WTERMSIG(w) ((w) & 0177)
54 #ifndef WTERMSIG
55 #define WTERMSIG(w) ((w) & 0x7f)
416 warn (_("subprocess got fatal signal %d"), WTERMSIG (wait_status));
resrc.c 45 #ifndef WTERMSIG
46 #define WTERMSIG(w) ((w) & 0177)
58 #ifndef WTERMSIG
59 #define WTERMSIG(w) ((w) & 0x7f)
295 fatal (_("subprocess got fatal signal %d"), WTERMSIG (wait_status));
dlltool.c 288 #ifndef WTERMSIG
289 #define WTERMSIG(w) ((w) & 0177)
301 #ifndef WTERMSIG
302 #define WTERMSIG(w) ((w) & 0x7f)
1306 fatal (_("subprocess got fatal signal %d"), WTERMSIG (wait_status));
  /src/external/gpl2/gmake/dist/
job.c 140 # ifndef WTERMSIG
141 # define WTERMSIG(x) ((x) & 0x7f)
150 # define WIFSIGNALED(x) (WTERMSIG (x) != 0)
153 # define WIFEXITED(x) (WTERMSIG (x) == 0)
159 # ifndef WTERMSIG
160 # define WTERMSIG(x) ((x).w_termsig)
169 # define WIFSIGNALED(x) (WTERMSIG(x) != 0)
172 # define WIFEXITED(x) (WTERMSIG(x) == 0)
575 exit_sig = WIFSIGNALED (status) ? WTERMSIG (status) : 0;
610 exit_sig = WIFSIGNALED (status) ? WTERMSIG (status) : 0
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
system.h 417 #ifndef WTERMSIG
418 #define WTERMSIG(S) ((S) & 0x7f)
  /src/external/gpl3/gcc.old/dist/gcc/
system.h 417 #ifndef WTERMSIG
418 #define WTERMSIG(S) ((S) & 0x7f)
  /src/external/ibm-public/postfix/dist/src/util/
sys_defs.h 1114 #define WTERMSIG(x) ((x).w_termsig)
1168 #define WTERMSIG(x) ((x).w_termsig)
  /src/external/bsd/am-utils/dist/conf/nfs_prot/
nfs_prot_nextstep.h 262 #define WTERMSIG(status) (int)(WIFSIGNALED(status) ? \

Completed in 37 milliseconds

1 2