Searched refs:script_root (Results 1 – 1 of 1) sorted by relevance
2655 char *script_root, *str; in get_script_root() local2657 script_root = strdup(script_dirent->d_name); in get_script_root()2658 if (!script_root) in get_script_root()2661 str = (char *)ends_with(script_root, suffix); in get_script_root()2663 free(script_root); in get_script_root()2668 return script_root; in get_script_root()2682 char *script_root; in list_available_scripts() local2703 script_root = get_script_root(script_dirent, REPORT_SUFFIX); in list_available_scripts()2704 if (script_root) { in list_available_scripts()2705 desc = script_desc__findnew(script_root); in list_available_scripts()[all …]