Searched refs:status (Results 1 – 2 of 2) sorted by relevance
508 let mut status = 0; in execute() localVariable509 err = match libc::waitpid(child_fd, &mut status, 0) { in execute()514 if status != 0 { in execute()515 if libc::WIFEXITED(status) { in execute()516 if libc::WEXITSTATUS(status) != 0 { in execute()517 err = Some(ExecuteErrorType::ExitWithCode(status)); in execute()519 } else if libc::WIFSIGNALED(status) { in execute()
255 of preserving the free status of all derivatives of our free software and