Home
last modified time | relevance | path

Searched refs:libpath (Results 1 – 16 of 16) sorted by relevance

/titanic_50/usr/src/lib/libast/common/features/
H A Dlibpath.sh41 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 …]
/titanic_50/usr/src/cmd/mailx/hdr/
H A Dusg.local.h78 # define MASTER (value("bsdcompat") ? libpath("Mail.rc") : \
79 libpath("mailx.rc")
H A Duparm.h43 extern char *libpath();
/titanic_50/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c202 char libpath[MAXPATHLEN]; in list_mechlist_for_lib() local
232 (void) snprintf(libpath, MAXPATHLEN, "%s%s%s", buf, "/", isa); in list_mechlist_for_lib()
234 (void) strlcpy(libpath, libname, sizeof (libpath)); in list_mechlist_for_lib()
243 dldesc = dlopen(libpath, RTLD_NOW); in list_mechlist_for_lib()
714 char libpath[MAXPATHLEN]; in install_uef_lib() local
746 (void) snprintf(libpath, sizeof (libpath), "%s%s%s", libbuf, in install_uef_lib()
749 (void) strlcpy(libpath, libname, sizeof (libpath)); in install_uef_lib()
753 if (strcmp(libpath, UEF_FRAME_LIB) == 0) { in install_uef_lib()
760 if (stat(libpath, &statbuf) != 0) { in install_uef_lib()
/titanic_50/usr/src/cmd/pools/poold/
H A Dpoold.c400 const char *libpath; in main() local
521 if ((libpath = getenv("POOLD_LD_LIBRARY_PATH")) == NULL) in main()
522 libpath = POOLD_DEF_LIBPATH; in main()
523 vm_opts[nopts].optionString = malloc(len = strlen(libpath) + in main()
527 (void) strlcat(vm_opts[nopts++].optionString, libpath, len); in main()
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dpath.c968 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()
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dlibpath1 …/gisburn/ksh93/ast_ksh_20100309/build_i386_64bit/src/lib/libast/features/libpath.sh by iffe versio…
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dlibpath1 …gisburn/ksh93/ast_ksh_20100309/build_sparc_32bit/src/lib/libast/features/libpath.sh by iffe versio…
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dlibpath1 …gisburn/ksh93/ast_ksh_20100309/build_sparc_64bit/src/lib/libast/features/libpath.sh by iffe versio…
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dlibpath1 …/gisburn/ksh93/ast_ksh_20100309/build_i386_32bit/src/lib/libast/features/libpath.sh by iffe versio…
/titanic_50/usr/src/cmd/mailx/
H A Dlpaths.c55 libpath(char *file) in libpath() function
/titanic_50/usr/src/cmd/vi/
H A DREADME38 #define libpath(file) "/usr/lib/file"
42 ** libpath is where ex/vi expects the strings file
/titanic_50/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c1115 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()
/titanic_50/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c115 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()
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE234 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
/titanic_50/usr/src/cmd/ztest/
H A Dztest.c6049 exec_child(char *cmd, char *libpath, boolean_t ignorekill, int *statusp) in exec_child() argument
6079 if (libpath != NULL) in exec_child()
6080 VERIFY(0 == setenv("LD_LIBRARY_PATH", libpath, 1)); in exec_child()