Lines Matching refs:search
53 * Build the library/drop-in fcode search path. If there's no architecture
54 * passed, we build the search path (per the PSARC decision):
58 * If there is an architecture passed, we prepend the following search path to
114 search_path(char *name, char *search, int (*fn)(char *))
119 fpath = STRDUP(search);
186 char *search, *fname;
190 if ((search = cdp->search_path) == NULL &&
191 (search = default_search_path) == NULL) {
192 log_message(MSG_ERROR, "find_lib_file: no search path\n");
198 fname = search_path(lib_name, search, fn);
287 FORTH(0, "set-default-search-path", set_default_search_path);
288 FORTH(0, "get-default-search-path", get_default_search_path);