Searched refs:exitstatus (Results 1 – 5 of 5) sorted by relevance
205 exitstatus=$PIPESTATUS214 if [ $exitstatus != 0 ] ; then216 echo "*** Build failed (exit code $exitstatus), skipping..." | tee -a $logfile
50 int exitstatus = 0; variable133 exitstatus |= WEXITSTATUS(ret); in exec_kernel_doc()135 exitstatus = 0xff; in exec_kernel_doc()408 exitstatus |= WEXITSTATUS(ret); in find_all_symbols()410 exitstatus = 0xff; in find_all_symbols()579 return exitstatus; in main()
17 def __init__(self, command, exitstatus, output): argument19 self.status = exitstatus45 exitstatus = proc.returncode46 if exitstatus != 0:47 raise CmdError(cmd, exitstatus >> 8, "stdout: %s\nstderr: %s" % (stdout, stderr))
18 pod2usage(-exitstatus => 0, -verbose => 2) if $man;
33 pod2usage(-exitstatus => 0, -verbose => 2) if $man;