Searched refs:m_length (Results 1 - 25 of 73) sorted by relevance

123

/freebsd-13-stable/contrib/atf/atf-c/detail/
H A Ddynstr.c81 newlen = ad->m_length + strlen(aux);
90 memmove(ad->m_data + strlen(aux), ad->m_data, ad->m_length + 1);
93 strcpy(ad->m_data + ad->m_length, aux);
94 ad->m_length = newlen;
130 ad->m_length = 0;
143 ad->m_length = 0;
170 ad->m_length = ret;
171 } while (ad->m_length >= ad->m_datasize);
211 ad->m_length = strlen(ad->m_data);
212 INV(ad->m_length <
[all...]
H A Ddynstr.h42 size_t m_length; member in struct:atf_dynstr
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectContainer.h42 m_offset(file_offset), m_length(length), m_data() {
95 virtual lldb::addr_t GetByteSize() const { return m_length; }
165 lldb::addr_t m_length; ///< The size in bytes if known (can be zero). member in class:lldb_private::ObjectContainer
H A DObjectFile.h272 virtual lldb::addr_t GetByteSize() const { return m_length; }
660 lldb::addr_t m_length; ///< The length of this object file if it is known (can member in class:lldb_private::ObjectFile
/freebsd-13-stable/usr.sbin/ppp/
H A Dsync.c76 len = m_length(bp);
H A Dasync.c114 if (!p || m_length(bp) > HDLCSIZE) {
119 oldcnt = m_length(bp);
H A Dmbuf.h105 extern size_t m_length(struct mbuf *);
H A Dlink.c144 bytes += m_length(m);
176 *octets += m_length(m) - m->priv;
271 link_AddOutOctets(l, m_length(bp));
H A Dmbuf.c80 m_length(struct mbuf *bp) function
288 if ((n = m_length(bp) + n) <= 0) {
310 plen = m_length(bp);
392 nbp = m_get(m_length(bp), bp->m_type);
H A Dtcpmss.c155 plen = m_length(bp);
H A Dlqr.c96 if (m_length(bp) >= sizeof lqr) {
125 m_length(bp), (long)sizeof(struct echolqr));
216 len = m_length(bp);
432 len = m_length(bp);
H A Dmppe.c169 ilen = m_length(mp);
226 len = m_length(mo);
250 ilen = m_length(mp);
364 len = m_length(mp);
H A Dvjcomp.c124 olen = len = m_length(bp);
H A Dpap.c236 txtlen = m_length(bp);
257 if (m_length(bp) < klen) {
H A Dpred.c186 orglen = m_length(bp) + 2; /* add count of proto */
230 olen = m_length(bp);
/freebsd-13-stable/crypto/openssl/crypto/rsa/
H A Drsa_local.h98 const unsigned char *m, unsigned int m_length,
102 unsigned int m_length, const unsigned char *sigbuf,
H A Drsa_meth.c225 const unsigned char *m, unsigned int m_length,
234 unsigned int m_length,
244 unsigned int m_length, const unsigned char *sigbuf,
252 unsigned int m_length,
232 RSA_meth_set_sign(RSA_METHOD *meth, int (*sign) (int type, const unsigned char *m, unsigned int m_length, unsigned char *sigret, unsigned int *siglen, const RSA *rsa)) argument
250 RSA_meth_set_verify(RSA_METHOD *meth, int (*verify) (int dtype, const unsigned char *m, unsigned int m_length, const unsigned char *sigbuf, unsigned int siglen, const RSA *rsa)) argument
/freebsd-13-stable/sys/kgssapi/
H A Dgss_get_mic.c68 message_token->length = m_length(mic, NULL);
H A Dgss_unwrap.c72 output_message_buffer->length = m_length(m, NULL);
H A Dgss_wrap.c74 output_message_buffer->length = m_length(m, NULL);
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Drsa.h314 int RSA_sign(int type, const unsigned char *m, unsigned int m_length,
316 int RSA_verify(int type, const unsigned char *m, unsigned int m_length,
324 const unsigned char *m, unsigned int m_length,
328 unsigned int m_length, unsigned char *sigbuf,
480 const unsigned char *m, unsigned int m_length,
485 unsigned int m_length,
490 unsigned int m_length, const unsigned char *sigbuf,
494 unsigned int m_length,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h40 dw_offset_t m_length = 0; member in class:DWARFUnitHeader
60 dw_offset_t GetLength() const { return m_length; }
71 uint32_t GetNextUnitOffset() const { return m_offset + m_length + 4; }
/freebsd-13-stable/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_prot.c135 len = m_length(args, NULL);
155 len = m_length(mic, NULL);
178 len = m_length(args, NULL);
/freebsd-13-stable/usr.bin/vtfontcvt/
H A Dvtfontcvt.c76 unsigned int m_length; member in struct:mapping
210 mp->m_length = 0;
712 mbase->m_length = mp->m_char - mbase->m_char + 1;
728 if (mp->m_length > 0) {
729 i += mp->m_length;
732 fm.vfm_len = htobe16(mp->m_length - 1);
750 if (mp->m_length > 0) {
751 i += mp->m_length;
754 mp->m_length - 1) < 0)
/freebsd-13-stable/sys/rpc/
H A Dreplay.c145 rc->rc_size -= m_length(rce->rce_repbody, NULL);
255 rc->rc_size += m_length(m, NULL);

Completed in 203 milliseconds

123