OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:realprefix
(Results
1 - 7
of
7
) sorted by relevancy
/src/distrib/sets/
makeplist
10
# -I
realprefix
prefix for eventual installation
17
realprefix
=/
28
-I
realprefix
prefix for eventual installation [${
realprefix
}]
43
realprefix
=${OPTARG}
68
realprefix
="${prefix}"
131
echo "@cwd ${
realprefix
}"
regpkg
217
realprefix
=/
218
${HOST_SH} "${rundir}/makeplist" -p "${prefix}" -I "${
realprefix
}" \
/src/external/bsd/pkg_install/dist/create/
create.h
54
extern char *
realprefix
;
main.c
49
char *
realprefix
= NULL;
variable
61
" [-I
realprefix
] [-i iscript]\n"
88
realprefix
= optarg;
perform.c
225
write_plist(&plist, stdout,
realprefix
);
build.c
402
stringify_plist(plist, &plist_buf, &plist_len,
realprefix
);
/src/external/bsd/pkg_install/dist/lib/
plist.c
401
write_plist(package_t *pkg, FILE * fp, char *
realprefix
)
418
} else if (cmdp->c_subst &&
realprefix
) {
419
(void) fprintf(fp, "%c%s %s\n", CMD_CHAR, cmdp->c_s,
realprefix
);
432
const char *
realprefix
)
454
else if (cmdp->c_subst &&
realprefix
)
455
len += 1 + strlen(cmdp->c_s) + 1 + strlen(
realprefix
) + 1;
488
} else if (cmdp->c_subst &&
realprefix
) {
489
item_len = snprintf(buf, len, "%c%s %s\n", CMD_CHAR, cmdp->c_s,
realprefix
);
Completed in 20 milliseconds
Indexes created Tue Apr 07 00:22:49 UTC 2026