Searched refs:length (Results 101 - 125 of 2729) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Drelease_buffer.c44 buffer->length = 0;
/freebsd-11-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_decapsulate_token.c49 ret = der_get_oid (oid->elements, oid->length, &o, &size);
53 ret = decode_GSSAPIContextToken(input_token->value, input_token->length,
63 output_token->length = ct.innerContextToken.length;
H A Dgss_display_name.c56 output_name_buffer->value = malloc(name->gn_value.length);
61 output_name_buffer->length = name->gn_value.length;
63 output_name_buffer->length);
/freebsd-11-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Dexport_name.c46 exported_name->length = 0;
H A Dexport_sec_context.c46 interprocess_token->length = 0;
H A Dinquire_sec_context_by_oid.c55 value.length = ctx->sessionkey.length;
62 if (ctx->pac.length == 0) {
80 value.length = sizeof(num);
/freebsd-11-stable/crypto/heimdal/lib/gssapi/
H A Dtest_common.c48 maj_error_message.length = 0;
50 min_error_message.length = 0;
61 (int)maj_error_message.length,
64 (int)min_error_message.length,
/freebsd-11-stable/share/examples/tests/tests/plain/
H A Dprintf_test.c78 size_t length; local
85 length = fread(buffer, 1, sizeof(buffer) - 1, file);
86 if (length != strlen(contents))
88 buffer[length] = '\0';
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rpcap-int.h72 void rpcap_createhdr(struct rpcap_header *header, uint8 type, uint16 value, uint32 length);
/freebsd-11-stable/usr.sbin/lpr/filters.ru/koi2alt/
H A Dkoi2alt.c42 int length = 66; variable
76 length = i;
99 lines = length;
101 if (lines >= length) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DStreamBuffer.h45 size_t WriteImpl(const void *s, size_t length) override {
46 if (s && length)
47 m_packet.append((const char *)s, ((const char *)s) + length);
48 return length;
/freebsd-11-stable/contrib/apr/misc/unix/
H A Drand.c113 apr_size_t length)
128 * 0xMM (length of PID string, not null-terminated) MM chars
140 for (egdsockname = egd_sockets; *egdsockname && length > 0; egdsockname++) {
167 while (length > 0) {
170 req[1] = length > 255 ? 255: length;
197 length -= srv;
204 if (length > 0) {
216 rc = getrandom(buf, length, 0);
225 length
[all...]
/freebsd-11-stable/contrib/apr-util/strmatch/
H A Dapr_strmatch.c40 const char *s_next = s + this_pattern->length - 1;
42 const char *p_end = p_start + this_pattern->length - 1;
64 const char *s_next = s + this_pattern->length - 1;
66 const char *p_end = p_start + this_pattern->length - 1;
92 pattern->length = strlen(s);
93 if (pattern->length == 0) {
101 shift[i] = pattern->length;
105 for (i = 0; i < pattern->length - 1; i++) {
106 shift[(unsigned char)s[i]] = pattern->length - i - 1;
111 for (i = 0; i < pattern->length
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-nsh.c54 uint8_t length; local
74 length = *bp;
91 ND_PRINT((ndo, "length %d, ", length));
101 if (len < length * NSH_HDR_WORD_SIZE)
104 ND_TCHECK2(*bp, length * NSH_HDR_WORD_SIZE);
107 * length includes the lengths of the Base and Service Path headers.
110 if (length < 2)
115 * (length - 2) is the length o
[all...]
H A Dprint-symantec.c43 symantec_hdr_print(netdissect_options *ndo, register const u_char *bp, u_int length) argument
65 ND_PRINT((ndo, ", length %u: ", length));
71 * 'h->len' is the length of the packet off the wire, and 'h->caplen'
77 u_int length = h->len; local
88 symantec_hdr_print(ndo, p, length);
90 length -= sizeof (struct symantec_header);
100 symantec_hdr_print(ndo, (const u_char *)sp, length + sizeof (struct symantec_header));
104 } else if (ethertype_print(ndo, ether_type, p, length, caplen, NULL, NULL) == 0) {
107 symantec_hdr_print(ndo, (const u_char *)sp, length
[all...]
H A Dprint-ipnet.c37 ipnet_hdr_print(netdissect_options *ndo, const u_char *bp, u_int length) argument
58 ND_PRINT((ndo, ", length %u: ", length));
65 ipnet_print(netdissect_options *ndo, const u_char *p, u_int length, u_int caplen) argument
73 ipnet_hdr_print(ndo, p, length);
75 length -= sizeof(ipnet_hdr_t);
84 ip_print(ndo, p, length);
88 ip6_print(ndo, p, length);
94 length + sizeof(ipnet_hdr_t));
108 * 'h->len' is the length o
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A DMKkeyname.awk45 offset += length($1) + 1
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dbitstring.h87 unsigned int length; member in struct:isc_bitstring
98 unsigned int length, unsigned int size, isc_boolean_t lsb0);
101 * at 'data'. 'length' bits of the bitstring are valid. If 'lsb0'
112 *\li 'length' <= 'size'.
145 *\li 'sbitpos' + 'n' is less than or equal to the length of 'source'.
151 *\li The specified bits have been copied, and the length of 'target'
/freebsd-11-stable/contrib/apr-util/buckets/
H A Dapr_buckets_heap.c27 *len = b->length;
44 apr_size_t length,
52 h->alloc_len = length;
59 memcpy(h->base, buf, length);
66 h->alloc_len = length;
70 b = apr_bucket_shared_make(b, h, 0, length);
77 apr_size_t length,
86 return apr_bucket_heap_make(b, buf, length, free_func);
43 apr_bucket_heap_make(apr_bucket *b, const char *buf, apr_size_t length, void (*free_func)(void *data)) argument
76 apr_bucket_heap_create(const char *buf, apr_size_t length, void (*free_func)(void *data), apr_bucket_alloc_t *list) argument
/freebsd-11-stable/crypto/openssl/crypto/aes/
H A Daes.h108 size_t length, const AES_KEY *key,
111 size_t length, const AES_KEY *key,
114 size_t length, const AES_KEY *key,
117 size_t length, const AES_KEY *key,
120 size_t length, const AES_KEY *key,
123 size_t length, const AES_KEY *key,
129 size_t length, const AES_KEY *key,
133 size_t length, const AES_KEY *key,
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Droken.awk29 for(i = 1; i <= length; i++){
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDataExtractor.h23 lldb::offset_t length)
24 : DataExtractor(data, offset, length) {}
22 DWARFDataExtractor(const DWARFDataExtractor &data, lldb::offset_t offset, lldb::offset_t length) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.h28 lldb::addr_t addr, lldb::addr_t length, unsigned prot,
31 bool InferiorCallMunmap(Process *proc, lldb::addr_t addr, lldb::addr_t length);
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_unget_wch.c45 * Wrapper for wcrtomb() which obtains the length needed for the given
72 size_t length; local
78 length = _nc_wcrtomb(0, wch, &state);
80 if (length != (size_t) (-1)
81 && length != 0) {
84 if ((string = (char *) malloc(length)) != 0) {
89 for (n = (int) (length - 1); n >= 0; --n) {
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dasn1-common.h11 size_t length; member in struct:heim_integer
17 size_t length; member in struct:heim_octet_string
27 size_t length; member in struct:heim_bmp_string
32 size_t length; member in struct:heim_universal_string
39 size_t length; member in struct:heim_oid
44 size_t length; member in struct:heim_bit_string

Completed in 158 milliseconds

1234567891011>>