OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exit_on_error
(Results
1 - 6
of
6
) sorted by null
/external/bison/lib/
spawn-pipe.h
37
If the subprocess creation fails: if
exit_on_error
is true, the main
51
If
exit_on_error
is false, a child process id of -1 should be treated the
88
bool slave_process, bool
exit_on_error
,
101
bool slave_process, bool
exit_on_error
,
129
bool slave_process, bool
exit_on_error
,
wait-process.h
35
If it didn't terminate correctly, exit if
exit_on_error
is true, otherwise
49
- If
exit_on_error
is true, any error will cause the main process to exit
59
bool slave_process, bool
exit_on_error
,
wait-process.c
190
If it didn't terminate correctly, exit if
exit_on_error
is true, otherwise
195
bool slave_process, bool
exit_on_error
,
221
if (
exit_on_error
|| !null_stderr)
222
error (
exit_on_error
? EXIT_FAILURE : 0, errno,
253
if (
exit_on_error
|| !null_stderr)
254
error (
exit_on_error
? EXIT_FAILURE : 0, errno,
272
if (
exit_on_error
|| (!null_stderr && termsigp == NULL))
273
error (
exit_on_error
? EXIT_FAILURE : 0, 0,
280
if (
exit_on_error
|| !null_stderr)
281
error (
exit_on_error
? EXIT_FAILURE : 0, 0
[
all
...]
spawn-pipe.c
114
bool slave_process, bool
exit_on_error
,
232
if (
exit_on_error
|| !null_stderr)
233
error (
exit_on_error
? EXIT_FAILURE : 0, saved_errno,
346
if (
exit_on_error
|| !null_stderr)
347
error (
exit_on_error
? EXIT_FAILURE : 0, err,
396
bool slave_process, bool
exit_on_error
,
401
null_stderr, slave_process,
exit_on_error
,
417
bool slave_process, bool
exit_on_error
,
423
null_stderr, slave_process,
exit_on_error
,
441
bool slave_process, bool
exit_on_error
,
[
all
...]
/external/squashfs-tools/squashfs-tools/
error.h
27
extern int
exit_on_error
;
61
if (
exit_on_error
) { \
mksquashfs.c
110
int
exit_on_error
= FALSE;
variable
[
all
...]
Completed in 5491 milliseconds