Home
last modified time | relevance | path

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

/dports/devel/libsigrok/libsigrok-0.5.2/src/
H A Dserial_hid.c98 int is_hex_colon; in get_hidapi_path_copy() local
102 is_hex_colon = strspn(path, accept) == strlen(path); in get_hidapi_path_copy()
103 if (has_colon && !is_hex_colon) { in get_hidapi_path_copy()
107 if (is_hex_colon) { in get_hidapi_path_copy()