Searched refs:exec_path (Results 1 – 1 of 1) sorted by relevance
430 char *exec_path = RT_NULL; in _msh_exec_search_env() local435 if (!(exec_path = getenv("PATH"))) in _msh_exec_search_env()441 if (!(exec_path = strdup(exec_path))) in _msh_exec_search_env()446 pos = exec_path; in _msh_exec_search_env()447 search_path = exec_path; in _msh_exec_search_env()475 rt_free(exec_path); in _msh_exec_search_env()
Completed in 8 milliseconds