Home
last modified time | relevance | path

Searched refs:pNull (Results 1 – 25 of 50) sorted by relevance

12

/dports/editors/ted/Ted-2.23/appUtil/
H A DappTagval.c17 int * pNull, in appTagvalGetStringValue() argument
28 *pNull= *value == '\0'; in appTagvalGetStringValue()
35 int * pNull, in appTagvalGetLongValue() argument
51 { *pNull= 1; return 0; } in appTagvalGetLongValue()
56 { *pNull= 1; return 0; } in appTagvalGetLongValue()
66 *pNull= 0; *pValue= l; return 0; in appTagvalGetLongValue()
71 int * pNull, in appTagvalGetDoubleValue() argument
87 { *pNull= 1; return 0; } in appTagvalGetDoubleValue()
92 { *pNull= 1; return 0; } in appTagvalGetDoubleValue()
102 *pNull= 0; *pValue= d; return 0; in appTagvalGetDoubleValue()
H A DappTagval.h9 int * pNull,
14 int * pNull,
19 int * pNull,
/dports/devel/loki/loki-0.1.7/test/SmartPtr/
H A Dstrong.cpp381 BaseClass * pNull = NULL; (void)pNull; in DoStrongRefCountTests() local
405 assert( s1 == pNull ); in DoStrongRefCountTests()
406 assert( s0 == pNull ); in DoStrongRefCountTests()
407 assert( w1 == pNull ); in DoStrongRefCountTests()
408 assert( w1 == pNull ); in DoStrongRefCountTests()
409 assert( pNull == s0 ); in DoStrongRefCountTests()
657 BaseClass * pNull = NULL; (void)pNull; in DoStrongReleaseTests() local
702 s2 = pNull; in DoStrongReleaseTests()
783 BaseClass * pNull = NULL; (void)pNull; in DoStrongRefLinkTests() local
1093 BaseClass * pNull ; in friend_handling2() local
[all …]
H A Dmain.cpp844 BaseClass * pNull = NULL; (void) pNull; in DoRefCountNullPointerTests() local
857 assert( p1 == pNull ); in DoRefCountNullPointerTests()
858 assert( p0 == pNull ); in DoRefCountNullPointerTests()
859 assert( pNull == p0 ); in DoRefCountNullPointerTests()
860 assert( pNull == p1 ); in DoRefCountNullPointerTests()
861 assert( pNull == p2 ); in DoRefCountNullPointerTests()
898 BaseClass * pNull = NULL; (void) pNull; in DoRefLinkNullPointerTests() local
911 assert( p1 == pNull ); in DoRefLinkNullPointerTests()
912 assert( p0 == pNull ); in DoRefLinkNullPointerTests()
1090 BaseClass * pNull ; in friend_handling() local
[all …]
/dports/biology/avida/avida-2.12.4-src/libs/apto/unittests/core/
H A DSmartPtr.cc397 BaseClass* pNull = NULL; in TEST() local
411 EXPECT_TRUE(p0 == pNull); in TEST()
412 EXPECT_TRUE(p1 == pNull); in TEST()
413 EXPECT_TRUE(p2 == pNull); in TEST()
415 EXPECT_TRUE(pNull == p0); in TEST()
416 EXPECT_TRUE(pNull == p1); in TEST()
417 EXPECT_TRUE(pNull == p2); in TEST()
448 EXPECT_FALSE(p0 < pNull); in TEST()
449 EXPECT_FALSE(p0 > pNull); in TEST()
450 EXPECT_FALSE(pNull < p0); in TEST()
[all …]
/dports/astro/cfitsio/cfitsio-3.49/
H A Deval.y3428 pNull[i] = 0; in Do_Func()
4368 pNull[2] || pNull[3]) ) ) in Do_Func()
4454 if( pNull[0] && pNull[1] ) { in Do_Func()
4485 if( pNull[0] && pNull[1] ) { in Do_Func()
4578 if( pNull[0] && pNull[1] ) { in Do_Func()
4609 if( pNull[0] && pNull[1] ) { in Do_Func()
4670 pNull[2] || pNull[3] || in Do_Func()
4696 pNull[2] || pNull[3] || in Do_Func()
4697 pNull[4] || pNull[5] || in Do_Func()
4724 pNull[2] || pNull[3] || in Do_Func()
[all …]
H A Deval_y.c5801 pNull[i] = 0; in Do_Func()
6741 pNull[2] || pNull[3]) ) ) in Do_Func()
6827 if( pNull[0] && pNull[1] ) { in Do_Func()
6858 if( pNull[0] && pNull[1] ) { in Do_Func()
6951 if( pNull[0] && pNull[1] ) { in Do_Func()
6982 if( pNull[0] && pNull[1] ) { in Do_Func()
7043 pNull[2] || pNull[3] || in Do_Func()
7069 pNull[2] || pNull[3] || in Do_Func()
7070 pNull[4] || pNull[5] || in Do_Func()
7097 pNull[2] || pNull[3] || in Do_Func()
[all …]
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Deval.y3507 pNull[i] = 0;
4447 pNull[2] || pNull[3]) ) )
4533 if( pNull[0] && pNull[1] ) {
4564 if( pNull[0] && pNull[1] ) {
4657 if( pNull[0] && pNull[1] ) {
4688 if( pNull[0] && pNull[1] ) {
4749 pNull[2] || pNull[3] ||
4775 pNull[2] || pNull[3] ||
4776 pNull[4] || pNull[5] ||
4803 pNull[2] || pNull[3] ||
[all …]
H A Deval_y.c5003 pNull[i] = 0;
5943 pNull[2] || pNull[3]) ) )
6029 if( pNull[0] && pNull[1] ) {
6060 if( pNull[0] && pNull[1] ) {
6153 if( pNull[0] && pNull[1] ) {
6184 if( pNull[0] && pNull[1] ) {
6245 pNull[2] || pNull[3] ||
6271 pNull[2] || pNull[3] ||
6272 pNull[4] || pNull[5] ||
6299 pNull[2] || pNull[3] ||
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/statechart/test/
H A DTypeInfoTest.cpp71 bool * pNull = 0; in test_main() local
72 B::custom_static_type_ptr( pNull ); in test_main()
73 A::custom_static_type_ptr( pNull ); in test_main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/statechart/test/
H A DTypeInfoTest.cpp71 bool * pNull = 0; in test_main() local
72 B::custom_static_type_ptr( pNull ); in test_main()
73 A::custom_static_type_ptr( pNull ); in test_main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/statechart/test/
H A DTypeInfoTest.cpp71 bool * pNull = 0; in test_main() local
72 B::custom_static_type_ptr( pNull ); in test_main()
73 A::custom_static_type_ptr( pNull ); in test_main()
/dports/databases/percona57-server/boost_1_59_0/libs/statechart/test/
H A DTypeInfoTest.cpp71 bool * pNull = 0; in test_main() local
72 B::custom_static_type_ptr( pNull ); in test_main()
73 A::custom_static_type_ptr( pNull ); in test_main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/statechart/test/
H A DTypeInfoTest.cpp71 bool * pNull = 0; in test_main() local
72 B::custom_static_type_ptr( pNull ); in test_main()
73 A::custom_static_type_ptr( pNull ); in test_main()
/dports/databases/xtrabackup/boost_1_59_0/libs/statechart/test/
H A DTypeInfoTest.cpp71 bool * pNull = 0; in test_main() local
72 B::custom_static_type_ptr( pNull ); in test_main()
73 A::custom_static_type_ptr( pNull ); in test_main()
/dports/databases/percona57-client/boost_1_59_0/libs/statechart/test/
H A DTypeInfoTest.cpp71 bool * pNull = 0; in test_main() local
72 B::custom_static_type_ptr( pNull ); in test_main()
73 A::custom_static_type_ptr( pNull ); in test_main()
/dports/devel/boost-libs/boost_1_72_0/libs/statechart/test/
H A DTypeInfoTest.cpp71 bool * pNull = 0; in test_main() local
72 B::custom_static_type_ptr( pNull ); in test_main()
73 A::custom_static_type_ptr( pNull ); in test_main()
/dports/devel/hyperscan/boost_1_75_0/libs/statechart/test/
H A DTypeInfoTest.cpp71 bool * pNull = 0; in test_main() local
72 B::custom_static_type_ptr( pNull ); in test_main()
73 A::custom_static_type_ptr( pNull ); in test_main()
/dports/devel/codeworker/CodeWorker4_5_3/
H A DUtlTrace.cpp165 std::auto_ptr<std::ofstream> pNull; in setConfiguration() local
166 _pFile = pNull; in setConfiguration()
176 std::auto_ptr<std::ofstream> pNull; in setConfiguration() local
177 _pFile = pNull; in setConfiguration()
185 std::auto_ptr<std::ofstream> pNull; in finalize() local
186 _pFile = pNull; in finalize()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/test/java/org/parosproxy/paros/core/scanner/
H A DNameValuePairUnitTest.java292 NameValuePair pNull = new NameValuePair(1, null, VALUE, 1); in shouldOrderByTypeThenPositionThenName() local
296 assertThat(pA.compareTo(pNull), is(equalTo(1))); in shouldOrderByTypeThenPositionThenName()
297 assertThat(pNull.compareTo(pA), is(equalTo(-1))); in shouldOrderByTypeThenPositionThenName()
305 NameValuePair pNull = new NameValuePair(1, NAME, null, 1); in shouldOrderByTypeThenPositionThenNameThenValue() local
309 assertThat(pA.compareTo(pNull), is(equalTo(1))); in shouldOrderByTypeThenPositionThenNameThenValue()
310 assertThat(pNull.compareTo(pA), is(equalTo(-1))); in shouldOrderByTypeThenPositionThenNameThenValue()
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/
H A Deval_y.c6034 pNull[i] = 0; in Do_Func()
6974 pNull[2] || pNull[3]) ) ) in Do_Func()
7060 if( pNull[0] && pNull[1] ) { in Do_Func()
7091 if( pNull[0] && pNull[1] ) { in Do_Func()
7184 if( pNull[0] && pNull[1] ) { in Do_Func()
7215 if( pNull[0] && pNull[1] ) { in Do_Func()
7276 pNull[2] || pNull[3] || in Do_Func()
7302 pNull[2] || pNull[3] || in Do_Func()
7303 pNull[4] || pNull[5] || in Do_Func()
7330 pNull[2] || pNull[3] || in Do_Func()
[all …]
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Deval_y.c5807 pNull[i] = 0; in Do_Func()
6781 pNull[2] || pNull[3]) ) ) in Do_Func()
6867 if( pNull[0] && pNull[1] ) { in Do_Func()
6898 if( pNull[0] && pNull[1] ) { in Do_Func()
6991 if( pNull[0] && pNull[1] ) { in Do_Func()
7022 if( pNull[0] && pNull[1] ) { in Do_Func()
7083 pNull[2] || pNull[3] || in Do_Func()
7109 pNull[2] || pNull[3] || in Do_Func()
7110 pNull[4] || pNull[5] || in Do_Func()
7137 pNull[2] || pNull[3] || in Do_Func()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/tests/
H A DwiTest.cpp214 void* pNull = nullptr; variable
215 void*& pNullRef() { return pNull; } in pNullRef()
518 REQUIRE_LOG(E_OUTOFMEMORY, [] { REQUIRE(pNull == LOG_IF_NULL_ALLOC(pNull)); }); in __anone501a34c22702()
519 …REQUIRE_LOG_MSG(E_OUTOFMEMORY, [] { REQUIRE(pNull == LOG_IF_NULL_ALLOC_MSG(pNull, "msg: %d", __LIN… in __anone501a34c22802()
520 REQUIRE_FAILFAST(E_OUTOFMEMORY, [] { FAIL_FAST_IF_NULL_ALLOC(pNull); }); in __anone501a34c22902()
599 REQUIRE_THROWS_RESULT(E_FAIL, [] { THROW_HR_IF_NULL(E_FAIL, pNull); }); in __anone501a34c27302()
601 REQUIRE_LOG(E_FAIL, [] { REQUIRE(pNull == LOG_HR_IF_NULL(E_FAIL, pNull)); }); in __anone501a34c27502()
602 …REQUIRE_LOG_MSG(E_FAIL, [] { REQUIRE(pNull == LOG_HR_IF_NULL_MSG(E_FAIL, pNull, "msg: %d", __LINE_… in __anone501a34c27602()
603 REQUIRE_FAILFAST(E_FAIL, [] { FAIL_FAST_HR_IF_NULL(E_FAIL, pNull); }); in __anone501a34c27702()
654 REQUIRE_LOG(E_AD, [] { SetAD(); REQUIRE(pNull == LOG_LAST_ERROR_IF_NULL(pNull)); }); in __anone501a34c2a602()
[all …]
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/test/java/org/parosproxy/paros/network/
H A DHtmlParameterUnitTest.java203 HtmlParameter pNull = new HtmlParameter(HtmlParameter.Type.url, NON_NULL_NAME, null); in shouldOrderByTypeThenNameThenValue() local
207 assertThat(pA.compareTo(pNull), is(equalTo(1))); in shouldOrderByTypeThenNameThenValue()
208 assertThat(pNull.compareTo(pA), is(equalTo(-1))); in shouldOrderByTypeThenNameThenValue()
/dports/graphics/jogamp-jogl/gluegen/src/junit/com/jogamp/common/util/
H A DTestArrayHashSet01.java180 final Dummy pNull = null; in testArrayHashSetImpl() local
183 q = l.getOrAdd(pNull); in testArrayHashSetImpl()
193 Assert.assertTrue(l.remove(pNull)); in testArrayHashSetImpl()

12