/freebsd/contrib/nvi/ex/ |
H A D | ex_subst.c | 1010 re_conv(SCR *sp, CHAR_T **ptrnp, size_t *plenp, int *replacedp) in re_conv() argument 1023 for (p = *ptrnp, len = *plenp, needlen = 0; len > 0; ++p, --len) in re_conv() 1085 for (p = *ptrnp, len = *plenp, t = bp; len > 0; ++p, --len) in re_conv() 1144 *plenp = t - bp; in re_conv() 1154 re_tag_conv(SCR *sp, CHAR_T **ptrnp, size_t *plenp, int *replacedp) in re_tag_conv() argument 1160 len = *plenp; in re_tag_conv() 1210 *plenp = t - bp; in re_tag_conv() 1220 re_cscope_conv(SCR *sp, CHAR_T **ptrnp, size_t *plenp, int *replacedp) in re_cscope_conv() argument 1235 for (nspaces = 0, p = *ptrnp, len = *plenp; len > 0; ++p, --len) in re_cscope_conv() 1256 for (len = *plenp; len > 0; ++p, --len) in re_cscope_conv() [all …]
|
/freebsd/crypto/openssh/ |
H A D | cipher-chachapoly.c | 125 u_int *plenp, u_int seqnr, const u_char *cp, u_int len) in chachapoly_get_length() argument 134 *plenp = PEEK_U32(buf); in chachapoly_get_length()
|
H A D | cipher-chachapoly-libcrypto.c | 150 u_int *plenp, u_int seqnr, const u_char *cp, u_int len) in chachapoly_get_length() argument 162 *plenp = PEEK_U32(buf); in chachapoly_get_length()
|
H A D | cipher-chachapoly.h | 37 u_int *plenp, u_int seqnr, const u_char *cp, u_int len)
|
H A D | cipher.c | 408 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()
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | qp.c | 104 struct ibv_send_wr *wr, int max, u32 *plenp) in build_immd() argument 129 *plenp = plen; in build_immd() 134 int num_sge, u32 *plenp) in build_isgl() argument 153 if (plenp) in build_isgl() 154 *plenp = plen; in build_isgl()
|
/freebsd/sys/netinet6/ |
H A D | ip6_input.c | 952 * included, the real payload length will be stored in plenp. in ip6_hopopts_input() 957 ip6_hopopts_input(u_int32_t *plenp, u_int32_t *rtalertp, in ip6_hopopts_input() 988 hbhlen, rtalertp, plenp) < 0) { 1010 u_int32_t *rtalertp, u_int32_t *plenp) in ip6_process_hopopts() 1086 * *plenp will be non-zero and the packet will be in ip6_process_hopopts() 1092 if (*plenp != 0) { in ip6_process_hopopts() 1111 *plenp = jumboplen; in ip6_process_hopopts() 946 ip6_hopopts_input(u_int32_t * plenp,u_int32_t * rtalertp,struct mbuf ** mp,int * offp) ip6_hopopts_input() argument 999 ip6_process_hopopts(struct mbuf * m,u_int8_t * opthead,int hbhlen,u_int32_t * rtalertp,u_int32_t * plenp) ip6_process_hopopts() argument
|
/freebsd/contrib/libpcap/rpcapd/ |
H A D | daemon.c | 143 …packapplyfilter(PCAP_SOCKET sockctrl, SSL *, struct session *session, uint32 *plenp, char *errbuf); 2334 …ilter(PCAP_SOCKET sockctrl, SSL *ctrl_ssl, struct session *session, uint32 *plenp, char *errmsgbuf) in daemon_unpackapplyfilter() argument 2344 sizeof(struct rpcap_filter), plenp, errmsgbuf); in daemon_unpackapplyfilter() 2382 sizeof(struct rpcap_filterbpf_insn), plenp, errmsgbuf); in daemon_unpackapplyfilter()
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | qp.c | 339 const struct ib_send_wr *wr, int max, u32 *plenp) in build_immd() argument 373 *plenp = plen; in build_immd() 379 int num_sge, u32 *plenp) in build_isgl() argument 403 if (plenp) in build_isgl() 404 *plenp = plen; in build_isgl()
|