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

  /src/usr.sbin/sysinst/
checkrc.c 59 if ((fp = fopen(target_expand(RC_CHECK_SCRIPT), "w")) == NULL) {
62 target_expand(RC_CHECK_SCRIPT));
64 target_expand(RC_CHECK_SCRIPT));
95 unlink(target_expand(RC_CHECK_SCRIPT));
target.c 323 target_expand(const char *tgtpath) function
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...]
aout2elf.c 209 n = handle_aout_libs(target_expand("/usr/lib"), LIB_COUNT, NULL);
224 strlcpy(prefix, target_expand("/emul"), sizeof(prefix));
227 target_expand("/emul.old"));
235 * Can use strcpy, target_expand has made sure it fits into
254 strlcpy(prefix, target_expand("/usr/aout"), sizeof(prefix));
280 strlcpy(src, target_expand("/etc/ld.so.conf"), sizeof(src));
285 strlcpy(src, target_expand("/usr/lib"), sizeof(src));
292 strlcpy(src, target_expand("/usr/X11R6/lib"), sizeof(src));
configmenu.c 352 if (access(target_expand("/etc/resolv.conf"), R_OK) != 0) {
387 unlink(target_expand("/etc/resolv.conf"));
451 if (!(fp = fopen(target_expand("/etc/rc.conf"), "r"))) {
453 target_expand("/etc/rc.conf"), strerror(errno));
util.c 1614 if (stat(target_expand("/"), &sb1) == 0
1615 && stat(target_expand("/var"), &sb2) == 0
1923 strlcpy(localtime_link, target_expand("/etc/localtime"),
1951 strlcpy(zoneinfo_dir, target_expand("/usr/share/zoneinfo/"),
1984 strlcpy(localtime_link, target_expand("/etc/localtime"),
2046 if (asprintf(&rcconf, "%s", target_expand("/etc/rc.conf")) < 0
2047 || asprintf(&tempname, "%s", target_expand("/etc/rc.conf.tmp.XXXXXX")) < 0
2048 || asprintf(&bakname, "%s", target_expand("/etc/rc.conf.bak.XXXXXX")) < 0) {
net.c 1001 if (access(target_expand("/etc/resolv.conf"), R_OK) != 0) {
1014 unlink(target_expand("/etc/resolv.conf"));
defs.h 930 const char *target_expand(const char *);
  /src/usr.sbin/sysinst/arch/emips/
md.c 169 strlcpy(ldr_path, target_expand("/boot.emips"), sizeof ldr_path);
  /src/usr.sbin/sysinst/arch/sgimips/
md.c 211 target_expand("/netbsd.ecoff"), pm->diskdev);
  /src/usr.sbin/sysinst/arch/mvme68k/
md.c 196 target_expand("/.bootsd"), pm->diskdev))
  /src/usr.sbin/sysinst/arch/cobalt/
md.c 194 target_expand(PART_BOOT_MOUNT));
  /src/usr.sbin/sysinst/arch/prep/
md.c 221 run_program(0, "rm -f %s", target_expand("/.bootimage"));
  /src/usr.sbin/sysinst/arch/i386/
md.c 296 bootxx_filename = strdup(target_expand(p));
369 strcpy(src, target_is_populated ? target_expand(s) : s);

Completed in 45 milliseconds