/src/usr.sbin/sysinst/ |
target.c | 435 char realto[STRSIZE]; local in function:mv_within_target_or_die 438 strlcpy(realto, target_expand(topath), sizeof realto); 440 run_program(RUN_FATAL, "mv %s %s", realfrom, realto); 448 char realto[STRSIZE]; local in function:cp_within_target 451 strlcpy(realto, target_expand(topath), sizeof realto); 455 return (run_program(0, "cp -p %s %s", realfrom, realto));
|
target.c | 435 char realto[STRSIZE]; local in function:mv_within_target_or_die 438 strlcpy(realto, target_expand(topath), sizeof realto); 440 run_program(RUN_FATAL, "mv %s %s", realfrom, realto); 448 char realto[STRSIZE]; local in function:cp_within_target 451 strlcpy(realto, target_expand(topath), sizeof realto); 455 return (run_program(0, "cp -p %s %s", realfrom, realto));
|
target.c | 435 char realto[STRSIZE]; local in function:mv_within_target_or_die 438 strlcpy(realto, target_expand(topath), sizeof realto); 440 run_program(RUN_FATAL, "mv %s %s", realfrom, realto); 448 char realto[STRSIZE]; local in function:cp_within_target 451 strlcpy(realto, target_expand(topath), sizeof realto); 455 return (run_program(0, "cp -p %s %s", realfrom, realto));
|