OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_prefix
(Results
1 - 2
of
2
) 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);
/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
);
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026