Home
last modified time | relevance | path

Searched refs:exit_error (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/ipc/pipeio/
Dpipeio.c101 static int exit_error = 1; /* exit on error #, zero means no exit */ variable
221 if (sscanf(optarg, "%d", &exit_error) != 1) { in parse_options()
226 } else if (exit_error < 0) { in parse_options()
699 if (exit_error && exit_error == error) in do_parent()
/external/iproute2/tc/
Dm_xt_old.c130 exit_error(PARAMETER_PROBLEM, in check_inverse()
136 exit_error(PARAMETER_PROBLEM, in check_inverse()
146 void exit_error(enum exittype status, const char *msg, ...) in exit_error() function
Dm_ipt.c87 exit_error(enum exittype status, char *msg, ...) in exit_error() function
238 exit_error(PARAMETER_PROBLEM, "get_target_name"); in get_target_name()
243 exit_error(PARAMETER_PROBLEM, "get_target_name"); in get_target_name()
/external/iproute2/include/
Diptables_common.h32 void exit_error(enum exittype, char *, ...)__attribute__((noreturn,
/external/iproute2/
Dconfigure110 void exit_error(enum exittype status, const char *msg, ...)
150 void exit_error(enum exittype status, const char *msg, ...)
/external/libxml2/
Dxmlschemas.c336 #define HERROR if (res != 0) goto exit_error;
10609 goto exit_error; in xmlSchemaAddSchemaDoc()
10631 goto exit_error; in xmlSchemaAddSchemaDoc()
10645 goto exit_error; in xmlSchemaAddSchemaDoc()
10691 exit_error: in xmlSchemaAddSchemaDoc()
10915 goto exit_error; in xmlSchemaParseIncludeOrRedefineAttrs()
10934 goto exit_error; in xmlSchemaParseIncludeOrRedefineAttrs()
10953 goto exit_error; in xmlSchemaParseIncludeOrRedefineAttrs()
10957 exit_error: in xmlSchemaParseIncludeOrRedefineAttrs()
11055 goto exit_error; in xmlSchemaParseIncludeOrRedefine()
[all …]