Searched refs:script_root (Results 1 – 1 of 1) sorted by relevance
1204 char *script_root, *str; in get_script_root() local1206 script_root = strdup(script_dirent->d_name); in get_script_root()1207 if (!script_root) in get_script_root()1210 str = (char *)ends_with(script_root, suffix); in get_script_root()1212 free(script_root); in get_script_root()1217 return script_root; in get_script_root()1231 char *script_root; in list_available_scripts() local1247 script_root = get_script_root(&script_dirent, REPORT_SUFFIX); in list_available_scripts()1248 if (script_root) { in list_available_scripts()1249 desc = script_desc__findnew(script_root); in list_available_scripts()[all …]