/src/usr.sbin/sysinst/ |
target.c | 275 target_prefix(void) function in typeref:typename:const char * 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 | 1023 target_prefix(), xfer_dir + (*xfer_dir == '/')); 1046 snprintf(ext_dir_bin, sizeof ext_dir_bin, "%s/%s", target_prefix(), 1048 snprintf(ext_dir_src, sizeof ext_dir_src, "%s/%s", target_prefix(), 1147 target_prefix(), ifconfig_fn); 1160 target_prefix(), ifconfig_fn); 1179 target_prefix()); 1236 target_prefix());
|
run.c | 492 * If target_prefix == "", the chroot will fail, but 495 if (flags & RUN_CHROOT && *target_prefix() 496 && chroot(target_prefix()) != 0) 497 warn("chroot(%s) for %s", target_prefix(), *args);
|
configmenu.c | 166 " /etc/passwd",target_prefix()); 252 target_prefix(), target_prefix());
|
util.c | 370 target_prefix(), xfer_dir, set_name, 401 snprintf(ext_dir_bin, sizeof ext_dir_bin, "%s/%s", target_prefix(), xfer_dir); 402 snprintf(ext_dir_src, sizeof ext_dir_src, "%s/%s", target_prefix(), xfer_dir); 1962 target_prefix()); 2074 target_prefix());
|
defs.h | 935 const char *target_prefix(void);
|
disks.c | 1452 scripting_fprintf(NULL, "cat <<EOF >%s/etc/fstab\n", target_prefix()); 1456 "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/usr.bin/xlint/xlint/ |
xlint.c | 106 #if !defined(TARGET_PREFIX) 107 #define TARGET_PREFIX "" 109 static const char target_prefix[] = TARGET_PREFIX; variable in typeref:typename:const char[] 392 : xasprintf("%s/%slint1", PATH_LIBEXEC, target_prefix); 509 : xasprintf("%s/%slint2", PATH_LIBEXEC, target_prefix);
|