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

  /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);
  /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);

Completed in 60 milliseconds