Searched refs:maxbytes (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/include/idn/
H A Ddebug.h57 IDN_EXPORT char *idn__debug_hexstring(const char *s, int maxbytes);
58 IDN_EXPORT char *idn__debug_xstring(const char *s, int maxbytes);
59 IDN_EXPORT char *idn__debug_ucs4xstring(const unsigned long *s, int maxbytes);
61 int maxbytes);
62 IDN_EXPORT char *idn__debug_hexdata(const char *s, int length, int maxbytes);
63 IDN_EXPORT void idn__debug_hexdump(const char *s, int maxbytes);
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Ddebug.c65 idn__debug_hexstring(const char *s, int maxbytes) { argument
70 if (maxbytes > STRING_MAXBYTES)
71 maxbytes = STRING_MAXBYTES;
73 for (i = 0, p = buf; i < maxbytes; i += 3, s++) {
83 if (i >= maxbytes)
93 idn__debug_xstring(const char *s, int maxbytes) { argument
98 if (maxbytes > STRING_MAXBYTES)
99 maxbytes = STRING_MAXBYTES;
103 while (i < maxbytes) {
121 if (i >= maxbytes)
131 idn__debug_ucs4xstring(const unsigned long *s, int maxbytes) argument
183 idn__debug_utf16xstring(const unsigned short *s, int maxbytes) argument
221 idn__debug_hexdata(const char *s, int length, int maxbytes) argument
[all...]
/macosx-10.9.5/dtrace-118.1/test/tst/common/docsExamples/
H A Drwinfo.d44 size_t maxbytes;
55 i[probefunc].maxbytes = arg2 > i[probefunc].maxbytes ?
56 arg2 : i[probefunc].maxbytes;
71 i["read"].maxbytes, i["read"].elapsed);
73 i["write"].maxbytes, i["write"].elapsed);
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/compat/
H A Dcopyfile.test104 } 1 {wrong # args: copyfile ?-bytes num|-maxbytes num? ?-translate? fromFileId toFileId}
106 foreach flag {-bytes -maxbytes} {
136 set stat [catch {copyfile -maxbytes $copySize $testFH $testFH2} msg]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dbfdio.c123 size_t maxbytes = ((struct areltdata *) abfd->arelt_data)->parsed_size; local
124 if (size > maxbytes)
125 size = maxbytes;
/macosx-10.9.5/network_cmds-433/netstat.tproj/
H A Dmcast.c871 int maxbytes = buflen / 3; local
875 if (maxbytes > sdl->sdl_alen) {
876 maxbytes = sdl->sdl_alen;
879 for (i = 0; i < maxbytes; i++) {
882 *buf = (i == maxbytes - 1) ? '\0' : ':';
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/SecureObjectSync/
H A DSOSUserKeygen.c242 const size_t maxbytes = 128; local
251 if (ccrng_pbkdf2_prng_init(&pbkdf2_prng, maxbytes,
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/library/
H A Dcompat.tcl266 # copyfile ?-bytes num | \-maxbytes num? ?\-translate? fromFileId toFileId
283 -maxbytes {
286 error "argument required for -maxbytes option"
295 \"-maxbytes\", or \"-translate\""
300 error "wrong # args: copyfile ?-bytes num|-maxbytes num? ?-translate?\
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/buckets/
H A Dapr_brigade.c307 apr_off_t maxbytes)
348 if (readbytes >= maxbytes) {
/macosx-10.9.5/apr-30/apr-util/apr-util/buckets/
H A Dapr_brigade.c307 apr_off_t maxbytes)
348 if (readbytes >= maxbytes) {
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din_arp.c882 int maxbytes = buflen / 3; local
884 if (maxbytes > sdl->sdl_alen) {
885 maxbytes = sdl->sdl_alen;
888 for (i = 0; i < maxbytes; i++) {
891 *buf = (i == maxbytes - 1) ? '\0' : ':';
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsutils.c2131 size_t maxbytes; local
2137 maxbytes = kHFSPlusMaxFileNameChars << 1;
2138 MALLOC(ustr1, u_int16_t *, maxbytes << 1, M_TEMP, M_WAITOK);
2139 ustr2 = ustr1 + (maxbytes >> 1);
2141 if (utf8_decodestr(str1, len1, ustr1, &ulen1, maxbytes, ':', 0) != 0)
2143 if (utf8_decodestr(str2, len2, ustr2, &ulen2, maxbytes, ':', 0) != 0)
/macosx-10.9.5/network_cmds-433/ip6fw.tproj/
H A Dip6fw.c448 int nalloc, maxbytes; local
455 maxbytes = 65536 * sizeof *rules;
464 if ((i < 0 && errno != EINVAL) || nalloc > maxbytes)
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/include/
H A Dapr_buckets.h770 * @param maxbytes The maximum bytes to read. If this many bytes are seen
776 apr_off_t maxbytes);
/macosx-10.9.5/apr-30/apr-util/apr-util/include/
H A Dapr_buckets.h769 * @param maxbytes The maximum bytes to read. If this many bytes are seen
775 apr_off_t maxbytes);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dhog.vim209 syn keyword hogStreamArgs contained timeout ports maxbytes

Completed in 244 milliseconds