Home
last modified time | relevance | path

Searched refs:rpath (Results 1 – 25 of 227) sorted by relevance

12345678910

/openbsd/lib/libutil/
H A Dreadlabel.c53 char rpath[PATH_MAX]; in readlabelfs() local
64 strlcpy(rpath, device, sizeof(rpath)); in readlabelfs()
65 part = rpath[strlen(rpath) - 1]; in readlabelfs()
66 dm.device = rpath; in readlabelfs()
85 strlcpy(rpath, device, sizeof(rpath)); in readlabelfs()
88 part = rpath[strlen(rpath) - 1]; in readlabelfs()
89 rpath[strlen(rpath) - 1] = 'a' + getrawpartition(); in readlabelfs()
93 snprintf(rpath, sizeof(rpath), "%sr%s", _PATH_DEV, in readlabelfs()
96 part = rpath[strlen(rpath) - 1]; in readlabelfs()
97 rpath[strlen(rpath) - 1] = 'a' + getrawpartition(); in readlabelfs()
[all …]
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-install-name-tool.rst24 and :option:`-rpath` can be combined in an invocation only if they do not share
25 the same `<rpath>` value.
27 .. option:: -add_rpath <rpath>
29 Add an rpath named ``<rpath>`` to the specified binary. Can be specified multiple
30 times to add multiple rpaths. Throws an error if ``<rpath>`` is already listed in
40 .. option:: -delete_rpath <rpath>
42 Delete an rpath named ``<rpath>`` from the specified binary. Can be specified multiple
43 times to delete multiple rpaths. Throws an error if ``<rpath>`` is not listed in
60 .. option:: -rpath <old_rpath> <new_rpath>
62 Change an rpath named ``<old_rpath>`` to ``<new_rpath>`` in the specified binary. Can be specified
/openbsd/usr.bin/cvs/
H A Dclient.c709 rpath = cvs_remote_input(); in cvs_client_updated()
722 p = strrchr(rpath, '/'); in cvs_client_updated()
789 free(rpath); in cvs_client_updated()
868 free(rpath); in cvs_client_merged()
891 free(rpath); in cvs_client_removed()
898 char *filename, *rpath; in cvs_client_remove_entry() local
911 free(rpath); in cvs_client_remove_entry()
1054 if (strlcpy(rpath, envdup, sizeof(rpath)) >= sizeof(rpath)) in cvs_client_initlog()
1095 if (strlcat(rpath, "-", sizeof(rpath)) >= sizeof(rpath)) in cvs_client_initlog()
1098 if (strlcat(rpath, fpath, sizeof(rpath)) in cvs_client_initlog()
[all …]
H A Dutil.c588 rpath[0] = '\0'; in cvs_mkpath()
620 if (rpath[0] != '\0') { in cvs_mkpath()
621 len = strlcat(rpath, "/", sizeof(rpath)); in cvs_mkpath()
626 len = strlcat(rpath, sp, sizeof(rpath)); in cvs_mkpath()
627 if (len >= (int)sizeof(rpath)) in cvs_mkpath()
647 ent = cvs_ent_open(rpath); in cvs_mkpath()
675 rpath[0] = '\0'; in cvs_mkdir()
682 len = strlcat(rpath, "/", sizeof(rpath)); in cvs_mkdir()
683 if (len >= (int)sizeof(rpath)) in cvs_mkdir()
686 len = strlcat(rpath, sp, sizeof(rpath)); in cvs_mkdir()
[all …]
H A Drepository.c105 char *s, fpath[PATH_MAX], rpath[PATH_MAX]; in cvs_repository_getdir() local
117 (void)xsnprintf(rpath, PATH_MAX, "%s/%s", dir, dp->d_name); in cvs_repository_getdir()
134 if (lstat(rpath, &st) == -1) in cvs_repository_getdir()
135 fatal("'%s': %s", rpath, strerror(errno)); in cvs_repository_getdir()
168 cvs_repository_getdir(rpath, wdir, fl, dl, in cvs_repository_getdir()
/openbsd/gnu/llvm/llvm/tools/llvm-objcopy/
H A DInstallNameToolOpts.td19 HelpText<"Add new rpath">;
22 HelpText<"Add new rpath before other rpaths">;
25 HelpText<"Delete specified rpath">;
28 HelpText<"Delete all rpath directives">;
30 def rpath: MultiArg<["-", "--"], "rpath", 2>,
31 HelpText<"Change rpath path name">;
/openbsd/regress/libexec/ld.so/initfirst/test2/prog1/
H A DMakefile47 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR)
48 LDFLAGS+= -Wl,-rpath,$(AB_OBJDIR)
49 LDFLAGS+= -Wl,-rpath,$(AC_OBJDIR)
50 LDFLAGS+= -Wl,-rpath,$(AD_OBJDIR)
51 LDFLAGS+= -Wl,-rpath,$(AE_OBJDIR)
/openbsd/regress/libexec/ld.so/initfirst/test2/prog2/
H A DMakefile47 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR)
48 LDFLAGS+= -Wl,-rpath,$(AB_OBJDIR)
49 LDFLAGS+= -Wl,-rpath,$(AC_OBJDIR)
50 LDFLAGS+= -Wl,-rpath,$(AD_OBJDIR)
51 LDFLAGS+= -Wl,-rpath,$(AE_OBJDIR)
/openbsd/regress/libexec/ld.so/initfirst/test1/prog1/
H A DMakefile10 LDFLAGS+= -Wl,-rpath,$(IF1_OBJDIR) -L$(IF1_OBJDIR)
11 LDFLAGS+= -Wl,-rpath,$(IF2_OBJDIR) -L$(IF2_OBJDIR)
12 LDFLAGS+= -Wl,-rpath,$(IF3_OBJDIR) -L$(IF3_OBJDIR)
13 LDFLAGS+= -Wl,-rpath,$(NORMAL_OBJDIR) -L$(NORMAL_OBJDIR)
/openbsd/regress/libexec/ld.so/dlsym/test2/prog4/
H A DMakefile7 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR)
8 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR)
9 LDFLAGS+= -Wl,-rpath,$(CC_OBJDIR)
/openbsd/regress/libexec/ld.so/dlsym/test3/prog1/
H A DMakefile7 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR)
8 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR)
9 LDFLAGS+= -Wl,-rpath,$(DD_OBJDIR)
/openbsd/regress/libexec/ld.so/dlsym/test2/prog5/
H A DMakefile7 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR)
8 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR)
9 LDFLAGS+= -Wl,-rpath,$(CC_OBJDIR)
/openbsd/regress/libexec/ld.so/dlsym/test3/prog2/
H A DMakefile8 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR)
9 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR)
10 LDFLAGS+= -Wl,-rpath,$(DD_OBJDIR)
/openbsd/regress/libexec/ld.so/dlsym/test3/prog3/
H A DMakefile8 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR)
9 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR)
10 LDFLAGS+= -Wl,-rpath,$(CC_OBJDIR)
/openbsd/regress/sys/kern/pledge/generic/
H A Dtests.out10 test(test_rpath): pledge=("stdio rpath",NULL) status=0 exit=0
13 test(test_pledge): pledge=("stdio rpath",NULL) status=0 exit=0
14 test(test_pledge): pledge=("stdio rpath wpath",NULL) status=0 exit=0
/openbsd/regress/libexec/ld.so/dlclose/test1/prog2/
H A DMakefile6 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR)
7 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR)
/openbsd/regress/libexec/ld.so/edgecases/test3/prog1/
H A DMakefile6 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR)
7 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR)
/openbsd/regress/libexec/ld.so/dependencies/order1/prog1/
H A DMakefile4 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR)
5 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR)
/openbsd/regress/libexec/ld.so/dlclose/test1/prog3/
H A DMakefile6 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR)
7 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR)
/openbsd/regress/libexec/ld.so/dlsym/test3/prog4/
H A DMakefile6 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR)
7 LDFLAGS+= -Wl,-rpath,$(CC_OBJDIR)
/openbsd/regress/libexec/ld.so/dependencies/order2/prog1/
H A DMakefile4 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR)
5 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR)
/openbsd/regress/libexec/ld.so/dlsym/test2/prog2/
H A DMakefile7 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR)
8 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR)
/openbsd/regress/libexec/ld.so/dlsym/test2/prog3/
H A DMakefile7 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR)
8 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR)
/openbsd/regress/libexec/ld.so/dlsym/test2/prog1/
H A DMakefile7 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR)
8 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR)
/openbsd/regress/libexec/ld.so/dlclose/test2/libaa/
H A DMakefile6 LDADD+= -Wl,-rpath,$(BB_OBJDIR)
7 LDADD+= -Wl,-rpath,$(CC_OBJDIR)

12345678910