Home
last modified time | relevance | path

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

/NextBSD/contrib/nvi/ex/
HDex_subst.c1015 re_conv(SCR *sp, CHAR_T **ptrnp, size_t *plenp, int *replacedp) in re_conv() argument
1028 for (p = *ptrnp, len = *plenp, needlen = 0; len > 0; ++p, --len) in re_conv()
1090 for (p = *ptrnp, len = *plenp, t = bp; len > 0; ++p, --len) in re_conv()
1149 *plenp = t - bp; in re_conv()
1159 re_tag_conv(SCR *sp, CHAR_T **ptrnp, size_t *plenp, int *replacedp) in re_tag_conv() argument
1165 len = *plenp; in re_tag_conv()
1214 *plenp = t - bp; in re_tag_conv()
1224 re_cscope_conv(SCR *sp, CHAR_T **ptrnp, size_t *plenp, int *replacedp) in re_cscope_conv() argument
1239 for (nspaces = 0, p = *ptrnp, len = *plenp; len > 0; ++p, --len) in re_cscope_conv()
1260 for (len = *plenp; len > 0; ++p, --len) in re_cscope_conv()
[all …]
/NextBSD/crypto/openssh/
HDcipher-chachapoly.c102 u_int *plenp, u_int seqnr, const u_char *cp, u_int len) in chachapoly_get_length() argument
111 *plenp = get_u32(buf); in chachapoly_get_length()
HDcipher-chachapoly.h38 u_int *plenp, u_int seqnr, const u_char *cp, u_int len)
HDcipher.c407 cipher_get_length(CipherContext *cc, u_int *plenp, u_int seqnr, in cipher_get_length() argument
411 return chachapoly_get_length(&cc->cp_ctx, plenp, seqnr, in cipher_get_length()
415 *plenp = get_u32(cp); in cipher_get_length()
/NextBSD/contrib/ofed/libcxgb4/src/
HDqp.c87 struct ibv_send_wr *wr, int max, u32 *plenp) in build_immd() argument
112 *plenp = plen; in build_immd()
117 int num_sge, u32 *plenp) in build_isgl() argument
136 if (plenp) in build_isgl()
137 *plenp = plen; in build_isgl()
/NextBSD/sys/netinet6/
HDip6_input.c931 ip6_hopopts_input(u_int32_t *plenp, u_int32_t *rtalertp, in ip6_hopopts_input() argument
964 hbhlen, rtalertp, plenp) < 0) in ip6_hopopts_input()
984 u_int32_t *rtalertp, u_int32_t *plenp) in ip6_process_hopopts() argument
1066 if (*plenp != 0) { in ip6_process_hopopts()
1085 *plenp = jumboplen; in ip6_process_hopopts()
/NextBSD/sys/dev/cxgbe/iw_cxgbe/
HDqp.c288 struct ib_send_wr *wr, int max, u32 *plenp) in build_immd() argument
322 *plenp = plen; in build_immd()
328 int num_sge, u32 *plenp) in build_isgl() argument
352 if (plenp) in build_isgl()
353 *plenp = plen; in build_isgl()