target.c | 294 static char real_path[MAXPATHLEN]; local in function:concat_paths 306 snprintf(real_path, sizeof(real_path), "%s%s", prefix, suffix); 308 snprintf(real_path, sizeof(real_path), "%s/%s", 310 return (real_path); 409 const char *real_path = target_expand(tgt_path); local in function:cp_to_target 411 return run_program(0, "/bin/cp %s %s", srcpath, real_path); 647 const char *real_path = target_expand(path); local in function:target_test 650 result = !file_mode_match(real_path, mode) [all...] |