OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exit_failure
(Results
1 - 3
of
3
) sorted by null
/external/bison/lib/
exitfail.c
24
int volatile
exit_failure
=
EXIT_FAILURE
;
variable
/ndk/sources/host-tools/sed-4.2.1/lib/
exitfail.c
24
int volatile
exit_failure
=
EXIT_FAILURE
;
variable
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdlib.hpp
21
//
EXIT_FAILURE
. As an implementation detail, this header defines the
22
// new constants in terms of EXIT_SUCCESS and
EXIT_FAILURE
. In a new
34
const int
exit_failure
=
EXIT_FAILURE
; // implementation-defined value
member in namespace:boost
Completed in 55 milliseconds