Searched refs:search_path (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/add-ons/kernel/network/
H A Duserland_modules.cpp56 char * search_path; member in struct:module_list_cookie
211 mlc->search_path = strtok_r(mlc->search_paths, ":", &mlc->next_path_token);
264 while (mlc->search_path) {
274 if (strncmp(mlc->search_path, "%A/", 3) == 0) {
282 path.Append(mlc->search_path + 3);
284 path.SetTo(mlc->search_path);
290 // printf("Looking module(s) in %s/%s...\n", mlc->search_path, mlc->prefix);
339 mlc->search_path = strtok_r(NULL, ":", &mlc->next_path_token);
624 char * search_path; local
635 search_path
[all...]

Completed in 28 milliseconds