Lines Matching defs:script_root
2962 char *script_root, *str;
2964 script_root = strdup(script_dirent->d_name);
2965 if (!script_root)
2968 str = (char *)ends_with(script_root, suffix);
2970 free(script_root);
2975 return script_root;
2989 char *script_root;
3010 script_root = get_script_root(script_dirent, REPORT_SUFFIX);
3011 if (script_root) {
3012 desc = script_desc__findnew(script_root);
3016 free(script_root);
3170 static char *get_script_path(const char *script_root, const char *suffix)
3194 if (__script_root && !strcmp(script_root, __script_root)) {