Home
last modified time | relevance | path

Searched refs:cpp2 (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1235 char **cpp, **cpp2; in scrub_env() local
1238 for (cpp2 = cpp = environ; *cpp; cpp++) { in scrub_env()
1253 *cpp2++ = *cpp; in scrub_env()
1255 *cpp2 = NULL; in scrub_env()
/freebsd/sys/fs/nfs/
H A Dnfs_commonsubs.c4601 nfsrv_refstrbigenough(int siz, u_char **cpp, u_char **cpp2, int *slenp) in nfsrv_refstrbigenough() argument
4611 i = *cpp2 - *cpp; in nfsrv_refstrbigenough()
4613 *cpp2 = cp + i; in nfsrv_refstrbigenough()