OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exitstatus
(Results
1 - 6
of
6
) sorted by null
/external/u-boot/scripts/
docproc.c
48
/*
exitstatus
is used to keep track of any failing calls to kernel-doc,
50
int
exitstatus
= 0;
variable
133
exitstatus
|= WEXITSTATUS(ret);
135
exitstatus
= 0xff;
408
exitstatus
|= WEXITSTATUS(ret);
410
exitstatus
= 0xff;
579
return
exitstatus
;
/external/mesa3d/src/compiler/glsl/glcpp/tests/
glcpp-test-cr-lf.sh
26
read
exitstatus
27
return $
exitstatus
/external/autotest/client/common_lib/
pexpect.py
154
exitstatus
). If 'withexitstatus' is false then this returns just
186
(command_output,
exitstatus
) = run ('ls -l /bin', withexitstatus=1)
258
return (child_result, child.
exitstatus
)
369
in self.
exitstatus
or self.signalstatus. If the child exited normally
370
then
exitstatus
will store the exit return code and signalstatus will
372
signalstatus will store the signal value and
exitstatus
will be None.
391
self.
exitstatus
= None
465
s.append('
exitstatus
: ' + str(self.
exitstatus
))
[
all
...]
/external/antlr/runtime/Ruby/lib/antlr3/test/
grammar.rb
181
case status = $?.
exitstatus
/external/mksh/src/
jobs.c
1583
int
exitstatus
= (WEXITSTATUS(p->status)) & 255;
local
[
all
...]
/external/python/cpython2/Lib/plat-mac/
pimp.py
141
exitstatus
= _cmd(output, self._dir,
146
return (not
exitstatus
)
[
all
...]
Completed in 716 milliseconds