Home
last modified time | relevance | path

Searched refs:mwTestNow (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dmemwatch.c105 #define TESTS(f,l) if(mwTestAlways) (void)mwTestNow(f,l,1)
323 static int mwTestNow( const char *file, int line, int always_invoked );
611 return mwTestNow( file, line, 0 ); in mwTest()
1143 (void) mwTestNow( fn, ln, 1 ); in mwAssert()
1203 (void) mwTestNow( fn, ln, 1 ); in mwVerify()
2023 static int mwTestNow( const char *file, int line, int always_invoked ) { in mwTestNow() function
/dports/security/fakebo/fakebo-0.4.2/
H A Dmemwatch.c99 #define TESTS(f,l) if(mwTestAlways) (void)mwTestNow(f,l,1)
275 static int mwTestNow(const char *file, int line, int always_invoked);
530 return mwTestNow(file, line, 0); in mwTest()
1210 (void) mwTestNow(fn, ln, 1); in mwAssert()
1270 (void) mwTestNow(fn, ln, 1); in mwVerify()
2137 static int mwTestNow(const char *file, int line, int always_invoked) in mwTestNow() function
/dports/graphics/flasm/flasm-1.62_1/
H A Dmemwatch.c142 #define TESTS(f,l) if(mwTestAlways) (void)mwTestNow(f,l,1)
389 static int mwTestNow( const char *file, int line, int always_invoked );
688 return mwTestNow( file, line, 0 ); in mwTest()
1264 (void) mwTestNow( fn, ln, 1 ); in mwAssert()
1331 (void) mwTestNow( fn, ln, 1 ); in mwVerify()
2154 static int mwTestNow( const char *file, int line, int always_invoked ) { in mwTestNow() function