| /openbsd-src/lib/libutil/ |
| H A D | readlabel.c | 53 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-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-install-name-tool.rst | 24 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-src/usr.bin/cvs/ |
| H A D | client.c | 703 char *en, *mode, *len, *rpath, *p; in cvs_client_updated() local 709 rpath = cvs_remote_input(); in cvs_client_updated() 714 client_check_directory(data, rpath); in cvs_client_updated() 719 if (strlen(repo) + 1 > strlen(rpath)) in cvs_client_updated() 722 p = strrchr(rpath, '/'); in cvs_client_updated() 789 free(rpath); in cvs_client_updated() 803 char timebuf[CVS_TIME_BUFSZ], *repo, *rpath, *entry, *mode; in cvs_client_merged() local 809 rpath = cvs_remote_input(); in cvs_client_merged() 814 client_check_directory(data, rpath); in cvs_client_merged() 821 if (strlen(repo) + 1 > strlen(rpath)) in cvs_client_merged() [all …]
|
| H A D | util.c | 567 char *entry, *sp, *dp, *dir, *p, rpath[PATH_MAX], repo[PATH_MAX]; in cvs_mkpath() local 588 rpath[0] = '\0'; in cvs_mkpath() 620 if (rpath[0] != '\0') { in cvs_mkpath() 621 len = strlcat(rpath, "/", sizeof(rpath)); in cvs_mkpath() 622 if (len >= (int)sizeof(rpath)) in cvs_mkpath() 626 len = strlcat(rpath, sp, sizeof(rpath)); in cvs_mkpath() 627 if (len >= (int)sizeof(rpath)) in cvs_mkpath() 630 if (mkdir(rpath, 0755) == -1 && errno != EEXIST) in cvs_mkpath() 631 fatal("cvs_mkpath: %s: %s", rpath, strerror(errno)); in cvs_mkpath() 636 cvs_mkadmin(rpath, current_cvsroot->cr_str, repo, in cvs_mkpath() [all …]
|
| H A D | repository.c | 105 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-src/gnu/llvm/llvm/tools/llvm-objcopy/ |
| H A D | InstallNameToolOpts.td | 19 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-src/regress/libexec/ld.so/initfirst/test2/prog2/ |
| H A D | Makefile | 47 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-src/regress/libexec/ld.so/initfirst/test2/prog1/ |
| H A D | Makefile | 47 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-src/regress/libexec/ld.so/initfirst/test1/prog1/ |
| H A D | Makefile | 10 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-src/regress/libexec/ld.so/dlsym/test3/prog1/ |
| H A D | Makefile | 7 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR) 8 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR) 9 LDFLAGS+= -Wl,-rpath,$(DD_OBJDIR)
|
| /openbsd-src/regress/libexec/ld.so/dlsym/test2/prog4/ |
| H A D | Makefile | 7 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR) 8 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR) 9 LDFLAGS+= -Wl,-rpath,$(CC_OBJDIR)
|
| /openbsd-src/regress/libexec/ld.so/dlsym/test2/prog5/ |
| H A D | Makefile | 7 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR) 8 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR) 9 LDFLAGS+= -Wl,-rpath,$(CC_OBJDIR)
|
| /openbsd-src/regress/libexec/ld.so/dlsym/test3/prog2/ |
| H A D | Makefile | 8 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR) 9 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR) 10 LDFLAGS+= -Wl,-rpath,$(DD_OBJDIR)
|
| /openbsd-src/regress/libexec/ld.so/dlsym/test3/prog3/ |
| H A D | Makefile | 8 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR) 9 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR) 10 LDFLAGS+= -Wl,-rpath,$(CC_OBJDIR)
|
| /openbsd-src/regress/sys/kern/pledge/generic/ |
| H A D | tests.out | 10 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-src/regress/libexec/ld.so/dlclose/test1/prog2/ |
| H A D | Makefile | 6 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR) 7 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR)
|
| /openbsd-src/regress/libexec/ld.so/dlsym/test3/prog4/ |
| H A D | Makefile | 6 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR) 7 LDFLAGS+= -Wl,-rpath,$(CC_OBJDIR)
|
| /openbsd-src/regress/libexec/ld.so/edgecases/test3/prog1/ |
| H A D | Makefile | 6 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR) 7 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR)
|
| /openbsd-src/regress/libexec/ld.so/dependencies/order1/prog1/ |
| H A D | Makefile | 4 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR) 5 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR)
|
| /openbsd-src/regress/libexec/ld.so/dependencies/order2/prog1/ |
| H A D | Makefile | 4 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR) 5 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR)
|
| /openbsd-src/regress/libexec/ld.so/dlclose/test1/prog3/ |
| H A D | Makefile | 6 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR) 7 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR)
|
| /openbsd-src/regress/libexec/ld.so/dlsym/test2/prog1/ |
| H A D | Makefile | 7 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR) 8 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR)
|
| /openbsd-src/regress/libexec/ld.so/dlsym/test2/prog2/ |
| H A D | Makefile | 7 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR) 8 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR)
|
| /openbsd-src/regress/libexec/ld.so/dlsym/test2/prog3/ |
| H A D | Makefile | 7 LDFLAGS+= -Wl,-rpath,$(AA_OBJDIR) 8 LDFLAGS+= -Wl,-rpath,$(BB_OBJDIR)
|
| /openbsd-src/regress/libexec/ld.so/dlclose/test2/libaa/ |
| H A D | Makefile | 6 LDADD+= -Wl,-rpath,$(BB_OBJDIR) 7 LDADD+= -Wl,-rpath,$(CC_OBJDIR)
|