Searched refs:script_root (Results 1 – 1 of 1) sorted by relevance
3662 char *script_root, *str; in list_available_scripts() 3664 script_root = strdup(script_dirent->d_name); in list_available_scripts() 3665 if (!script_root) in list_available_scripts() 3668 str = (char *)ends_with(script_root, suffix); in list_available_scripts() 3670 free(script_root); in list_available_scripts() 3675 return script_root; in list_available_scripts() 3686 char *script_root; in list_available_scripts() 3718 script_root = get_script_root(script_dirent, REPORT_SUFFIX); in add_dlarg() 3719 if (script_root) { in add_dlarg() 3720 desc = script_desc__findnew(script_root); in add_dlarg() 3639 char *script_root, *str; get_script_root() local 3663 char *script_root; list_available_scripts() local 3746 get_script_path(const char * script_root,const char * suffix) get_script_path() argument [all...]