Home
last modified time | relevance | path

Searched refs:found (Results 76 – 100 of 54582) sorted by relevance

12345678910>>...2184

/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/iconv/
H A Dgconv_dl.c94 found->name = (char *) memcpy (found + 1, name, namelen); in __gconv_find_shlib()
102 free (found); in __gconv_find_shlib()
103 found = NULL; in __gconv_find_shlib()
118 found->handle = __libc_dlopen (found->name); in __gconv_find_shlib()
121 found->fct = __libc_dlsym (found->handle, "gconv"); in __gconv_find_shlib()
127 found = NULL; in __gconv_find_shlib()
131 found->init_fct = __libc_dlsym (found->handle, "gconv_init"); in __gconv_find_shlib()
132 found->end_fct = __libc_dlsym (found->handle, "gconv_end"); in __gconv_find_shlib()
140 found = NULL; in __gconv_find_shlib()
143 found->counter = MAX (found->counter + 1, 1); in __gconv_find_shlib()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/iconv/
H A Dgconv_dl.c94 found->name = (char *) memcpy (found + 1, name, namelen); in __gconv_find_shlib()
102 free (found); in __gconv_find_shlib()
103 found = NULL; in __gconv_find_shlib()
118 found->handle = __libc_dlopen (found->name); in __gconv_find_shlib()
121 found->fct = __libc_dlsym (found->handle, "gconv"); in __gconv_find_shlib()
127 found = NULL; in __gconv_find_shlib()
131 found->init_fct = __libc_dlsym (found->handle, "gconv_init"); in __gconv_find_shlib()
132 found->end_fct = __libc_dlsym (found->handle, "gconv_end"); in __gconv_find_shlib()
140 found = NULL; in __gconv_find_shlib()
143 found->counter = MAX (found->counter + 1, 1); in __gconv_find_shlib()
[all …]
/dports/security/vault/aws-sdk-go-v2-1.5.0/config/
H A Dprovider.go31 if err != nil || found {
52 if err != nil || found {
74 if err != nil || found {
95 if err != nil || found {
115 if err != nil || found {
136 if err != nil || found {
157 if err != nil || found {
176 if err != nil || found {
195 if err != nil || found {
213 if err != nil || found {
[all …]
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/config/
H A Dprovider.go31 if err != nil || found {
52 if err != nil || found {
74 if err != nil || found {
95 if err != nil || found {
115 if err != nil || found {
136 if err != nil || found {
157 if err != nil || found {
176 if err != nil || found {
195 if err != nil || found {
213 if err != nil || found {
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/config/
H A Dprovider.go31 if err != nil || found {
52 if err != nil || found {
74 if err != nil || found {
95 if err != nil || found {
115 if err != nil || found {
136 if err != nil || found {
157 if err != nil || found {
176 if err != nil || found {
195 if err != nil || found {
213 if err != nil || found {
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/config/
H A Dprovider.go31 if err != nil || found {
52 if err != nil || found {
74 if err != nil || found {
95 if err != nil || found {
115 if err != nil || found {
136 if err != nil || found {
157 if err != nil || found {
176 if err != nil || found {
195 if err != nil || found {
213 if err != nil || found {
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/config/
H A Dprovider.go31 if err != nil || found {
52 if err != nil || found {
74 if err != nil || found {
95 if err != nil || found {
115 if err != nil || found {
136 if err != nil || found {
157 if err != nil || found {
176 if err != nil || found {
195 if err != nil || found {
213 if err != nil || found {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/config/
H A Dprovider.go31 if err != nil || found {
52 if err != nil || found {
74 if err != nil || found {
95 if err != nil || found {
115 if err != nil || found {
136 if err != nil || found {
157 if err != nil || found {
176 if err != nil || found {
195 if err != nil || found {
213 if err != nil || found {
[all …]
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/config/
H A Dprovider.go31 if err != nil || found {
52 if err != nil || found {
74 if err != nil || found {
95 if err != nil || found {
115 if err != nil || found {
136 if err != nil || found {
157 if err != nil || found {
176 if err != nil || found {
195 if err != nil || found {
213 if err != nil || found {
[all …]
/dports/www/httrack/httrack-3.49.2/tests/
H A D11_crawl-international.test9 --found ut.httrack.com/unicode-links/caf%a91bce.html \
10 --found ut.httrack.com/unicode-links/café30f4.html \
11 --found ut.httrack.com/unicode-links/café3860.html \
12 --found ut.httrack.com/unicode-links/café463e.html \
13 --found ut.httrack.com/unicode-links/café5e1f.html \
14 --found ut.httrack.com/unicode-links/café7b30.html \
15 --found ut.httrack.com/unicode-links/café8007.html \
16 --found ut.httrack.com/unicode-links/café9fa8.html \
17 --found ut.httrack.com/unicode-links/caféae52.html \
18 --found ut.httrack.com/unicode-links/caféc009.html \
[all …]
/dports/lang/php73/php-7.3.33/ext/date/tests/
H A Dtimezones-list.phpt20 echo in_array( "UTC", $a ) ? "found" : "notfound", "\n";
31 found
33 found
34 found
36 found
37 found
38 found
41 found
43 found
44 found
[all …]
/dports/www/mod_php81/php-8.1.1/ext/date/tests/
H A Dtimezones-list.phpt20 echo in_array( "UTC", $a ) ? "found" : "notfound", "\n";
31 found
33 found
34 found
36 found
37 found
38 found
41 found
43 found
44 found
[all …]
/dports/lang/php80/php-8.0.15/ext/date/tests/
H A Dtimezones-list.phpt20 echo in_array( "UTC", $a ) ? "found" : "notfound", "\n";
31 found
33 found
34 found
36 found
37 found
38 found
41 found
43 found
44 found
[all …]
/dports/lang/php81/php-8.1.1/ext/date/tests/
H A Dtimezones-list.phpt20 echo in_array( "UTC", $a ) ? "found" : "notfound", "\n";
31 found
33 found
34 found
36 found
37 found
38 found
41 found
43 found
44 found
[all …]
/dports/lang/php74/php-7.4.27/ext/date/tests/
H A Dtimezones-list.phpt20 echo in_array( "UTC", $a ) ? "found" : "notfound", "\n";
31 found
33 found
34 found
36 found
37 found
38 found
41 found
43 found
44 found
[all …]
/dports/www/mod_php73/php-7.3.33/ext/date/tests/
H A Dtimezones-list.phpt20 echo in_array( "UTC", $a ) ? "found" : "notfound", "\n";
31 found
33 found
34 found
36 found
37 found
38 found
41 found
43 found
44 found
[all …]
/dports/www/mod_php80/php-8.0.15/ext/date/tests/
H A Dtimezones-list.phpt20 echo in_array( "UTC", $a ) ? "found" : "notfound", "\n";
31 found
33 found
34 found
36 found
37 found
38 found
41 found
43 found
44 found
[all …]
/dports/www/mod_php74/php-7.4.27/ext/date/tests/
H A Dtimezones-list.phpt20 echo in_array( "UTC", $a ) ? "found" : "notfound", "\n";
31 found
33 found
34 found
36 found
37 found
38 found
41 found
43 found
44 found
[all …]
/dports/math/stanmath/math-4.2.0/lib/cpplint_1.4.5/samples/codelite-sample/
H A Dsimple.def6 Total errors found: 680
11 src/pptable.cpp:7: Tab found; better to use spaces [whitespace/tab] [1]
12 src/pptable.cpp:8: Tab found; better to use spaces [whitespace/tab] [1]
14 src/pptable.cpp:10: Tab found; better to use spaces [whitespace/tab] [1]
15 src/pptable.cpp:11: Tab found; better to use spaces [whitespace/tab] [1]
17 src/pptable.cpp:12: Tab found; better to use spaces [whitespace/tab] [1]
19 src/pptable.cpp:17: Tab found; better to use spaces [whitespace/tab] [1]
20 src/pptable.cpp:18: Tab found; better to use spaces [whitespace/tab] [1]
22 src/pptable.cpp:19: Tab found; better to use spaces [whitespace/tab] [1]
24 src/pptable.cpp:20: Tab found; better to use spaces [whitespace/tab] [1]
[all …]
/dports/devel/cpplint/cpplint-1.5.5/samples/codelite-sample/
H A Dsimple.def6 Total errors found: 681
11 src/pptable.cpp:7: Tab found; better to use spaces [whitespace/tab] [1]
12 src/pptable.cpp:8: Tab found; better to use spaces [whitespace/tab] [1]
14 src/pptable.cpp:10: Tab found; better to use spaces [whitespace/tab] [1]
15 src/pptable.cpp:11: Tab found; better to use spaces [whitespace/tab] [1]
17 src/pptable.cpp:12: Tab found; better to use spaces [whitespace/tab] [1]
19 src/pptable.cpp:17: Tab found; better to use spaces [whitespace/tab] [1]
20 src/pptable.cpp:18: Tab found; better to use spaces [whitespace/tab] [1]
22 src/pptable.cpp:19: Tab found; better to use spaces [whitespace/tab] [1]
24 src/pptable.cpp:20: Tab found; better to use spaces [whitespace/tab] [1]
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/marionette/harness/marionette_harness/tests/unit/
H A Dtest_element_retrieval.py76 self.assertEqual(el, found)
83 self.assertEqual(el, found)
90 self.assertEqual(el, found)
97 self.assertEqual(el, found)
108 self.assertEqual(el, found)
115 self.assertEqual(el, found)
122 self.assertEqual(el, found)
129 self.assertEqual(el, found)
184 self.assertEqual(el, found)
244 self.assertEqual(el, found)
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/marionette/harness/marionette_harness/tests/unit/
H A Dtest_element_retrieval.py74 self.assertEqual(el, found)
81 self.assertEqual(el, found)
88 self.assertEqual(el, found)
95 self.assertEqual(el, found)
106 self.assertEqual(el, found)
113 self.assertEqual(el, found)
120 self.assertEqual(el, found)
127 self.assertEqual(el, found)
182 self.assertEqual(el, found)
242 self.assertEqual(el, found)
[all …]
/dports/audio/carla/Carla-2.4.1/source/tests.old/
H A DCarlaString.cpp183 bool found; in main() local
185 assert(found); in main()
187 assert(found); in main()
189 assert(found); in main()
191 assert(found); in main()
194 assert(found); in main()
196 assert(found); in main()
198 assert(found); in main()
208 assert(found); in main()
210 assert(found); in main()
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/swig/tcl/
H A Ddbenums.i57 found = true;
59 found = true;
61 found = true;
63 found = true;
65 found = true;
67 found = true;
69 found = true;
74 if (found) {
152 if (found) {
202 if (found) {
[all …]
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/tests/core-impl/support/
H A DTestTrackLoader.cpp77 QCOMPARE( found.count(), pair.second ); in testFullMetadataInit()
102 QCOMPARE( found.count(), 15 ); in testInit()
103 …QVERIFY2( found.at( 0 )->uidUrl().endsWith( "audio/album/Track01.ogg" ), found.at( 0 )->uidUrl().t… in testInit()
104 …QVERIFY2( found.at( 1 )->uidUrl().endsWith( "audio/album/Track02.ogg" ), found.at( 1 )->uidUrl().t… in testInit()
105 …QVERIFY2( found.at( 2 )->uidUrl().endsWith( "audio/album/Track03.ogg" ), found.at( 2 )->uidUrl().t… in testInit()
108 …QVERIFY2( found.at( 5 )->uidUrl().endsWith( "audio/Platz 01.mp3" ), found.at( 5 )->uidUrl().toLoca… in testInit()
109 …QVERIFY2( found.at( 10 )->uidUrl().endsWith( "audio/Platz 06.mp3" ), found.at( 10 )->uidUrl().toLo… in testInit()
110 …QVERIFY2( found.at( 14 )->uidUrl().endsWith( "audio/Platz 10.mp3" ), found.at( 14 )->uidUrl().toLo… in testInit()
119 QCOMPARE( found.count(), 2 ); in testInit()
138 QCOMPARE( found.count(), 1 + 3 + 23 ); in testInitWithPlaylists()
[all …]

12345678910>>...2184