| /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/cachefspack/ |
| elfrd.h | 32 struct libpath *add_libpath(struct libpath *, char *, int); 33 struct libpath *stk_libpath(struct libpath *, char *, int); 34 struct libpath *pop_libpath(struct libpath *); 42 struct libpath { struct 44 struct libpath *lp_next; 68 EXTERN struct libpath *libp, libp_hd;
|
| elfrd.c | 57 struct sobj *get_share_obj(char *, struct libpath *, int); 103 get_share_obj(char *fpath, struct libpath *libpath, int flag) 108 static struct libpath *rpath, hd_rpath; 144 rpath->lp_next = (struct libpath *)0; 257 found_file = libsrch(name, libpath, 314 get_share_obj(pathtmp, libpath, flag); 431 libsrch(char *name, struct libpath *libpath, char *fullpath) 434 struct libpath *lp [all...] |
| main.c | 40 struct libpath *libp, libp_hd;
|
| /onnv/onnv-gate/usr/src/lib/libast/common/features/ |
| libpath.sh | 41 then libpath=lib:LD_LIBRARY_PATH 44 then libpath="lib32:LD_LIBRARYN32_PATH:sgi.mips3|sgi.*-n32,$libpath" 47 then libpath="lib64:LD_LIBRARY64_PATH:sgi.mips[4-9]|sgi.*-64,$libpath" 51 then libpath="lib/32:LD_LIBRARY_PATH_32,$libpath" 54 then libpath="lib/64:LD_LIBRARY_PATH_64:sol.*64*,$libpath" 59 then libpath=lib:SHLIB_PAT [all...] |
| /onnv/onnv-gate/usr/src/cmd/mailx/hdr/ |
| uparm.h | 43 extern char *libpath(); 47 # define LIBPATH "/usr/lib/mailx" 49 # define LIBPATH "/usr/lib" 52 # define LIBPATH "/usr/share/lib/mailx"
|
| usg.local.h | 78 # define MASTER (value("bsdcompat") ? libpath("Mail.rc") : \ 79 libpath("mailx.rc")
|
| /onnv/onnv-gate/usr/src/cmd/mailx/ |
| lpaths.c | 44 * libpath(file) - return the full path to the library file 55 libpath(char *file) function 59 snprintf(buf, sizeof (buf), "%s/%s", LIBPATH, file); 79 snprintf(buf, sizeof (buf), "%s/%s", LIBPATH, file);
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
| MM_Win32.pm | 196 my $libpath = ''; 198 $libpath .= ' ' if length $libpath; 199 $libpath .= $1; 203 $self->{LDDLFLAGS} .= " $libpath";
|
| Liblist.pm | 270 C<-libpath:d:\mesalibs mesa.lib user32.lib>.
|
| /onnv/onnv-gate/usr/src/cmd/mms/dm/common/ |
| dm.c | 331 char *libpath; local 338 libpath = mms_strnew("%s/%s", DM_DEV_LIB_DIR, "libdm_default.so"); 340 dlopen(libpath, RTLD_NOW | RTLD_GLOBAL | RTLD_PARENT); 344 libpath, dlerror())); 345 free(libpath); 352 TRACE((MMS_OPER, "device library %s initialized", libpath)); 353 free(libpath); 380 char *libpath; local 389 libpath = mms_strnew("%s/%s", DM_DEV_LIB_DIR, wka->dm_dev_lib); 390 TRACE((MMS_DEVP, "Loading device library %s", libpath)); [all...] |
| dm_target.c | 394 char *libpath; local 429 libpath = mms_strapp(NULL, 431 dlhdl = dlopen(libpath, RTLD_LAZY); 434 "unable to open %s", libpath)); 435 free(libpath); 438 free(libpath);
|
| /onnv/onnv-gate/usr/src/cmd/pools/poold/ |
| poold.c | 412 const char *libpath; local 533 if ((libpath = getenv("POOLD_LD_LIBRARY_PATH")) == NULL) 534 libpath = POOLD_DEF_LIBPATH; 535 vm_opts[nopts].optionString = malloc(len = strlen(libpath) + 539 (void) strlcat(vm_opts[nopts++].optionString, libpath, len);
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Liblist/ |
| Kid.pm | 50 my(@libpath) = split " ", $Config{'libpth'}; 92 foreach $thispth (@searchpath, @libpath){ 255 my @libpath = Text::ParseWords::quotewords('\s+', 0, $libpth); 264 push @libpath, "$Config{installarchlib}/CORE"; 267 push @libpath, split /;/, $ENV{LIB}; 286 s/^-L/-libpath:/ if $VC; 325 foreach $thispth (@searchpath, @libpath){
|
| /onnv/onnv-gate/usr/src/lib/mms/mgmt/common/ |
| mgmt_dsk.c | 117 char libpath[PATH_MAX]; local 205 (void) snprintf(libpath, sizeof (libpath), 219 tid, libname, libpath); 270 (void) snprintf(libpath, sizeof (libpath), 281 tid, libname, altpath[i], libpath); 975 char *libpath = NULL; local 1083 (void) nvlist_lookup_string(nva, "DefaultLibraryPath", &libpath); 1084 (void) snprintf(buf, sizeof (buf), "%s/%s/%s", libpath, vol [all...] |
| mgmt_lib.c | 1411 char libpath[8192]; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-crypto/cryptoadm/ |
| adm_uef.c | 200 char libpath[MAXPATHLEN]; local 230 (void) snprintf(libpath, MAXPATHLEN, "%s%s%s", buf, "/", isa); 232 (void) strlcpy(libpath, libname, sizeof (libpath)); 236 dldesc = dlopen(libpath, RTLD_NOW); 705 char libpath[MAXPATHLEN]; local 737 (void) snprintf(libpath, sizeof (libpath), "%s%s%s", libbuf, 740 (void) strlcpy(libpath, libname, sizeof (libpath)); [all...] |
| /onnv/onnv-gate/usr/src/lib/libnsl/nis/gen/ |
| nis_sec_mechs.c | 1115 char libpath[MAXPATHLEN+1]; local 1120 if (strlen(MECH_LIB_PREFIX) + strlen(libname) + 1 > sizeof (libpath)) 1123 (void) snprintf(libpath, sizeof (libpath), 1126 if (!(handle = dlopen(libpath, RTLD_LAZY)))
|
| /onnv/onnv-gate/usr/src/lib/libshell/common/sh/ |
| path.c | 967 Pathcomp_t *libpath, *pp=0; local 990 if(libpath=pp) 997 path_spawn(opath,argv,envp,libpath,0); 1010 pid_t path_spawn(const char *opath,register char **argv, char **envp, Pathcomp_t *libpath, int spawn) 1014 char **xp=0, *xval, *libenv = (libpath?libpath->lib:0); 1028 while(libpath && !libpath->lib) 1029 libpath=libpath->next [all...] |
| /onnv/onnv-gate/usr/src/lib/libcfgadm/common/ |
| config_admin.c | 115 char libpath[MAXPATHLEN]; /* full pathname to lib */ member in struct:plugin_lib 1435 assert(strcmp(libp->libpath, lib_loc_p->pathname) == 0); [all...] |