target.c | 323 target_expand(const char *tgtpath) function in typeref:typename:const char * 353 tgt_dir = target_expand(dir); 409 const char *real_path = target_expand(tgt_path); 437 strlcpy(realfrom, target_expand(frompath), sizeof realfrom); 438 strlcpy(realto, target_expand(topath), sizeof realto); 450 strlcpy(realfrom, target_expand(frompath), sizeof realfrom); 451 strlcpy(realto, target_expand(topath), sizeof realto); 463 return fopen(target_expand(filename), type); 632 const char *realname = target_expand(name); 647 const char *real_path = target_expand(path) [all...] |