Lines Matching defs:script_root
3648 char *script_root, *str;
3650 script_root = strdup(script_dirent->d_name);
3651 if (!script_root)
3654 str = (char *)ends_with(script_root, suffix);
3656 free(script_root);
3661 return script_root;
3672 char *script_root;
3704 script_root = get_script_root(script_dirent, REPORT_SUFFIX);
3705 if (script_root) {
3706 desc = script_desc__findnew(script_root);
3710 free(script_root);
3755 static char *get_script_path(const char *script_root, const char *suffix)
3779 if (__script_root && !strcmp(script_root, __script_root)) {