Searched refs:env_path (Results 1 – 2 of 2) sorted by relevance
82 static int parse_path(char *env_path, const char ***const path_list) in parse_path() argument86 if (env_path) { in parse_path()88 for (i = 0; env_path[i]; i++) { in parse_path()89 if (env_path[i] == ENV_DELIMITER[0]) in parse_path()95 (*path_list)[i] = strsep(&env_path, ENV_DELIMITER); in parse_path()
220 const char *env_path = getenv("PATH"); in load_command_list() local230 if (env_path) { in load_command_list()232 path = paths = strdup(env_path); in load_command_list()
Completed in 19 milliseconds