Lines Matching defs:search

35  * PATH setup and search directory functions.
49 * Default and secure dependency search path initialization.
69 print_default_dirs(Lm_list *lml, Alist *alp, int search)
76 if (search)
82 if (search) {
96 if (search) {
106 * Given a search rule type, return a list of directories to search according
114 int search;
123 search = 1;
125 search = 0;
131 * (LD_LIBRARY_PATH) search path list. Note, we always call
133 * be preceded with the appropriate search path information.
149 * For ldd(1) -s, indicate the search paths that'll
151 * search paths may be ignored, therefore reset the
156 if (search) {
167 (search || DBG_ENABLED))
184 * Initialize the permanent (LD_LIBRARY_PATH) search path list.
197 * For ldd(1) -s, indicate the search paths that'll
199 * search paths may be ignored, therefore reset the
204 if (search)
208 (search || DBG_ENABLED))
225 * Initialize the runpath search path list. To be consistent
234 * For ldd(1) -s, indicate the search paths that'll
236 * search paths may be ignored, therefore reset the
241 if (search)
245 (search || DBG_ENABLED))
281 if (dalpp && (search || DBG_ENABLED))
282 print_default_dirs(lml, *dalpp, search);
291 * Get the next directory in the search rules path. The search path "cookie"
292 * provided by the caller (sdp) maintains the state of a search in progress.
294 * Typically, a search consists of a series of rules that govern the order of
295 * a search (ie. LD_LIBRARY_PATH, followed by RPATHS, followed by defaults).
298 * search directory.
333 * All rules and search paths have been exhausted.
811 * last string within a search path "A:B:C", then this substring needs
812 * to be isolated with a null terminator. However, if this search path
858 * this file name will be combined with search paths to
903 * A search path, i.e., RPATH, configuration file path, etc. is
1015 * i.e., NEEDED, rpaths, default search paths, configuration file search paths,
1104 * If required, ensure that the string is unique. For search
1145 * unused search paths.