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

/haiku/src/tests/add-ons/kernel/network/
H A Duserland_modules.cpp57 char * next_path_token; member in struct:module_list_cookie
211 mlc->search_path = strtok_r(mlc->search_paths, ":", &mlc->next_path_token);
339 mlc->search_path = strtok_r(NULL, ":", &mlc->next_path_token);
625 char * next_path_token; local
635 search_path = strtok_r(search_paths, ":", &next_path_token);
678 search_path = strtok_r(NULL, ":", &next_path_token);

Completed in 27 milliseconds