Home | History | Annotate | Download | only in strace

Lines Matching refs:WTERMSIG

1878 		tprintf("[{WIFSIGNALED(s) && WTERMSIG(s) == %s%s}",
1879 signame(WTERMSIG(status)),
1881 status &= ~(W_EXITCODE(0, WTERMSIG(status)) | WCOREFLAG);