Searched refs:check_noerr_string (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A DDebugServices.h635 /*! @defined check_noerr_string
644 Code inside check_noerr_string() statements is not compiled into production builds.
648 #undef check_noerr_string macro
650 #if ( !defined( check_noerr_string ) )
652 #define check_noerr_string( ERR, STR ) \ macro
665 #define check_noerr_string( ERR, STR ) macro
1092 #define ensure_noerr_string( ERR, STR ) check_noerr_string( ERR, STR )
H A DDebugServices.c2634 check_noerr_string( -6712, "SHOULD SEE: check_noerr_string" );
2635 check_noerr_string( 0, "SHOULD *NOT* SEE: check_noerr_string (valid)" );
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A DAssertMacros.h370 * Production builds: check_noerr_string() does nothing and produces
1248 replace "check_noerr_string(<b args>)" with "__Check_noErr_String(<args>)" \
1298 #ifndef check_noerr_string
1299 #define check_noerr_string(errorCode, message) __Check_noErr_String(errorCode, message) macro
/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dwebdav_agent.c423 check_noerr_string(errno, strerror(errno));
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSVxWorks/
H A DmDNSVxWorksIPv4Only.c161 #define check_noerr_string( error, cstring ) macro

Completed in 214 milliseconds