Home
last modified time | relevance | path

Searched refs:this_len (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.sbin/tcpdump/
Dprint-ike.c837 u_int16_t this_len; in ike_pl_print() local
844 this_len = buf[2]<<8 | buf[3]; in ike_pl_print()
848 plv2types[type - PAYLOAD_IKEV2_SA], this_len); in ike_pl_print()
852 pltypes[type] : "<unknown>"), this_len); in ike_pl_print()
855 plprivtypes[type - PAYLOAD_PRIVATE_MIN], this_len); in ike_pl_print()
859 this_len < min_payload_lengths[type])) || in ike_pl_print()
860 this_len == 0) in ike_pl_print()
864 this_len < min_priv_payload_lengths[type - PAYLOAD_PRIVATE_MIN]) || in ike_pl_print()
865 this_len == 0) in ike_pl_print()
868 if (buf + this_len > snapend) in ike_pl_print()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dcppinit.c830 int this_len = specd_len + flen - default_len; local
832 str = (char *) xmalloc (this_len + 1);
/openbsd/src/gnu/usr.bin/perl/
Dpp_ctl.c6118 const Size_t this_len = av_count(MUTABLE_AV(SvRV(e))); in S_do_smartmatch() local
6121 for(i = 0; i < this_len; ++i) { in S_do_smartmatch()
6135 const Size_t this_len = av_count(MUTABLE_AV(SvRV(e))); in S_do_smartmatch() local
6139 for (i = 0; i < this_len; ++i) { in S_do_smartmatch()
6151 const Size_t this_len = av_count(MUTABLE_AV(SvRV(e))); in S_do_smartmatch() local
6154 for (i = 0; i < this_len; ++i) { in S_do_smartmatch()
Dpp.c4344 Size_t this_len = UTF8SKIP(s + ulen); variable
4346 sv_catpvn(dest, (char*)(s + ulen), this_len);
4348 ulen += this_len;
Dperlio.c720 const STRLEN this_len = strlen(f->name); in PerlIO_find_layer() local
721 if (this_len == len && memEQ(f->name, name, len)) { in PerlIO_find_layer()