Searched refs:exit_error (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/kernel/ipc/pipeio/ |
D | pipeio.c | 101 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/ |
D | m_xt_old.c | 130 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
|
D | m_ipt.c | 87 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/ |
D | iptables_common.h | 32 void exit_error(enum exittype, char *, ...)__attribute__((noreturn,
|
/external/iproute2/ |
D | configure | 110 void exit_error(enum exittype status, const char *msg, ...) 150 void exit_error(enum exittype status, const char *msg, ...)
|
/external/libxml2/ |
D | xmlschemas.c | 336 #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 …]
|