Home
last modified time | relevance | path

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

/freebsd/bin/cp/
H A Dcp.c272 char *p, *recurse_path, *target_mid; in copy() local
351 target_mid = to.target_end; in copy()
352 if (*p != '/' && target_mid[-1] != '/') in copy()
353 *target_mid++ = '/'; in copy()
354 *target_mid = 0; in copy()
355 if (target_mid - to.p_path + nlen >= PATH_MAX) { in copy()
361 (void)strncat(target_mid, p, nlen); in copy()
362 to.p_end = target_mid + nlen; in copy()