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

  /src/usr.sbin/sysinst/
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...]
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...]

Completed in 21 milliseconds