Searched refs:winetest_ok (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dtest.h110 extern void __winetest_cdecl winetest_ok( int condition, const char *msg, ... ) __attribute__((format (printf,2,3) ));
117 extern void __winetest_cdecl winetest_ok( int condition, const char *msg, ... );
124 #define ok_(file, line) (winetest_set_location(file, line), 0) ? (void)0 : winetest_ok
360 void __winetest_cdecl winetest_ok( int condition, const char *msg, ... ) function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dtest.h108 extern void __winetest_cdecl winetest_ok( int condition, const char *msg, ... ) __attribute__((format (printf,2,3) ));
115 extern void __winetest_cdecl winetest_ok( int condition, const char *msg, ... );
122 #define ok_(file, line) (winetest_set_location(file, line), 0) ? (void)0 : winetest_ok
358 void __winetest_cdecl winetest_ok( int condition, const char *msg, ... ) function

Completed in 44 milliseconds