Home
last modified time | relevance | path

Searched refs:strv_parse_hex (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/moused/moused/
H A Dquirks.c531 strv_parse_hex(const char *str, size_t index, void *data) in strv_parse_hex() function
598 int rc = strv_for_each_n((const char**)strs, max, strv_parse_hex, product); in parse_match()