Lines Matching defs:script_path
2985 char script_path[MAXPATHLEN];
3013 scnprintf(script_path, MAXPATHLEN, "%s/%s",
3015 read_script_info(desc, script_path);
3174 char script_path[MAXPATHLEN];
3197 scnprintf(script_path, MAXPATHLEN, "%s/%s",
3200 return strdup(script_path);
3211 static bool is_top_script(const char *script_path)
3213 return ends_with(script_path, "top") == NULL ? false : true;
3216 static int has_required_arg(char *script_path)
3224 if (read_script_info(desc, script_path))
3444 char *script_path = NULL;
3763 script_path = rec_script_path;
3765 script_path = rep_script_path;
3767 if (script_path) {
3787 __argv[j++] = script_path;