Lines Matching refs:script_path
1418 char script_path[MAXPATHLEN]; in list_available_scripts() local
1441 snprintf(script_path, MAXPATHLEN, "%s/%s", in list_available_scripts()
1443 read_script_info(desc, script_path); in list_available_scripts()
1598 char script_path[MAXPATHLEN]; in get_script_path() local
1622 snprintf(script_path, MAXPATHLEN, "%s/%s", in get_script_path()
1624 return strdup(script_path); in get_script_path()
1635 static bool is_top_script(const char *script_path) in is_top_script() argument
1637 return ends_with(script_path, "top") == NULL ? false : true; in is_top_script()
1640 static int has_required_arg(char *script_path) in has_required_arg() argument
1648 if (read_script_info(desc, script_path)) in has_required_arg()
1708 char *script_path = NULL; in cmd_script() local
1944 script_path = rec_script_path; in cmd_script()
1946 script_path = rep_script_path; in cmd_script()
1948 if (script_path) { in cmd_script()
1968 __argv[j++] = script_path; in cmd_script()