Home
last modified time | relevance | path

Searched refs:exitstatus (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dtest_build_time.sh205 exitstatus=$PIPESTATUS
214 if [ $exitstatus != 0 ] ; then
216 echo "*** Build failed (exit code $exitstatus), skipping..." | tee -a $logfile
/OK3568_Linux_fs/u-boot/scripts/
H A Ddocproc.c50 int exitstatus = 0; variable
133 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()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpatch.py17 def __init__(self, command, exitstatus, output): argument
19 self.status = exitstatus
45 exitstatus = proc.returncode
46 if exitstatus != 0:
47 raise CmdError(cmd, exitstatus >> 8, "stdout: %s\nstderr: %s" % (stdout, stderr))
/OK3568_Linux_fs/kernel/Documentation/sphinx/
H A Dparse-headers.pl18 pod2usage(-exitstatus => 0, -verbose => 2) if $man;
/OK3568_Linux_fs/kernel/scripts/
H A Dget_abi.pl33 pod2usage(-exitstatus => 0, -verbose => 2) if $man;