Searched refs:exit_error (Results 1 – 6 of 6) sorted by relevance
/external/iproute2/ |
D | configure | 81 void exit_error(enum exittype status, const char *msg, ...) 121 void exit_error(enum exittype status, const char *msg, ...)
|
/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/chromium_org/third_party/libxml/src/ |
D | xmlschemas.c | 336 #define HERROR if (res != 0) goto exit_error; 10575 goto exit_error; in xmlSchemaAddSchemaDoc() 10597 goto exit_error; in xmlSchemaAddSchemaDoc() 10611 goto exit_error; in xmlSchemaAddSchemaDoc() 10657 exit_error: in xmlSchemaAddSchemaDoc() 10881 goto exit_error; in xmlSchemaParseIncludeOrRedefineAttrs() 10900 goto exit_error; in xmlSchemaParseIncludeOrRedefineAttrs() 10919 goto exit_error; in xmlSchemaParseIncludeOrRedefineAttrs() 10923 exit_error: in xmlSchemaParseIncludeOrRedefineAttrs() 11021 goto exit_error; in xmlSchemaParseIncludeOrRedefine() [all …]
|
/external/libxml2/ |
D | xmlschemas.c | 336 #define HERROR if (res != 0) goto exit_error; 10594 goto exit_error; in xmlSchemaAddSchemaDoc() 10616 goto exit_error; in xmlSchemaAddSchemaDoc() 10630 goto exit_error; in xmlSchemaAddSchemaDoc() 10676 exit_error: in xmlSchemaAddSchemaDoc() 10900 goto exit_error; in xmlSchemaParseIncludeOrRedefineAttrs() 10919 goto exit_error; in xmlSchemaParseIncludeOrRedefineAttrs() 10938 goto exit_error; in xmlSchemaParseIncludeOrRedefineAttrs() 10942 exit_error: in xmlSchemaParseIncludeOrRedefineAttrs() 11040 goto exit_error; in xmlSchemaParseIncludeOrRedefine() [all …]
|