Home
last modified time | relevance | path

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

/dragonfly/contrib/nvi2/ex/
H A Dex_subst.c1007 re_conv(SCR *sp, CHAR_T **ptrnp, size_t *plenp, int *replacedp) in re_conv() argument
1020 for (p = *ptrnp, len = *plenp, needlen = 0; len > 0; ++p, --len) in re_conv()
1082 for (p = *ptrnp, len = *plenp, t = bp; len > 0; ++p, --len) in re_conv()
1141 *plenp = t - bp; in re_conv()
1151 re_tag_conv(SCR *sp, CHAR_T **ptrnp, size_t *plenp, int *replacedp) in re_tag_conv() argument
1157 len = *plenp; in re_tag_conv()
1206 *plenp = t - bp; in re_tag_conv()
1216 re_cscope_conv(SCR *sp, CHAR_T **ptrnp, size_t *plenp, int *replacedp) in re_cscope_conv() argument
1231 for (nspaces = 0, p = *ptrnp, len = *plenp; len > 0; ++p, --len) in re_cscope_conv()
1252 for (len = *plenp; len > 0; ++p, --len) in re_cscope_conv()
[all …]
/dragonfly/crypto/openssh/
H A Dcipher-chachapoly-libcrypto.c151 u_int *plenp, u_int seqnr, const u_char *cp, u_int len) in chachapoly_get_length() argument
163 *plenp = PEEK_U32(buf); in chachapoly_get_length()
H A Dcipher.c408 cipher_get_length(struct sshcipher_ctx *cc, u_int *plenp, u_int seqnr, in cipher_get_length() argument
412 return chachapoly_get_length(cc->cp_ctx, plenp, seqnr, in cipher_get_length()
416 *plenp = PEEK_U32(cp); in cipher_get_length()
H A Dcipher-chachapoly.h37 u_int *plenp, u_int seqnr, const u_char *cp, u_int len)
/dragonfly/sys/netinet6/
H A Dip6_input.c826 ip6_hopopts_input(u_int32_t *plenp, in ip6_hopopts_input() argument
862 hbhlen, rtalertp, plenp) < 0) in ip6_hopopts_input()
882 u_int32_t *rtalertp, u_int32_t *plenp) in ip6_process_hopopts() argument
964 if (*plenp != 0) { in ip6_process_hopopts()
983 *plenp = jumboplen; in ip6_process_hopopts()