parse_hwmon_filename
parse_hwmon_filename(
TEST_CASE("Basic parsing test", parse_hwmon_filename),
if (!parse_hwmon_filename(ent->d_name, &type, &number, &item, &alarm)) {
if (!parse_hwmon_filename(name, &type, &number, /*item=*/NULL, /*is_alarm=*/NULL))
if (parse_hwmon_filename(term->config, &type, &number,
if (parse_hwmon_filename(term->config, &type, &number,
bool parse_hwmon_filename(const char *filename,
if (parse_hwmon_filename(event, &type, &number, /*item=*/NULL, /*alarm=*/NULL))