Home
last modified time | relevance | path

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

/freebsd/usr.sbin/moused/moused/
H A Dutil.c200 parse_range_property(const char *prop, int *hi, int *lo) in parse_range_property() function
H A Dutil.h407 bool parse_range_property(const char *prop, int *hi, int *lo);
H A Dquirks.c729 if (!parse_range_property(value, &range.upper, &range.lower)) in parse_attr()
773 if (!parse_range_property(value, &range.upper, &range.lower)) in parse_attr()