HomeSort by: relevance | last modified time | path
    Searched defs:target_mid (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/cp/
cp.c 332 char *p, *target_mid; local in function:copy
402 target_mid = to.target_end;
403 if (*p != '/' && target_mid[-1] != '/')
404 *target_mid++ = '/';
405 *target_mid = 0;
407 if (target_mid - to.p_path + nlen >= PATH_MAX) {
413 (void)strncat(target_mid, p, nlen);
414 to.p_end = target_mid + nlen;
cp.c 332 char *p, *target_mid; local in function:copy
402 target_mid = to.target_end;
403 if (*p != '/' && target_mid[-1] != '/')
404 *target_mid++ = '/';
405 *target_mid = 0;
407 if (target_mid - to.p_path + nlen >= PATH_MAX) {
413 (void)strncat(target_mid, p, nlen);
414 to.p_end = target_mid + nlen;
cp.c 332 char *p, *target_mid; local in function:copy
402 target_mid = to.target_end;
403 if (*p != '/' && target_mid[-1] != '/')
404 *target_mid++ = '/';
405 *target_mid = 0;
407 if (target_mid - to.p_path + nlen >= PATH_MAX) {
413 (void)strncat(target_mid, p, nlen);
414 to.p_end = target_mid + nlen;

Completed in 34 milliseconds