Searched refs:cnt (Results 176 - 200 of 677) sorted by relevance

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/examples_cxx/
H A DBtRecExample.cpp66 for (int cnt = 1; cnt <= 1000; ++cnt) {
67 (void)sprintf(buf, "%04d_", cnt);
/macosx-10.10/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Dkerberos5.c343 kerberos5_is(Authenticator *ap, unsigned char *data, int cnt) argument
352 if (cnt-- < 1)
357 auth.length = cnt;
547 inbuf.length = cnt;
612 kerberos5_reply(Authenticator *ap, unsigned char *data, int cnt) argument
616 if (cnt-- < 1)
620 if (cnt > 0) {
622 cnt, data);
638 if (cnt)
639 printf("[ Kerberos V5 accepts you as ``%.*s'' ]\r\n", cnt, dat
726 kerberos5_printsub(unsigned char *data, size_t cnt, unsigned char *buf, size_t buflen) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dparse.c207 int cnt, ch; local
209 for (cnt = 0, c = 0; cnt < 3; cnt++) {
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtsdtfmsy.cpp40 int32_t cnt; local
46 month=symbol->getMonths(cnt);
48 logln((UnicodeString)"size = " + cnt);
50 for (int32_t i=0; i<cnt; ++i)
70 int32_t cnt; local
71 const UnicodeString * month = symbol->getMonths(cnt,context[i],width[j]);
73 logln((UnicodeString)"size = " + cnt);
75 for (int32_t k = 0; k < cnt; k++) {
95 int32_t cnt; local
96 const UnicodeString * wd = symbol->getWeekdays(cnt,contex
112 int32_t cnt; local
[all...]
/macosx-10.10/adv_cmds-158/finger/
H A Dnet.c113 int cnt, line_len, s; local
183 cnt = 0;
186 if (++cnt > OUTPUT_MAX) {
188 cnt - 1);
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dtest_helpers.c159 ssize_t cnt; local
161 while ((cnt = read(fd, &ch, sizeof(ch))) == sizeof(ch) &&
166 ATF_REQUIRE(cnt != -1);
168 return cnt == 0;
/macosx-10.10/bind9-45.101/bind9/win32utils/
H A Dupdateopenssl.pl56 my($cnt);
/macosx-10.10/libedit-40/src/
H A Dparse.c207 int cnt, ch; local
209 for (cnt = 0, c = 0; cnt < 3; cnt++) {
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cftree.py66 cnt = CFTreeGetChildCount(root)
67 self.assertEquals(cnt, 2)
69 cnt = CFTreeGetChildCount(c)
70 self.assertEquals(cnt, 0)
H A Dtest_nscoder.py64 def encodeArrayOfObjCType_count_at_(self, tp, cnt, value):
65 self.coded.append( ("array", tp, cnt, value) )
76 def decodeArrayOfObjCType_count_at_(self, tp, cnt):
77 return range(cnt)
H A Dtest_nsobject.py37 cnt = NSExtraRefCount(o)
38 self.failUnless(isinstance(cnt, (int, long)))
42 self.assertEquals(v, cnt+1)
48 self.assertEquals(v, cnt)
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-SearchKit/PyObjCTest/
H A Dtest_sksearch.py70 cnt = SKSearchResultsGetCount(res)
71 self.failUnlessIsInstance(cnt, (int, long))
72 self.failUnless(cnt > 0)
75 v, o1, o2, o3 = SKSearchResultsGetInfoInRange(res, CFRange(0, cnt), None, None, None)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cftree.py73 cnt = CFTreeGetChildCount(root)
74 self.assertEqual(cnt, 2)
76 cnt = CFTreeGetChildCount(c)
77 self.assertEqual(cnt, 0)
H A Dtest_nscoder.py64 def encodeArrayOfObjCType_count_at_(self, tp, cnt, value):
65 self.coded.append( ("array", tp, cnt, value) )
76 def decodeArrayOfObjCType_count_at_(self, tp, cnt):
77 return range(cnt)
H A Dtest_nsobject.py35 cnt = NSExtraRefCount(o)
36 self.assertIsInstance(cnt, (int, long))
39 self.assertEqual(v, cnt+1)
44 self.assertEqual(v, cnt)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-SearchKit/PyObjCTest/
H A Dtest_sksearch.py70 cnt = SKSearchResultsGetCount(res)
71 self.assertIsInstance(cnt, (int, long))
72 self.failUnless(cnt > 0)
75 v, o1, o2, o3 = SKSearchResultsGetInfoInRange(res, CFRange(0, cnt), None, None, None)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cftree.py77 cnt = CFTreeGetChildCount(root)
78 self.assertEqual(cnt, 2)
80 cnt = CFTreeGetChildCount(c)
81 self.assertEqual(cnt, 0)
H A Dtest_nscoder.py65 def encodeArrayOfObjCType_count_at_(self, tp, cnt, value):
66 self.coded.append( ("array", tp, cnt, value) )
77 def decodeArrayOfObjCType_count_at_(self, tp, cnt):
78 return range(cnt)
H A Dtest_nsobject.py44 cnt = NSExtraRefCount(o)
45 self.assertIsInstance(cnt, (int, long))
48 self.assertEqual(v, cnt+1)
53 self.assertEqual(v, cnt)
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbooker.pl174 $cnt = @m;
176 for ($i = 2; $i < $cnt; $i++) {
242 $cnt = @m;
244 for ($i = 2; $i < $cnt; $i++) {
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dopenssl-compat.c72 ssh_EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *d, unsigned int cnt) argument
74 EVP_DigestUpdate(ctx, d, cnt);
/macosx-10.10/apr-32/apr-util/apr-util/include/
H A Dapr_thread_pool.h183 * @param cnt The number
187 apr_size_t cnt);
231 * @param cnt Number of threads
235 apr_size_t cnt);
270 * @param cnt The new threshold
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-CFNetwork/PyObjCTest/
H A Dtest_cfftpstream.py40 cnt, out = CFFTPCreateParsedResourceListing(None, buf, len(buf), None)
41 self.failUnlessIsInstance(cnt, (int, long))
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-CFNetwork/PyObjCTest/
H A Dtest_cfftpstream.py40 cnt, out = CFFTPCreateParsedResourceListing(None, buf, len(buf), None)
41 self.assertIsInstance(cnt, (int, long))
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-CFNetwork-2.5.1/PyObjCTest/
H A Dtest_cfftpstream.py50 cnt, out = CFFTPCreateParsedResourceListing(None, buf, len(buf), None)
51 self.assertIsInstance(cnt, (int, long))

Completed in 330 milliseconds

1234567891011>>