Home
last modified time | relevance | path

Searched refs:str_len (Results 1 – 25 of 3335) sorted by relevance

12345678910>>...134

/dports/dns/getdns/getdns-1.5.2/src/gldns/
H A Dwire2str.h126 size_t str_len);
148 size_t* str_len);
217 size_t* str_len);
359 size_t str_len);
375 size_t str_len);
393 size_t str_len);
512 size_t* str_len);
525 size_t* str_len);
538 size_t* str_len);
551 size_t* str_len);
[all …]
/dports/dns/unbound/unbound-1.14.0/sldns/
H A Dwire2str.h126 size_t str_len);
148 size_t* str_len);
220 size_t* str_len);
371 size_t str_len);
387 size_t str_len);
405 size_t str_len);
538 size_t* str_len);
551 size_t* str_len);
564 size_t* str_len);
577 size_t* str_len);
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/ftmod/ftmod_sangoma_isdn/
H A Dftmod_sangoma_isdn_trace.c168 str_len+= sprintf(&str[str_len], " format: %s\n", in sngisdn_decode_q921()
287 str_len += sprintf(&str[str_len], "%s%s", in sngisdn_decode_q931()
291 str_len += sprintf(&str[str_len], "%s%s", in sngisdn_decode_q931()
391 *str_len+= sprintf(&str[*str_len], "."); in sngisdn_decode_ie()
482 *str_len+= sprintf(&str[*str_len], "\n"); in sngisdn_decode_ie()
558 *str_len+= sprintf(&str[*str_len], "\n"); in sngisdn_decode_ie()
704 *str_len+= sprintf(&str[*str_len], " "); in sngisdn_decode_ie()
714 *str_len+= sprintf(&str[*str_len], "\n"); in sngisdn_decode_ie()
721 *str_len+= sprintf(&str[*str_len], "\n"); in sngisdn_decode_ie()
785 *str_len += sprintf(&str[*str_len], " [ "); in print_hex_dump()
[all …]
/dports/textproc/p5-Text-Truncate/Text-Truncate-1.06/t/
H A D01-simple.t15 for (my $str_len = 0; $str_len<($mark_len+10); $str_len++) {
16 my $str = "A" x $str_len;
20 ok(length($res) == _min($trunc_len, $str_len));
34 for (my $str_len = 0; $str_len<($mark_len+10); $str_len++) {
35 my $str = "A" x $str_len;
39 ok(length($res) == _min($trunc_len, $str_len));
53 for (my $str_len = 0; $str_len<($mark_len+10); $str_len++) {
54 my $str = "A" x $str_len;
58 ok(length($res) == _min($trunc_len, $str_len));
72 for (my $str_len = 0; $str_len<($mark_len+10); $str_len++) {
[all …]
/dports/devel/libdatrie/libdatrie-0.2.13/datrie/
H A Ddstring.c52 ds->str_len = 0; in dstring_new()
67 return ds->str_len; in dstring_length()
85 ds->str_len = 0; in dstring_clear()
112 dst->str_len = src->str_len; in dstring_copy()
123 if (!dstring_ensure_space (dst, (dst->str_len + src->str_len + 1) in dstring_append()
130 (src->str_len + 1) * dst->char_size); in dstring_append()
132 dst->str_len += src->str_len; in dstring_append()
146 ds->str_len += len; in dstring_append_string()
160 ds->str_len++; in dstring_append_char()
179 if (0 == ds->str_len) in dstring_cut_last()
[all …]
/dports/devel/py-datrie/datrie-0.8.2/libdatrie/datrie/
H A Ddstring.c52 ds->str_len = 0; in dstring_new()
67 return ds->str_len; in dstring_length()
85 ds->str_len = 0; in dstring_clear()
112 dst->str_len = src->str_len; in dstring_copy()
123 if (!dstring_ensure_space (dst, (dst->str_len + src->str_len + 1) in dstring_append()
130 (src->str_len + 1) * dst->char_size); in dstring_append()
132 dst->str_len += src->str_len; in dstring_append()
146 ds->str_len += len; in dstring_append_string()
160 ds->str_len++; in dstring_append_char()
179 if (0 == ds->str_len) in dstring_cut_last()
[all …]
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/str-repr/
H A Dencode.c33 if (str_len < 0) in str_repr_encode_append()
34 str_len = strlen(str); in str_repr_encode_append()
36 if (str_len == 0) in str_repr_encode_append()
42 apostrophe = memchr(str, '\'', str_len); in str_repr_encode_append()
43 quote = memchr(str, '"', str_len); in str_repr_encode_append()
53 if ((strcspn(str, "\b\f\n\r\t\\ ")) < str_len || in str_repr_encode_append()
54 (forbidden_chars && strcspn(str, forbidden_chars) < str_len)) in str_repr_encode_append()
59 g_string_append_len(escaped_string, str, str_len); in str_repr_encode_append()
67 append_unsafe_utf8_as_escaped_binary(escaped_string, str, str_len, NULL); in str_repr_encode_append()
73 append_unsafe_utf8_as_escaped_binary(escaped_string, str, str_len, NULL); in str_repr_encode_append()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/UnitTestFrameworkPkg/Library/CmockaLib/cmocka/tests/
H A Dtest_alloc.c16 size_t str_len; in torture_test_malloc() local
21 str_len = 12; in torture_test_malloc()
22 str = (char *)test_malloc(str_len); in torture_test_malloc()
38 size_t str_len; in torture_test_realloc() local
43 str_len = 16; in torture_test_realloc()
44 str = (char *)test_malloc(str_len); in torture_test_realloc()
53 str_len = 20; in torture_test_realloc()
54 tmp = test_realloc(str, str_len); in torture_test_realloc()
70 size_t str_len; in torture_test_realloc_set0() local
74 str_len = 16; in torture_test_realloc_set0()
[all …]
/dports/sysutils/cmocka/cmocka-1.1.5/tests/
H A Dtest_alloc.c16 size_t str_len; in torture_test_malloc() local
21 str_len = 12; in torture_test_malloc()
22 str = (char *)test_malloc(str_len); in torture_test_malloc()
38 size_t str_len; in torture_test_realloc() local
43 str_len = 16; in torture_test_realloc()
44 str = (char *)test_malloc(str_len); in torture_test_realloc()
53 str_len = 20; in torture_test_realloc()
54 tmp = test_realloc(str, str_len); in torture_test_realloc()
70 size_t str_len; in torture_test_realloc_set0() local
74 str_len = 16; in torture_test_realloc_set0()
[all …]
/dports/graphics/waffle/waffle-2485a41c321a29463b5c0af7813c2d1046e2f925/third_party/cmocka/tests/
H A Dtest_alloc.c16 size_t str_len; in torture_test_malloc() local
21 str_len = 12; in torture_test_malloc()
22 str = (char *)test_malloc(str_len); in torture_test_malloc()
38 size_t str_len; in torture_test_realloc() local
43 str_len = 16; in torture_test_realloc()
44 str = (char *)test_malloc(str_len); in torture_test_realloc()
53 str_len = 20; in torture_test_realloc()
54 tmp = test_realloc(str, str_len); in torture_test_realloc()
70 size_t str_len; in torture_test_realloc_set0() local
74 str_len = 16; in torture_test_realloc_set0()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/UnitTestFrameworkPkg/Library/CmockaLib/cmocka/tests/
H A Dtest_alloc.c16 size_t str_len; in torture_test_malloc() local
21 str_len = 12; in torture_test_malloc()
22 str = (char *)test_malloc(str_len); in torture_test_malloc()
38 size_t str_len; in torture_test_realloc() local
43 str_len = 16; in torture_test_realloc()
44 str = (char *)test_malloc(str_len); in torture_test_realloc()
53 str_len = 20; in torture_test_realloc()
54 tmp = test_realloc(str, str_len); in torture_test_realloc()
70 size_t str_len; in torture_test_realloc_set0() local
74 str_len = 16; in torture_test_realloc_set0()
[all …]
/dports/sysutils/opencorsairlink/OpenCorsairLink-4234f4f/extras/cmocka-1.1.1/tests/
H A Dtest_alloc.c16 size_t str_len; in torture_test_malloc() local
21 str_len = 12; in torture_test_malloc()
22 str = (char *)test_malloc(str_len); in torture_test_malloc()
38 size_t str_len; in torture_test_realloc() local
43 str_len = 16; in torture_test_realloc()
44 str = (char *)test_malloc(str_len); in torture_test_realloc()
53 str_len = 20; in torture_test_realloc()
54 tmp = test_realloc(str, str_len); in torture_test_realloc()
70 size_t str_len; in torture_test_realloc_set0() local
74 str_len = 16; in torture_test_realloc_set0()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/UnitTestFrameworkPkg/Library/CmockaLib/cmocka/tests/
H A Dtest_alloc.c16 size_t str_len; in torture_test_malloc() local
21 str_len = 12; in torture_test_malloc()
22 str = (char *)test_malloc(str_len); in torture_test_malloc()
38 size_t str_len; in torture_test_realloc() local
43 str_len = 16; in torture_test_realloc()
44 str = (char *)test_malloc(str_len); in torture_test_realloc()
53 str_len = 20; in torture_test_realloc()
54 tmp = test_realloc(str, str_len); in torture_test_realloc()
70 size_t str_len; in torture_test_realloc_set0() local
74 str_len = 16; in torture_test_realloc_set0()
[all …]
/dports/devel/vstr/vstr-1.0.15/src/
H A Dvstr_srch.c163 if (!str_len) in vstr_srch_buf_fwd()
169 if (str && (str_len == 1)) in vstr_srch_buf_fwd()
212 if (tmp > str_len) in vstr_srch_buf_fwd()
213 tmp = str_len; in vstr_srch_buf_fwd()
275 while (str_len) in vstr__cmp_eq_rev_buf()
282 if (tmp > str_len) in vstr__cmp_eq_rev_buf()
283 tmp = str_len; in vstr__cmp_eq_rev_buf()
290 str_len -= tmp; in vstr__cmp_eq_rev_buf()
316 if (str_len <= scan_len) in vstr__cmp_eq_rev_non()
319 str_len -= scan_len; in vstr__cmp_eq_rev_non()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-slsk.c364 offset += str_len; in dissect_slsk_pdu()
366 offset += str_len; in dissect_slsk_pdu()
379 offset += str_len; in dissect_slsk_pdu()
405 offset += str_len; in dissect_slsk_pdu()
417 offset += str_len; in dissect_slsk_pdu()
437 offset += str_len; in dissect_slsk_pdu()
447 offset += str_len; in dissect_slsk_pdu()
546 offset += str_len; in dissect_slsk_pdu()
556 offset += str_len; in dissect_slsk_pdu()
657 offset += str_len; in dissect_slsk_pdu()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-slsk.c364 offset += str_len; in dissect_slsk_pdu()
366 offset += str_len; in dissect_slsk_pdu()
379 offset += str_len; in dissect_slsk_pdu()
405 offset += str_len; in dissect_slsk_pdu()
417 offset += str_len; in dissect_slsk_pdu()
437 offset += str_len; in dissect_slsk_pdu()
447 offset += str_len; in dissect_slsk_pdu()
546 offset += str_len; in dissect_slsk_pdu()
556 offset += str_len; in dissect_slsk_pdu()
657 offset += str_len; in dissect_slsk_pdu()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-slsk.c364 offset += str_len;
366 offset += str_len;
379 offset += str_len;
405 offset += str_len;
417 offset += str_len;
437 offset += str_len;
447 offset += str_len;
546 offset += str_len;
556 offset += str_len;
657 offset += str_len;
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-slsk.c364 offset += str_len; in dissect_slsk_pdu()
366 offset += str_len; in dissect_slsk_pdu()
379 offset += str_len; in dissect_slsk_pdu()
405 offset += str_len; in dissect_slsk_pdu()
417 offset += str_len; in dissect_slsk_pdu()
437 offset += str_len; in dissect_slsk_pdu()
447 offset += str_len; in dissect_slsk_pdu()
546 offset += str_len; in dissect_slsk_pdu()
556 offset += str_len; in dissect_slsk_pdu()
657 offset += str_len; in dissect_slsk_pdu()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Objects/stringlib/
H A Dsplit.h69 if (i == str_len) break; in STRINGLIB()
85 if (i < str_len) { in STRINGLIB()
90 if (i != str_len) in STRINGLIB()
116 for(; j < str_len; j++) { in STRINGLIB()
133 if (i <= str_len) { in STRINGLIB()
134 SPLIT_ADD(str, i, str_len); in STRINGLIB()
182 SPLIT_ADD(str, i, str_len); in STRINGLIB()
204 i = j = str_len - 1; in STRINGLIB()
255 i = j = str_len - 1; in STRINGLIB()
306 j = str_len; in STRINGLIB()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Objects/stringlib/
H A Dsplit.h69 if (i == str_len) break; in STRINGLIB()
85 if (i < str_len) { in STRINGLIB()
90 if (i != str_len) in STRINGLIB()
116 for(; j < str_len; j++) { in STRINGLIB()
133 if (i <= str_len) { in STRINGLIB()
134 SPLIT_ADD(str, i, str_len); in STRINGLIB()
182 SPLIT_ADD(str, i, str_len); in STRINGLIB()
204 i = j = str_len - 1; in STRINGLIB()
255 i = j = str_len - 1; in STRINGLIB()
306 j = str_len; in STRINGLIB()
[all …]
/dports/lang/python-tools/Python-3.8.12/Objects/stringlib/
H A Dsplit.h69 if (i == str_len) break; in STRINGLIB()
85 if (i < str_len) { in STRINGLIB()
90 if (i != str_len) in STRINGLIB()
116 for(; j < str_len; j++) { in STRINGLIB()
133 if (i <= str_len) { in STRINGLIB()
134 SPLIT_ADD(str, i, str_len); in STRINGLIB()
182 SPLIT_ADD(str, i, str_len); in STRINGLIB()
204 i = j = str_len - 1; in STRINGLIB()
255 i = j = str_len - 1; in STRINGLIB()
306 j = str_len; in STRINGLIB()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Objects/stringlib/
H A Dsplit.h72 if (i == str_len) break; in stringlib_split_whitespace()
88 if (i < str_len) { in stringlib_split_whitespace()
93 if (i != str_len) in stringlib_split_whitespace()
119 for(; j < str_len; j++) { in stringlib_split_char()
136 if (i <= str_len) { in stringlib_split_char()
137 SPLIT_ADD(str, i, str_len); in stringlib_split_char()
185 SPLIT_ADD(str, i, str_len); in stringlib_split()
207 i = j = str_len - 1; in stringlib_rsplit_whitespace()
258 i = j = str_len - 1; in stringlib_rsplit_char()
309 j = str_len; in stringlib_rsplit()
[all …]
/dports/lang/python37/Python-3.7.12/Objects/stringlib/
H A Dsplit.h69 if (i == str_len) break; in STRINGLIB()
85 if (i < str_len) { in STRINGLIB()
90 if (i != str_len) in STRINGLIB()
116 for(; j < str_len; j++) { in STRINGLIB()
133 if (i <= str_len) { in STRINGLIB()
134 SPLIT_ADD(str, i, str_len); in STRINGLIB()
182 SPLIT_ADD(str, i, str_len); in STRINGLIB()
204 i = j = str_len - 1; in STRINGLIB()
255 i = j = str_len - 1; in STRINGLIB()
306 j = str_len; in STRINGLIB()
[all …]
/dports/lang/python311/Python-3.11.0a3/Objects/stringlib/
H A Dsplit.h69 if (i == str_len) break; in STRINGLIB()
85 if (i < str_len) { in STRINGLIB()
90 if (i != str_len) in STRINGLIB()
116 for(; j < str_len; j++) { in STRINGLIB()
133 if (i <= str_len) { in STRINGLIB()
134 SPLIT_ADD(str, i, str_len); in STRINGLIB()
182 SPLIT_ADD(str, i, str_len); in STRINGLIB()
204 i = j = str_len - 1; in STRINGLIB()
255 i = j = str_len - 1; in STRINGLIB()
306 j = str_len; in STRINGLIB()
[all …]
/dports/lang/python27/Python-2.7.18/Objects/stringlib/
H A Dsplit.h72 if (i == str_len) break; in stringlib_split_whitespace()
88 if (i < str_len) { in stringlib_split_whitespace()
93 if (i != str_len) in stringlib_split_whitespace()
119 for(; j < str_len; j++) { in stringlib_split_char()
136 if (i <= str_len) { in stringlib_split_char()
137 SPLIT_ADD(str, i, str_len); in stringlib_split_char()
185 SPLIT_ADD(str, i, str_len); in stringlib_split()
207 i = j = str_len - 1; in stringlib_rsplit_whitespace()
258 i = j = str_len - 1; in stringlib_rsplit_char()
309 j = str_len; in stringlib_rsplit()
[all …]

12345678910>>...134