Home
last modified time | relevance | path

Searched refs:Plibpath (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dglobals.c45 char *Plibpath; /* User specified -YP or defaults to LIBPATH */ variable
H A Dldlibs.c423 DBG_CALL(Dbg_libs_yp(ofl->ofl_lml, Plibpath)); in ld_lib_setup()
424 cp = process_lib_path(ofl, &ofl->ofl_dlibdirs, Plibpath, TRUE); in ld_lib_setup()
H A Dldmain.c283 if (Plibpath == NULL) in ld_main()
284 Plibpath = def_Plibpath; in ld_main()
H A Dargs.c319 if (Plibpath && (Llibdir || Ulibdir)) in check_flags()
1774 if (Plibpath) in parseopt_pass1()
1779 Plibpath = optarg + 2; in parseopt_pass1()
H A D_libld.h638 extern char *Plibpath;