Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/usbhidctl/
Dusbhid.c88 ssize_t matchindex; member
163 ssize_t matchindex, pagesplit; in hidtestrule() local
168 matchindex = var->matchindex; in hidtestrule()
180 for (strind = matchindex; strind < varlen; strind++) { in hidtestrule()
202 strstart = &varname[matchindex]; in hidtestrule()
204 numpage = strtousage(strstart, pagesplit - matchindex); in hidtestrule()
230 (size_t)(pagesplit - matchindex) || in hidtestrule()
232 &varname[matchindex], in hidtestrule()
239 matchindex = pagesplit + 1; in hidtestrule()
242 numusage = strtousage(&varname[matchindex], strind - matchindex); in hidtestrule()
[all …]