Searched refs:cpp2 (Results 1 – 3 of 3) sorted by relevance
1201 char **cpp, **cpp2; in scrub_env() local1214 for (cpp2 = new_environ, cpp = environ; *cpp; cpp++) { in scrub_env()1229 if ((*cpp2++ = strdup(*cpp)) == NULL) { in scrub_env()1235 *cpp2 = NULL; in scrub_env()
1235 char **cpp, **cpp2; in scrub_env() local1238 for (cpp2 = cpp = environ; *cpp; cpp++) { in scrub_env()1253 *cpp2++ = *cpp; in scrub_env()1255 *cpp2 = NULL; in scrub_env()
4469 nfsrv_refstrbigenough(int siz, u_char **cpp, u_char **cpp2, int *slenp) in nfsrv_refstrbigenough() argument4479 i = *cpp2 - *cpp; in nfsrv_refstrbigenough()4481 *cpp2 = cp + i; in nfsrv_refstrbigenough()