Lines Matching defs:script_path
3321 char *buf, *scripts_path, *script_path, *lang_path, *first_half;
3332 script_path = buf + MAXPATHLEN;
3359 scnprintf(script_path, MAXPATHLEN, "%s/%s",
3361 read_script_info(desc, script_path);
3549 char script_path[MAXPATHLEN];
3572 scnprintf(script_path, MAXPATHLEN, "%s/%s",
3575 return strdup(script_path);
3586 static bool is_top_script(const char *script_path)
3588 return ends_with(script_path, "top") != NULL;
3591 static int has_required_arg(char *script_path)
3599 if (read_script_info(desc, script_path))
3824 char *script_path = NULL;
4178 script_path = rec_script_path;
4180 script_path = rep_script_path;
4182 if (script_path) {
4202 __argv[j++] = script_path;