OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exit_failure
(Results
1 - 13
of
13
) sorted by null
/external/bison/lib/
exitfail.h
18
extern int volatile
exit_failure
;
exitfail.c
24
int volatile
exit_failure
=
EXIT_FAILURE
;
variable
xalloc-die.c
34
error (
exit_failure
, 0, "%s", _("memory exhausted"));
39
safety feature if
exit_failure
is 0 (which shouldn't happen). */
closeout.c
84
with status '
exit_failure
'.
86
Also close standard error. On error, _exit with status '
exit_failure
'.
119
_exit (
exit_failure
);
123
_exit (
exit_failure
);
argmatch.c
53
# define ARGMATCH_DIE exit (
exit_failure
)
obstack.c
96
int obstack_exit_failure =
EXIT_FAILURE
;
99
# define obstack_exit_failure
exit_failure
/ndk/sources/host-tools/sed-4.2.1/lib/
exitfail.h
18
extern int volatile
exit_failure
;
exitfail.c
24
int volatile
exit_failure
=
EXIT_FAILURE
;
variable
xalloc-die.c
34
error (
exit_failure
, 0, "%s", _("memory exhausted"));
39
safety feature if
exit_failure
is 0 (which shouldn't happen). */
obstack.c
98
int obstack_exit_failure =
EXIT_FAILURE
;
101
# define obstack_exit_failure
exit_failure
/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
/external/chromium_org/third_party/libxml/src/
xmlschemas.c
334
#define HFAILURE if (res == -1) goto
exit_failure
;
[
all
...]
/external/libxml2/
xmlschemas.c
334
#define HFAILURE if (res == -1) goto
exit_failure
;
[
all
...]
Completed in 393 milliseconds