| /src/usr.bin/ldd/ |
| ldd_elfxx.c | 170 const char *libpath = obj ? obj->path : "not found"; local 239 printf("%s", libpath);
|
| /src/external/gpl2/lvm2/dist/lib/snapshot/ |
| snapshot.c | 140 const char *libpath; local 147 libpath = find_config_tree_str(cmd, "dmeventd/snapshot_library", NULL); 148 if (!libpath) 151 get_shared_library_path(cmd, libpath, path, PATH_MAX);
|
| /src/external/gpl2/lvm2/dist/lib/mirror/ |
| mirrored.c | 410 const char *libpath; local 417 libpath = find_config_tree_str(cmd, "dmeventd/mirror_library", 420 get_shared_library_path(cmd, libpath, path, PATH_MAX);
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| thread-db.cc | 616 const char *const libpath = dladdr_to_soname (td_init); local 618 if (libpath != NULL) 619 threads_debug_printf ("Host %s resolved to: %s.", library, libpath);
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| thread-db.cc | 618 const char *const libpath = dladdr_to_soname (td_init); local 620 if (libpath != NULL) 621 threads_debug_printf ("Host %s resolved to: %s.", library, libpath);
|
| /src/external/bsd/pkg_install/dist/add/ |
| perform.c | 1156 char *libpath = dup_value(data, eol); local 1162 if (stat(libpath, &sb) == 0 && S_ISREG(sb.st_mode)) { 1165 char *p = xasprintf("%s/%s", Destdir, libpath); 1172 warnx("%s: missing required library: %s", pkg->pkgname, libpath); 1174 if (strncmp(libpath, "/usr/X11R7", 10) == 0) { 1180 free(libpath);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| linux-thread-db.c | 1009 const char *const libpath = dladdr_to_soname (td_init); 1011 if (libpath != NULL) 1013 library, libpath); 1008 const char *const libpath = dladdr_to_soname (td_init); local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| linux-thread-db.c | 1009 const char *const libpath = dladdr_to_soname (td_init); 1011 if (libpath != NULL) 1013 library, libpath); 1008 const char *const libpath = dladdr_to_soname (td_init); local
|
| /src/external/gpl3/binutils/dist/include/coff/ |
| xcoff.h | 448 /* The libpath being used. */ 449 const char *libpath; member in struct:xcoff_loader_info
|
| /src/external/gpl3/binutils.old/dist/include/coff/ |
| xcoff.h | 448 /* The libpath being used. */ 449 const char *libpath; member in struct:xcoff_loader_info
|
| /src/external/gpl3/gdb/dist/include/coff/ |
| xcoff.h | 448 /* The libpath being used. */ 449 const char *libpath; member in struct:xcoff_loader_info
|
| /src/external/gpl3/gdb.old/dist/include/coff/ |
| xcoff.h | 448 /* The libpath being used. */ 449 const char *libpath; member in struct:xcoff_loader_info
|