Lines Matching defs:script_path
3669 char *buf, *scripts_path, *script_path, *lang_path, *first_half;
3680 script_path = buf + MAXPATHLEN;
3707 scnprintf(script_path, MAXPATHLEN, "%s/%s",
3709 read_script_info(desc, script_path);
3759 char script_path[MAXPATHLEN];
3782 scnprintf(script_path, MAXPATHLEN, "%s/%s",
3785 return strdup(script_path);
3796 static bool is_top_script(const char *script_path)
3798 return ends_with(script_path, "top") != NULL;
3801 static int has_required_arg(char *script_path)
3809 if (read_script_info(desc, script_path))
4037 char *script_path = NULL;
4363 script_path = rec_script_path;
4365 script_path = rep_script_path;
4367 if (script_path) {
4387 __argv[j++] = script_path;