Searched refs:scan_format_string (Results 1 – 1 of 1) sorted by relevance
91 static char scan_format_string[COMPONENT_NAME_SCAN_STRING_LENGTH] = ""; in filter_parse_component_name() local105 if (strlen(scan_format_string) == 0) { in filter_parse_component_name()106 ret = snprintf(scan_format_string, sizeof(scan_format_string), in filter_parse_component_name()111 ret = sscanf(input_str, scan_format_string, comp_name); in filter_parse_component_name()