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

  /src/usr.sbin/sysinst/
target.c 275 target_prefix(void) function
326 return concat_paths(target_prefix(), tgtpath);
342 make_prefixed_dir(target_prefix(), path);
372 const char *args[] = { target_prefix(), strerror(error) };
492 opts, from, target_prefix(), on);
516 if (run_program(0, "/sbin/umount %s", target_prefix()) != 0)
544 target_prefix(), m->um_mountpoint);
618 target_prefix(), m->um_mountpoint);
aout2elf.c 340 if (target_prefix() != NULL && strcmp(target_prefix(), "") != 0)
341 snprintf(resolved, MAXPATHLEN, "%s/%s", target_prefix(), path);
378 target_prefix(), wbuf);
checkrc.c 92 target_prefix(), RC_CHECK_SCRIPT);
wskbd.c 135 const char *tp = target_prefix();
net.c 1034 target_prefix(), xfer_dir + (*xfer_dir == '/'));
1057 snprintf(ext_dir_bin, sizeof ext_dir_bin, "%s/%s", target_prefix(),
1059 snprintf(ext_dir_src, sizeof ext_dir_src, "%s/%s", target_prefix(),
1158 target_prefix(), ifconfig_fn);
1171 target_prefix(), ifconfig_fn);
1190 target_prefix());
1247 target_prefix());
run.c 478 * If target_prefix == "", the chroot will fail, but
481 if (flags & RUN_CHROOT && *target_prefix()
482 && chroot(target_prefix()) != 0)
483 warn("chroot(%s) for %s", target_prefix(), *args);
configmenu.c 183 " /etc/passwd",target_prefix());
270 target_prefix(), target_prefix());
util.c 381 target_prefix(), xfer_dir, set_name,
412 snprintf(ext_dir_bin, sizeof ext_dir_bin, "%s/%s", target_prefix(), xfer_dir);
413 snprintf(ext_dir_src, sizeof ext_dir_src, "%s/%s", target_prefix(), xfer_dir);
2025 target_prefix());
2137 target_prefix());
defs.h 936 const char *target_prefix(void);
disks.c 1453 scripting_fprintf(NULL, "cat <<EOF >%s/etc/fstab\n", target_prefix());
1457 "Making %s/etc/fstab (%s).\n", target_prefix(),
  /src/usr.sbin/sysinst/arch/ofppc/
md.c 438 target_prefix());
440 target_prefix());
442 "/%s/boot/netbsd", target_prefix());
444 "/%s/boot/ppc", target_prefix());
446 "/%s/boot/ofwboot", target_prefix());
  /src/external/mpl/bind/dist/bin/tests/system/nsec3/ans7/
ans.py 285 def is_target(dns_name, target_prefix):
291 .startswith(target_prefix.upper())
  /src/usr.bin/xlint/xlint/
xlint.c 106 #if !defined(TARGET_PREFIX)
107 #define TARGET_PREFIX ""
109 static const char target_prefix[] = TARGET_PREFIX; variable
392 : xasprintf("%s/%slint1", PATH_LIBEXEC, target_prefix);
509 : xasprintf("%s/%slint2", PATH_LIBEXEC, target_prefix);
  /src/external/gpl3/gdb.old/dist/gdb/
symfile.c 1399 bool target_prefix = is_target_filename (dir);
1401 = target_prefix ? dir + strlen (TARGET_SYSROOT_PREFIX) : dir;
1402 const char *target_prefix_str = target_prefix ? TARGET_SYSROOT_PREFIX : "";
  /src/external/gpl3/gdb/dist/gdb/
symfile.c 1399 bool target_prefix = is_target_filename (dir);
1401 = target_prefix ? dir + strlen (TARGET_SYSROOT_PREFIX) : dir;
1402 const char *target_prefix_str = target_prefix ? TARGET_SYSROOT_PREFIX : "";

Completed in 53 milliseconds