syscall.WaitStatus.ExitStatus (method)
7 uses
syscall (current package)
syscall_bsd.go#L108: func (w WaitStatus) ExitStatus() int {
os
exec_posix.go#L86: return p.status.ExitStatus() == 0
exec_posix.go#L105: res = "exit status " + itoa(status.ExitStatus())
exec_posix.go#L129: return p.status.ExitStatus()
src.elv.sh/pkg/eval
exception.go#L274: if ws.Exited() && ws.ExitStatus() == 0 {
exception.go#L285: return quotedName + " exited with " + strconv.Itoa(ws.ExitStatus())
exception.go#L328: func (f exitFieldsExited) ExitStatus() string { return strconv.Itoa(f.e.ExitStatus()) }
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)