Searched defs:require_action_string (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/
H A DAssertMacros.h1315 #define require_action_string(assertion, exceptionLabel, action, message) __Require_Action_String(assertion, exceptionLabel, action, message) macro
/macosx-10.10/objc4-646/runtime/
H A Dobjc-os.h379 #define require_action_string(cond, dest, act, msg) do { if (!(cond)) { { act; } goto dest; } } while (0) macro
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A DDebugServices.h1040 #undef require_action_string macro
1043 #define require_action_string( X, LABEL, ACTION, STR ) \ macro
/macosx-10.10/mDNSResponder-561.1.1/mDNSVxWorks/
H A DmDNSVxWorksIPv4Only.c173 #define require_action_string( assertion, label, action, cstring ) do { if( !(assertion) ) { {action;}; goto label; } } while(0) macro

Completed in 205 milliseconds