Home
last modified time | relevance | path

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

12345678910>>...29

/netbsd-src/external/gpl2/gettext/dist/autoconf-lib-link/tests/
H A DMakefile.am23 TESTS = rpath-1a rpath-1b \
24 rpath-2aaa rpath-2aab rpath-2aad \
25 rpath-2aba rpath-2abb rpath-2abd \
26 rpath-2baa rpath-2bab rpath-2bad \
27 rpath-2bba rpath-2bbb rpath-2bbd \
28 rpath-3aaa rpath-3aab rpath-3aad \
29 rpath-3aah \
30 rpath-3aba rpath-3abb rpath-3abd \
31 rpath-3abh \
32 rpath-3baa rpath-3bab rpath-3bad \
[all …]
H A Drpath.README1 Tests for config.rpath and lib-link.m4.
3 rpath-1 w
7 rpath-2 u v w
19 rpath-3 u v w
33 The rpath-2* tests are sensitive to
38 The rpath-3* tests are sensitive to
45 rpath-3aae rpath-3aag
46 rpath-3abe rpath-3abg
52 rpath-2bbd
53 rpath-3bbd rpath-3bbf rpath-3bbg rpath-3bbh
[all …]
H A DMakefile.in165 TESTS = rpath-1a rpath-1b \
166 rpath-2aaa rpath-2aab rpath-2aad \
167 rpath-2aba rpath-2abb rpath-2abd \
168 rpath-2baa rpath-2bab rpath-2bad \
169 rpath-2bba rpath-2bbb rpath-2bbd \
170 rpath-3aaa rpath-3aab rpath-3aad \
171 rpath-3aah \
172 rpath-3aba rpath-3abb rpath-3abd \
173 rpath-3abh \
174 rpath-3baa rpath-3bab rpath-3bad \
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dcanonicalize.c102 char *rpath, *dest, *extra_buf = NULL; in __realpath() local
137 rpath = malloc (path_max); in __realpath()
138 if (rpath == NULL) in __realpath()
142 rpath = resolved; in __realpath()
143 rpath_limit = rpath + path_max; in __realpath()
147 if (!__getcwd (rpath, path_max)) in __realpath()
149 rpath[0] = '\0'; in __realpath()
152 dest = strchr (rpath, '\0'); in __realpath()
156 rpath[0] = '/'; in __realpath()
157 dest = rpath + 1; in __realpath()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dcanonicalize.c102 char *rpath, *dest, *extra_buf = NULL; in __realpath() local
137 rpath = malloc (path_max); in __realpath()
138 if (rpath == NULL) in __realpath()
142 rpath = resolved; in __realpath()
143 rpath_limit = rpath + path_max; in __realpath()
147 if (!__getcwd (rpath, path_max)) in __realpath()
149 rpath[0] = '\0'; in __realpath()
152 dest = strchr (rpath, '\0'); in __realpath()
156 rpath[0] = '/'; in __realpath()
157 dest = rpath + 1; in __realpath()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dcanonicalize.c102 char *rpath, *dest, *extra_buf = NULL; in __realpath() local
137 rpath = malloc (path_max); in __realpath()
138 if (rpath == NULL) in __realpath()
142 rpath = resolved; in __realpath()
143 rpath_limit = rpath + path_max; in __realpath()
147 if (!__getcwd (rpath, path_max)) in __realpath()
149 rpath[0] = '\0'; in __realpath()
152 dest = strchr (rpath, '\0'); in __realpath()
156 rpath[0] = '/'; in __realpath()
157 dest = rpath + 1; in __realpath()
[all …]
/netbsd-src/external/gpl2/gettext/dist/autoconf-lib-link/
H A DChangeLog18 * tests/rpath-1: Pass --libdir to all configure invocations.
19 * tests/rpath-2_a: Likewise.
20 * tests/rpath-2_b: Likewise.
21 * tests/rpath-3_a: Likewise.
22 * tests/rpath-3_b: Likewise.
27 * config.rpath: Improve support for Sun C 5.9 on Linux, based on
32 * config.rpath: Add support for Sun C 5.9 on Linux.
50 * config.rpath: Upgrade to libtool-1.5.22.
59 * config.rpath: Upgrade to libtool-1.5.20.
63 * config.rpath: Complete upgrade to libtool-1.5.16.
[all …]
H A DMakefile.am27 EXTRA_DIST += config.rpath
33 all-local: $(srcdir)/../build-aux/config.rpath
35 $(srcdir)/../build-aux/config.rpath: $(srcdir)/config.rpath
36 cp $(srcdir)/config.rpath $(srcdir)/../build-aux/config.rpath
48 …ld-aux/config.sub build-aux/install-sh build-aux/ltmain.sh build-aux/missing build-aux/config.rpath
69 build-aux/config.rpath: $(srcdir)/config.rpath build-aux-dir
70 cp $(srcdir)/config.rpath build-aux/config.rpath
72 …ld-aux/config.sub build-aux/install-sh build-aux/ltmain.sh build-aux/missing build-aux/config.rpath
/netbsd-src/external/gpl2/gettext/dist/djgpp/
H A Dfnchange.in198 @V@/tests/rpath-1a @V@/tests/rpath/1a
199 @V@/tests/rpath-1b @V@/tests/rpath/1b
200 @V@/tests/rpath-2aaa @V@/tests/rpath/2aaa
201 @V@/tests/rpath-2aab @V@/tests/rpath/2aab
202 @V@/tests/rpath-2aac @V@/tests/rpath/2aac
203 @V@/tests/rpath-2aad @V@/tests/rpath/2aad
204 @V@/tests/rpath-2aba @V@/tests/rpath/2aba
205 @V@/tests/rpath-2abb @V@/tests/rpath/2abb
206 @V@/tests/rpath-2abc @V@/tests/rpath/2abc
207 @V@/tests/rpath-2abd @V@/tests/rpath/2abd
[all …]
H A Dfnchange.lst197 gettext-0.11.5/tests/rpath-1a gettext-0.11.5/tests/rpath/1a
198 gettext-0.11.5/tests/rpath-1b gettext-0.11.5/tests/rpath/1b
199 gettext-0.11.5/tests/rpath-2aaa gettext-0.11.5/tests/rpath/2aaa
200 gettext-0.11.5/tests/rpath-2aab gettext-0.11.5/tests/rpath/2aab
201 gettext-0.11.5/tests/rpath-2aac gettext-0.11.5/tests/rpath/2aac
202 gettext-0.11.5/tests/rpath-2aad gettext-0.11.5/tests/rpath/2aad
203 gettext-0.11.5/tests/rpath-2aba gettext-0.11.5/tests/rpath/2aba
204 gettext-0.11.5/tests/rpath-2abb gettext-0.11.5/tests/rpath/2abb
205 gettext-0.11.5/tests/rpath-2abc gettext-0.11.5/tests/rpath/2abc
206 gettext-0.11.5/tests/rpath-2abd gettext-0.11.5/tests/rpath/2abd
[all …]
H A Dconfig.sed409 s,rpath-1a,rpath/1a
411 s,rpath-1b,rpath/1b
413 s,rpath-2aaa,rpath/2aaa
415 s,rpath-2aab,rpath/2aab
417 s,rpath-2aac,rpath/2aac
419 s,rpath-2aad,rpath/2aad
421 s,rpath-2aba,rpath/2aba
423 s,rpath-2abb,rpath/2abb
425 s,rpath-2abc,rpath/2abc
427 s,rpath-2abd,rpath/2abd
[all …]
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/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">;
/netbsd-src/lib/libcurses/EXAMPLES/
H A DMakefile39 gcc -DHAVE_WCHAR -o wcview view.c -I.. $(CFLAGS) -lcurses -Wl,-rpath,.. -L..
42 …gcc -DHAVE_WCHAR -o nwview view.c -DNCURSES -I/usr/pkg/include $(CFLAGS) -lcurses -Wl,-rpath,/usr/…
45 gcc -o ccview view.c -I.. $(CFLAGS) -lcurses -Wl,-rpath,.. -L..
48 gcc -o tcview view.c -L/usr/lib -Wl,-rpath,/usr/lib $(CFLAGS) -lcurses
51 …gcc -o ncview view.c -I/usr/pkg/include -DNCURSES -L/usr/pkg/lib -Wl,-rpath,/usr/pkg/lib $(CFLAGS)…
54 gcc -DHAVE_WCHAR -o ex1 ex1.c -I.. $(CFLAGS) -lcurses -Wl,-rpath,.. -L..
/netbsd-src/external/gpl2/gettext/dist/build-aux/
H A Dreloc-ldflags59 rpath=
81 rpath="${rpath}${rpath:+ }$dir"
92 if test -n "$rpath"; then
93 echo "-Wl,-rpath,$rpath"
/netbsd-src/tests/libexec/ld.elf_so/
H A DMakefile54 LDADD.t_dlerror-false= -Wl,-rpath,/var/nonexistent/lib
55 LDADD.t_dlvsym= -Wl,-rpath,${TESTSDIR}/h_helper_symver_dso2
57 LDADD.${t}+= -Wl,-rpath,${TESTSDIR} -lutil
60 LDADD.t_tls_extern+= -Wl,-rpath,${TESTSDIR}
73 LDADD.h_thread_local_dtor= -Wl,-rpath,${TESTSDIR} -lpthread
78 LDADD.h_ifunc= -Wl,-rpath,${TESTSDIR} -L${IFUNCDIR} -lh_helper_ifunc_dso
82 LDADD.h_locking= -lpthread -Wl,--export-dynamic -Wl,-rpath,${TESTSDIR}
/netbsd-src/external/gpl2/lvm2/dist/libdm/
H A Dlibdm-common.c422 char rpath[PATH_MAX]; in _add_dev_node() local
432 _build_dev_path(rpath, sizeof(rpath), raw_devname); in _add_dev_node()
434 if (stat(rpath, &info) >= 0) { in _add_dev_node()
437 "is already present", rpath); in _add_dev_node()
445 if (unlink(rpath) < 0) { in _add_dev_node()
453 if (mknod(rpath, S_IFCHR | mode, rdev) < 0) { in _add_dev_node()
460 if (chown(rpath, uid, gid) < 0) { in _add_dev_node()
461 log_sys_error("Raw device chown", rpath); in _add_dev_node()
515 char rpath[PATH_MAX]; in _rm_dev_node() local
520 _build_dev_path(rpath, sizeof(rpath), raw_devname); in _rm_dev_node()
[all …]
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/
H A DMakefile40 -rpath $(moduledir) -module -o $@ $? -lkrb5
44 -rpath $(moduledir) -module -o $@ $?
48 -rpath $(moduledir) -module -o $@ $? -lradius
52 -rpath $(moduledir) -module -o $@ $?
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/
H A Dinstrprof-shared.test22 RUN: %clang_profgen -o %t-instr-instr -L%t.d -rpath %t.d -lt-instr %S/Inputs/instrprof-shared-main…
23 RUN: %clang_profgen -o %t-instr-no-instr1 -L%t.d -rpath %t.d -lt-no-instr1 %S/Inputs/instrprof-sha…
24 RUN: %clang_profgen -o %t-instr-no-instr2 -L%t.d -rpath %t.d -lt-no-instr2 %S/Inputs/instrprof-sha…
25 RUN: %clang -o %t-no-instr1-instr -L%t.d -rpath %t.d -lt-instr %S/Inputs/instrprof-shared-main.c
26 RUN: %clang -o %t-no-instr1-no-instr1 -L%t.d -rpath %t.d -lt-no-instr1 %S/Inputs/instrprof-shared-…
27 RUN: %clang -o %t-no-instr1-no-instr2 -L%t.d -rpath %t.d -lt-no-instr2 %S/Inputs/instrprof-shared-…
29 RUN: %clang -o %t-no-instr2-instr -L%t.d -rpath %t.d -lt-instr %t.d/instrprof-shared-main-no-instr…
30 RUN: %clang -o %t-no-instr2-no-instr1 -L%t.d -rpath %t.d -lt-no-instr1 %t.d/instrprof-shared-main-…
31 RUN: %clang -o %t-no-instr2-no-instr2 -L%t.d -rpath %t.d -lt-no-instr2 %t.d/instrprof-shared-main-…
/netbsd-src/usr.bin/ldd/
H A Dldd_elfxx.c144 const Search_Path *rpath = obj->rpaths; in ELFNAME() local
145 obj->rpaths = rpath->sp_next; in ELFNAME()
146 xfree(__UNCONST(rpath->sp_path)); in ELFNAME()
147 xfree(__UNCONST(rpath)); in ELFNAME()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/
H A DMakefile50 -rpath $(moduledir) -module -o $@ $? $(LIBS)
54 -rpath $(moduledir) -module -o $@ $? $(LIBS)
58 -rpath $(moduledir) -module -o $@ $? $(LIBS)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Ddragonfly.opt49 rpath-link
52 rpath-link=
55 rpath=
H A Dfreebsd.opt49 rpath-link
52 rpath-link=
55 rpath=
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Ddragonfly.opt49 rpath-link
52 rpath-link=
55 rpath=
H A Dfreebsd.opt49 rpath-link
52 rpath-link=
55 rpath=

12345678910>>...29