OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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
());
configmenu.c
166
" /etc/passwd",
target_prefix
());
252
target_prefix
(),
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);
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
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 56 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026