Searched refs:script_path (Results 1 – 1 of 1) sorted by relevance
2964 char script_path[MAXPATHLEN]; in list_available_scripts() local2992 scnprintf(script_path, MAXPATHLEN, "%s/%s", in list_available_scripts()2994 read_script_info(desc, script_path); in list_available_scripts()3153 char script_path[MAXPATHLEN]; in get_script_path() local3177 scnprintf(script_path, MAXPATHLEN, "%s/%s", in get_script_path()3179 return strdup(script_path); in get_script_path()3190 static bool is_top_script(const char *script_path) in is_top_script() argument3192 return ends_with(script_path, "top") == NULL ? false : true; in is_top_script()3195 static int has_required_arg(char *script_path) in has_required_arg() argument3203 if (read_script_info(desc, script_path)) in has_required_arg()[all …]