Searched refs:check_string (Results 1 - 3 of 3) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A DDebugServices.h568 /*! @defined check_string
577 Code inside check_string() statements is not compiled into production builds.
581 #undef check_string macro
583 #if( !defined( check_string ) )
585 #define check_string( X, STR ) \ macro
595 #define check_string( X, STR ) macro
1090 #define ensure_string( X, STR ) check_string( X, STR )
H A DDebugServices.c2628 check_string( 0, "SHOULD SEE: check_string" );
2629 check_string( 1, "SHOULD *NOT* SEE: check_string (valid)" );
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c987 static int check_string(const void * value, void *check_value_data) { function
997 _expect_check(function, parameter, file, line, check_string, (void*)string,

Completed in 151 milliseconds