Searched refs:slenp (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netgraph/ |
H A D | ng_parse.h | 527 int *lenp, int *slenp);
|
H A D | ng_parse.c | 1729 ng_get_string_token(const char *s, int *startp, int *lenp, int *slenp) in ng_get_string_token() argument 1748 if (slenp != NULL) in ng_get_string_token() 1749 *slenp = slen; in ng_get_string_token()
|
/freebsd/crypto/openssh/ |
H A D | sshd-session.c | 1417 struct sshkey *pubkey, u_char **signature, size_t *slenp, in sshd_hostkey_sign() argument 1421 if (mm_sshkey_sign(ssh, privkey, signature, slenp, in sshd_hostkey_sign() 1426 if (mm_sshkey_sign(ssh, pubkey, signature, slenp, in sshd_hostkey_sign()
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonsubs.c | 4601 nfsrv_refstrbigenough(int siz, u_char **cpp, u_char **cpp2, int *slenp) in nfsrv_refstrbigenough() argument 4606 if (siz <= *slenp) in nfsrv_refstrbigenough() 4609 NFSBCOPY(*cpp, cp, *slenp); in nfsrv_refstrbigenough() 4614 *slenp = siz + 1024; in nfsrv_refstrbigenough()
|