Lines Matching defs:script_root
3300 char *script_root, *str;
3302 script_root = strdup(script_dirent->d_name);
3303 if (!script_root)
3306 str = (char *)ends_with(script_root, suffix);
3308 free(script_root);
3313 return script_root;
3324 char *script_root;
3356 script_root = get_script_root(script_dirent, REPORT_SUFFIX);
3357 if (script_root) {
3358 desc = script_desc__findnew(script_root);
3362 free(script_root);
3545 static char *get_script_path(const char *script_root, const char *suffix)
3569 if (__script_root && !strcmp(script_root, __script_root)) {