| /onnv-gate/usr/src/lib/libast/common/features/ |
| H A D | 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_PATH 61 then libpath=lib:DYLD_LIBRARY_PATH 64 libpath=lib:LIBPATH 66 *) libpath= 70 case $libpath in [all …]
|
| /onnv-gate/usr/src/cmd/fs.d/cachefs/cachefspack/ |
| H A D | 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; argument 68 EXTERN struct libpath *libp, libp_hd; argument
|
| H A D | elfrd.c | 57 struct sobj *get_share_obj(char *, struct libpath *, int); in process_executable() 103 get_share_obj(char *fpath, struct libpath *libpath, int flag) in get_share_obj() argument 108 static struct libpath *rpath, hd_rpath; in get_share_obj() 144 rpath->lp_next = (struct libpath *)0; in get_share_obj() 257 found_file = libsrch(name, libpath, in get_share_obj() 314 get_share_obj(pathtmp, libpath, flag); in get_share_obj() 431 libsrch(char *name, struct libpath *libpath, char *fullpath) in libsrch() argument 434 struct libpath *lp; in libsrch() 437 printf("libsrch: libpath = %x\n", libpath); in libsrch() 440 lp = libpath; in libsrch() [all …]
|
| H A D | main.c | 40 struct libpath *libp, libp_hd;
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
| H A D | MM_Win32.pm | 196 my $libpath = ''; 198 $libpath .= ' ' if length $libpath; 199 $libpath .= $1; 203 $self->{LDDLFLAGS} .= " $libpath";
|
| /onnv-gate/usr/src/cmd/mailx/hdr/ |
| H A D | usg.local.h | 78 # define MASTER (value("bsdcompat") ? libpath("Mail.rc") : \ 79 libpath("mailx.rc")
|
| H A D | uparm.h | 43 extern char *libpath();
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
| H A D | makeliblinks | 46 my $libpath = "$targetdir/lib" . join("__", @parts) . ".$ext"; 47 print "$libpath -> $relprefix/$name\n"; 48 symlink("$relprefix/$name", $libpath)
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Liblist/ |
| H A D | 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}; 325 foreach $thispth (@searchpath, @libpath){
|
| /onnv-gate/usr/src/cmd/pools/poold/ |
| H A D | poold.c | 412 const char *libpath; in main() local 533 if ((libpath = getenv("POOLD_LD_LIBRARY_PATH")) == NULL) in main() 534 libpath = POOLD_DEF_LIBPATH; in main() 535 vm_opts[nopts].optionString = malloc(len = strlen(libpath) + in main() 539 (void) strlcat(vm_opts[nopts++].optionString, libpath, len); in main()
|
| /onnv-gate/usr/src/cmd/cmd-crypto/cryptoadm/ |
| H A D | adm_uef.c | 199 char libpath[MAXPATHLEN]; in list_mechlist_for_lib() local 229 (void) snprintf(libpath, MAXPATHLEN, "%s%s%s", buf, "/", isa); in list_mechlist_for_lib() 231 (void) strlcpy(libpath, libname, sizeof (libpath)); in list_mechlist_for_lib() 240 dldesc = dlopen(libpath, RTLD_NOW); in list_mechlist_for_lib() 711 char libpath[MAXPATHLEN]; in install_uef_lib() local 743 (void) snprintf(libpath, sizeof (libpath), "%s%s%s", libbuf, in install_uef_lib() 746 (void) strlcpy(libpath, libname, sizeof (libpath)); in install_uef_lib() 750 if (strcmp(libpath, UEF_FRAME_LIB) == 0) { in install_uef_lib() 757 if (stat(libpath, &statbuf) != 0) { in install_uef_lib()
|
| /onnv-gate/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
| H A D | libpath | 1 …/gisburn/ksh93/ast_ksh_20100309/build_i386_32bit/src/lib/libast/features/libpath.sh by iffe versio…
|
| /onnv-gate/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
| H A D | libpath | 1 …gisburn/ksh93/ast_ksh_20100309/build_sparc_32bit/src/lib/libast/features/libpath.sh by iffe versio…
|
| /onnv-gate/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
| H A D | libpath | 1 …/gisburn/ksh93/ast_ksh_20100309/build_i386_64bit/src/lib/libast/features/libpath.sh by iffe versio…
|
| /onnv-gate/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
| H A D | libpath | 1 …gisburn/ksh93/ast_ksh_20100309/build_sparc_64bit/src/lib/libast/features/libpath.sh by iffe versio…
|
| /onnv-gate/usr/src/cmd/mailx/ |
| H A D | lpaths.c | 55 libpath(char *file) in libpath() function
|
| /onnv-gate/usr/src/lib/libshell/common/sh/ |
| H A D | path.c | 968 Pathcomp_t *libpath, *pp=0; in path_exec() local 991 if(libpath=pp) in path_exec() 998 path_spawn(opath,argv,envp,libpath,0); in path_exec() 1011 pid_t path_spawn(const char *opath,register char **argv, char **envp, Pathcomp_t *libpath, int spaw… in path_spawn() argument 1015 char **xp=0, *xval, *libenv = (libpath?libpath->lib:0); in path_spawn() 1029 while(libpath && !libpath->lib) in path_spawn() 1030 libpath=libpath->next; in path_spawn() 1031 if(libpath && (!np || nv_size(np)>0)) in path_spawn() 1065 if(libenv = path_lib(libpath,path)) in path_spawn()
|
| /onnv-gate/usr/src/cmd/vi/ |
| H A D | README | 38 #define libpath(file) "/usr/lib/file" 42 ** libpath is where ex/vi expects the strings file
|
| /onnv-gate/usr/src/lib/libnsl/nis/gen/ |
| H A D | nis_sec_mechs.c | 1115 char libpath[MAXPATHLEN+1]; in __nis_get_mechanism_symbol() local 1120 if (strlen(MECH_LIB_PREFIX) + strlen(libname) + 1 > sizeof (libpath)) in __nis_get_mechanism_symbol() 1123 (void) snprintf(libpath, sizeof (libpath), in __nis_get_mechanism_symbol() 1126 if (!(handle = dlopen(libpath, RTLD_LAZY))) in __nis_get_mechanism_symbol()
|
| /onnv-gate/usr/src/lib/libcfgadm/common/ |
| H A D | config_admin.c | 115 char libpath[MAXPATHLEN]; /* full pathname to lib */ member 1435 assert(strcmp(libp->libpath, lib_loc_p->pathname) == 0); in config_get_lib() 1557 (void) snprintf(libp->libpath, sizeof (libp->libpath), "%s", in load_lib_impl() 1563 libp->handle = dlopen(libp->libpath, RTLD_NOW); in load_lib_impl() 1852 (void) strcpy(libloc_p->pathname, libp->libpath); in lookup_cache() 2291 lib_in_list(char *libpath) in lib_in_list() argument 2296 if (strncmp(libpath, libp->libpath, MAXPATHLEN) == 0) { in lib_in_list()
|
| /onnv-gate/usr/src/lib/libast/common/ |
| H A D | RELEASE | 234 06-12-20 features/libpath.sh: generalize sol.* LIBPATH patterns 298 06-08-14 features/libpath.sh: add solaris LD_LIBRARY_PATH_64 check 661 03-02-11 features/libpath.sh: change LIBPATH to <dir>[:<env>[:<pat>]][,...] 736 features/libpath.sh: "bin" is now the default value 980 01-04-18 features/libpath.sh: fix mvs probe 1037 features/libpath.sh: fix for aix LIBPATH 1165 features/libpath.sh: netbsd fix -- ld.so not in std places
|